Skip to content

Commit d528043

Browse files
committed
Update ZPP docs
The `L` specifier is no longer supported, see <http://git.php.net/?p=php-src.git;a=commit;h=8a0965e3d694037837a8f70f280e7d14dd7778eb>.
1 parent 1a5fde5 commit d528043

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/parameter-parsing-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ f - function or array containing php method call info (returned as
7575
h - array (returned as HashTable*)
7676
H - array or HASH_OF(object) (returned as HashTable*)
7777
l - long (zend_long)
78-
L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (zend_long, ZEND_LONG_MAX/ZEND_LONG_MIN)
7978
o - object of any type (zval*)
8079
O - object of specific type given by class entry (zval*, zend_class_entry)
8180
p - valid path (string without null bytes in the middle) and its length (char*, size_t)

0 commit comments

Comments
 (0)