]> granicus.if.org Git - php/commitdiff
Update ZPP docs
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 3 Jun 2019 08:37:28 +0000 (10:37 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 3 Jun 2019 08:37:28 +0000 (10:37 +0200)
The `L` specifier is no longer supported, see
<http://git.php.net/?p=php-src.git;a=commit;h=8a0965e3d694037837a8f70f280e7d14dd7778eb>.

docs/parameter-parsing-api.md

index d4d24b1dbfa79c2eee15d04b02eea46ec4981ccf..e038a20dee3cdcf114b26ab152405b57f3d6f2fa 100644 (file)
@@ -75,7 +75,6 @@ f  - function or array containing php method call info (returned as
 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, 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)