]> granicus.if.org Git - php/commitdiff
- x was added toparameter parsing api
authorMarcus Boerger <helly@php.net>
Tue, 19 Dec 2006 22:24:28 +0000 (22:24 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 19 Dec 2006 22:24:28 +0000 (22:24 +0000)
README.PARAMETER_PARSING_API

index 2ab40977d010135c84b326eb6416c7aaa4a1bbe5..9ea59bb402aa5168d1bb0331e06cae77eba9ffc0 100644 (file)
@@ -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