summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-06-03 10:37:28 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-06-03 10:37:28 +0200
commitd5280438d5589285824d4018b74617f8030a7075 (patch)
tree0b525ae3388f6a1052a787d48879d900163d5765 /docs
parent1a5fde589494947895e5317cb3514a605726ae6c (diff)
downloadphp-git-d5280438d5589285824d4018b74617f8030a7075.tar.gz
Update ZPP docs
The `L` specifier is no longer supported, see <http://git.php.net/?p=php-src.git;a=commit;h=8a0965e3d694037837a8f70f280e7d14dd7778eb>.
Diffstat (limited to 'docs')
-rw-r--r--docs/parameter-parsing-api.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/parameter-parsing-api.md b/docs/parameter-parsing-api.md
index d4d24b1dbf..e038a20dee 100644
--- a/docs/parameter-parsing-api.md
+++ b/docs/parameter-parsing-api.md
@@ -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)