From: Andrei Zmievski Date: Mon, 5 Feb 2007 17:57:51 +0000 (+0000) Subject: Update ! docs. X-Git-Tag: php-5.2.1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=871fb78154ad05d1a10883667b6aacc63cca0e0e;p=php Update ! docs. --- diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index a4c73e54e9..fef6da4bf4 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -51,8 +51,8 @@ Type specifiers 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 --------