jani Tue Nov 6 09:48:24 2007 UTC Modified files: (Branch: PHP_5_3) /php-src README.PARAMETER_PARSING_API Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7.6.2.2.2&r2=1.7.6.2.2.3&diff_format=u Index: php-src/README.PARAMETER_PARSING_API diff -u php-src/README.PARAMETER_PARSING_API:1.7.6.2.2.2 php-src/README.PARAMETER_PARSING_API:1.7.6.2.2.3 --- php-src/README.PARAMETER_PARSING_API:1.7.6.2.2.2 Fri Nov 2 19:41:10 2007 +++ php-src/README.PARAMETER_PARSING_API Tue Nov 6 09:48:24 2007 @@ -52,7 +52,8 @@ s - string (with possible null bytes) and its length (char*, int) z - the actual zval (zval*) Z - the actual zval (zval**) - * - variable arguments list + * - variable arguments list (0 or more) + + - variable arguments list (1 or more) The following characters also have a meaning in the specifier string: | - indicates that the remaining parameters are optional, they
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php