From: Anatol Belski Date: Mon, 20 Apr 2015 11:49:19 +0000 (+0200) Subject: improve zpp readme X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~177^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64114e405adbf2b538ca57e9dd2ab4e8d5fae9eb;p=php improve zpp readme --- diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 2d1f1c522b..097b4978a5 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -59,7 +59,7 @@ Type specifiers h - array (returned as HashTable*) H - array or HASH_OF(object) (returned as HashTable*) l - long (zend_long) - L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (zend_long) + L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (zend_long, ZEND_LONG_MAX/ZEND_LONG_MIN) 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)