From: Andrei Zmievski Date: Mon, 5 Feb 2007 17:59:11 +0000 (+0000) Subject: Update X-Git-Tag: RELEASE_1_0_0RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eab2d2cecd0ce216b2fd217b089334bd087048f;p=php Update --- diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 06558ff03b..5ddba08b69 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -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'