On Tue, 08 Jul 2003, [EMAIL PROTECTED] wrote:
> I had asked about this before, but I ran into some kind of confirmation thing
> and the discussion stopped.
> 
> This patch would add a 'Z' flag to zend_parse_parameters*(). 
> 
> Example:
> 
>     #typdef zvar zval**
> 
>     zvar a_zvar;
> 
>     zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &zvar);

First off, what do you need access to zval** for, exactly?

-Andrei

A room without books is like a body without a soul.
                  -- Marcus Tullius Cicero (106-43 B.C.)

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to