On 07/09/01, "Andrei Zmievski" <[EMAIL PROTECTED]> wrote:
> If this is implemented (I think Andi may have some thoughts about this),

Hopefully not bad thoughts!

> zend_parse_parameters_hash(HASH_OF(my_zval), "{s:firstname}|{s:lastname}
> {l:age}", &firstname, &firstname_len, &lastname, &lastname_len, &age);

Yes - much better.  I originally thought of something like this (a bit
like the python dictionary syntax people have been talking about recently):

"s%(firstname)|s%(lastname)l%(age)"

But that is hard to read, so I thought of splitting it up.

--Wez.



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to