Skip to content

Commit

Permalink
Update ZPP docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jun 3, 2019
1 parent 1a5fde5 commit d528043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/parameter-parsing-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d528043

Please sign in to comment.