andrei Mon Feb 5 17:59:11 2007 UTC
Modified files:
/php-src README.PARAMETER_PARSING_API
Log:
Update
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.19&r2=1.20&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.19
php-src/README.PARAMETER_PARSING_API:1.20
--- php-src/README.PARAMETER_PARSING_API:1.19 Fri Feb 2 21:49:37 2007
+++ php-src/README.PARAMETER_PARSING_API Mon Feb 5 17:59:11 2007
@@ -69,9 +69,9 @@
will not be touched by the parsing function if they are not
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.
+ ! - the parameter it follows can be of specified type or NULL (applies
+ to all specifiers except for 'b', 'l', and 'd'). If NULL is
passed, the
+ results pointer is set to NULL as well.
& - alternate format (currently used for 's' only to specify a converter to
use when converting from Unicode strings)
^ - returns original string type before conversion (only for 's' and 'u'
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php