From d5280438d5589285824d4018b74617f8030a7075 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 3 Jun 2019 10:37:28 +0200 Subject: Update ZPP docs The `L` specifier is no longer supported, see . --- docs/parameter-parsing-api.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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) -- cgit v1.2.1