]> granicus.if.org Git - php/commitdiff
Update
authorAndrei Zmievski <andrei@php.net>
Mon, 5 Feb 2007 17:59:11 +0000 (17:59 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 5 Feb 2007 17:59:11 +0000 (17:59 +0000)
README.PARAMETER_PARSING_API

index 06558ff03b61c39a5c76248b34a101e6b16f5fe7..5ddba08b6907b7a5822e83bedf623bfd66ab90e4 100644 (file)
@@ -69,9 +69,9 @@ Type specifiers
         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'