mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Update ZPP docs
The `L` specifier is no longer supported, see <http://git.php.net/?p=php-src.git;a=commit;h=8a0965e3d694037837a8f70f280e7d14dd7778eb>.
This commit is contained in:
parent
1a5fde5894
commit
d5280438d5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user