From: Marcus Boerger Date: Wed, 23 May 2007 18:48:16 +0000 (+0000) Subject: - Fix f X-Git-Tag: RELEASE_1_4~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b064bbf5db5a0437deb6e78d4d838540be7d1ed0;p=php - Fix f --- 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*)