File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,17 @@ resources cannot be auto-converted.
31
31
32
32
Type specifiers
33
33
---------------
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)
39
34
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
40
41
o - object (of any type)
41
42
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
42
45
z - the actual zval
43
46
44
47
The following characters also have a meaning in the specifier string:
You can’t perform that action at this time.
0 commit comments