diff options
author | Marcus Boerger <helly@php.net> | 2007-05-23 18:48:16 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2007-05-23 18:48:16 +0000 |
commit | b064bbf5db5a0437deb6e78d4d838540be7d1ed0 (patch) | |
tree | 7a1ae461d6216d2b0ee22237b7f25916a76e33d4 /README.PARAMETER_PARSING_API | |
parent | 48faf792dd80462a7e8ccaf309c626b8c8555093 (diff) | |
download | php-git-b064bbf5db5a0437deb6e78d4d838540be7d1ed0.tar.gz |
- Fix f
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r-- | README.PARAMETER_PARSING_API | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 5ddba08b69..9c21f5f6a0 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -43,7 +43,7 @@ Type specifiers C - class (zend_class_entry*) d - double (double) 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*) l - long (long) o - object of any type (zval*) |