From: Marcus Boerger Date: Tue, 19 Dec 2006 22:24:28 +0000 (+0000) Subject: - x was added toparameter parsing api X-Git-Tag: RELEASE_1_0_0RC1~627 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7b33fc36476e13d47128e73c398b59d512b7047;p=php - x was added toparameter parsing api --- diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 2ab40977d0..9ea59bb402 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -57,6 +57,8 @@ Type specifiers coalesces all T parameters to common type (Unicode or binary) u - unicode (UChar*, int) U - Unicode string, does not allow conversion from binary strings + x - Unicode or binary string depending on UG(unicode). In unicode this + behaves like 'u' and in nonunicode mode it behaves like 's'. z - the actual zval (zval*) Z - the actual zval (zval**) * - variable arguments list