andrei          Mon Feb  5 17:57:51 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    README.PARAMETER_PARSING_API 
  Log:
  Update ! docs.
  
  
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7.6.1&r2=1.7.6.2&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.7.6.1 
php-src/README.PARAMETER_PARSING_API:1.7.6.2
--- php-src/README.PARAMETER_PARSING_API:1.7.6.1        Wed Jul 12 07:34:28 2006
+++ php-src/README.PARAMETER_PARSING_API        Mon Feb  5 17:57:51 2007
@@ -51,8 +51,8 @@
            passed to it.
        / - use SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows
        ! - the parameter it follows can be of specified type or NULL (only 
applies
-           to 'a', 'o', 'O', 'r', and 'z'). If NULL is passed, the results
-           pointer is set to NULL as well.
+               to 's', 'a', 'o', 'O', 'r', 'h', 'C', 'z', and 'Z'). If NULL is 
passed,
+               the results pointer is set to NULL as well.
 
 Examples
 --------

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to