summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2016-03-03 23:48:45 +0100
committerNikita Popov <nikic@php.net>2016-03-03 23:50:02 +0100
commita7028d96719fef1939eb3bf14ddb05491ef4e09f (patch)
treeab660ddf7d2c3b787762bfa35a9c827d8bc2f6f5 /README.PARAMETER_PARSING_API
parent5602f6421372848a6fbb23fbe6bbca47d94dd49a (diff)
downloadphp-git-a7028d96719fef1939eb3bf14ddb05491ef4e09f.tar.gz
Fix one zpp usage in interbase
Also small tweak to zpp REAME
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r--README.PARAMETER_PARSING_API4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API
index c344817b37..7f3da76f80 100644
--- a/README.PARAMETER_PARSING_API
+++ b/README.PARAMETER_PARSING_API
@@ -63,10 +63,10 @@ Type specifiers
o - object of any type (zval*)
O - object of specific type given by class entry (zval*, zend_class_entry)
p - valid path (string without null bytes in the middle) and its length (char*, size_t)
- P - valid path (string without null bytes in the middle) as zend_string (zend_string)
+ P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
r - resource (zval*)
s - string (with possible null bytes) and its length (char*, size_t)
- S - string (with possible null bytes) as zend_string (zend_string)
+ S - string (with possible null bytes) as zend_string (zend_string*)
z - the actual zval (zval*)
* - variable arguments list (0 or more)
+ - variable arguments list (1 or more)