From: Felipe Pena Date: Tue, 7 Jun 2011 22:22:01 +0000 (+0000) Subject: - Added 'p' type specifier X-Git-Tag: php-5.4.0alpha1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af43d306c0467f7f31eb30caf7c73ea90316fe60;p=php - Added 'p' type specifier --- 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*)