]> granicus.if.org Git - php/commitdiff
improve zpp readme
authorAnatol Belski <ab@php.net>
Mon, 20 Apr 2015 11:49:19 +0000 (13:49 +0200)
committerAnatol Belski <ab@php.net>
Wed, 22 Apr 2015 20:25:00 +0000 (22:25 +0200)
README.PARAMETER_PARSING_API

index 2d1f1c522bae1df11e89cde624832fc03b9f93cf..097b4978a50782b96f247bf7936e19e13b2d5ffd 100644 (file)
@@ -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)