On Tue, Jul 08, 2003 at 07:05:18PM -0500, [EMAIL PROTECTED] wrote:
> One more time. I hope it's not too obvious that I'm new at this :)
>
> 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);
^^^^
That should be &a_var, right?
> @@ -471,7 +480,7 @@ static int zend_parse_va_args(int num_ar
> case 's': case 'b':
> case 'r': case 'a':
> case 'o': case 'O':
> - case 'z':
> + case 'z': case 'Z':
> max_num_args++;
> break;
It looks like you have an extra tab in front of that new 'case'.
--
Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/)
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php