Skip to content

Commit 39a4078

Browse files
committed
- Reorder and add missing
1 parent e796974 commit 39a4078

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.PARAMETER_PARSING_API

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,17 @@ resources cannot be auto-converted.
3131

3232
Type specifiers
3333
---------------
34-
l - long
35-
d - double
36-
s - string (with possible null bytes) and its length
37-
b - boolean, stored in zend_bool
38-
r - resource (stored in zval)
3934
a - array
35+
b - boolean, stored in zend_bool
36+
d - double
37+
f - function or array containing php method call info (returned as
38+
zend_fcall_info* and zend_fcall_info_cache*)
39+
h - array (returned as HashTable*)
40+
l - long
4041
o - object (of any type)
4142
O - object (of specific type, specified by class entry)
43+
r - resource (stored in zval)
44+
s - string (with possible null bytes) and its length
4245
z - the actual zval
4346

4447
The following characters also have a meaning in the specifier string:

0 commit comments

Comments
 (0)