From 64114e405adbf2b538ca57e9dd2ab4e8d5fae9eb Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 20 Apr 2015 13:49:19 +0200 Subject: [PATCH] improve zpp readme --- README.PARAMETER_PARSING_API | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 2d1f1c522ba..097b4978a50 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)