From b064bbf5db5a0437deb6e78d4d838540be7d1ed0 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 23 May 2007 18:48:16 +0000 Subject: [PATCH] - Fix f --- README.PARAMETER_PARSING_API | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- 2.50.1