From c7b33fc36476e13d47128e73c398b59d512b7047 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 19 Dec 2006 22:24:28 +0000 Subject: [PATCH] - x was added toparameter parsing api --- README.PARAMETER_PARSING_API | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0