Browse Source

- Fix f

PHAR_1_2
Marcus Boerger 19 years ago
parent
commit
b064bbf5db
  1. 2
      README.PARAMETER_PARSING_API

2
README.PARAMETER_PARSING_API

@ -43,7 +43,7 @@ Type specifiers
C - class (zend_class_entry*) C - class (zend_class_entry*)
d - double (double) d - double (double)
f - function or array containing php method call info (returned as f - function or array containing php method call info (returned as
zend_fcall_info* and zend_fcall_info_cache*)
zend_fcall_info and zend_fcall_info_cache)
h - array (returned as HashTable*) h - array (returned as HashTable*)
l - long (long) l - long (long)
o - object of any type (zval*) o - object of any type (zval*)

Loading…
Cancel
Save