diff options
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r-- | README.PARAMETER_PARSING_API | 4 |
1 files changed, 2 insertions, 2 deletions
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 -------- |