jani            Tue Nov  6 09:48:14 2007 UTC

  Modified files:              
    /php-src    README.PARAMETER_PARSING_API 
  Log:
  - Clarify the difference with * and + args
  
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.22&r2=1.23&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.22 
php-src/README.PARAMETER_PARSING_API:1.23
--- php-src/README.PARAMETER_PARSING_API:1.22   Fri Sep 28 22:04:28 2007
+++ php-src/README.PARAMETER_PARSING_API        Tue Nov  6 09:48:14 2007
@@ -61,7 +61,8 @@
       behaves like 'u' and in nonunicode mode it behaves like 's'.
  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

Reply via email to