summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-06-07 22:22:01 +0000
committerFelipe Pena <felipe@php.net>2011-06-07 22:22:01 +0000
commitaf43d306c0467f7f31eb30caf7c73ea90316fe60 (patch)
tree6ef20cf00139d1b64284901c31ddb0d3c3b85c44 /README.PARAMETER_PARSING_API
parenta3ddc02e8e5611cf502441cf2a09119b18a9acc5 (diff)
downloadphp-git-af43d306c0467f7f31eb30caf7c73ea90316fe60.tar.gz
- Added 'p' type specifier
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r--README.PARAMETER_PARSING_API1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API
index 8d297670c6..927e48188c 100644
--- a/README.PARAMETER_PARSING_API
+++ b/README.PARAMETER_PARSING_API
@@ -51,6 +51,7 @@ Type specifiers
L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
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*, int)
r - resource (zval*)
s - string (with possible null bytes) and its length (char*, int)
z - the actual zval (zval*)