From 9a2f84fa7d233066f6290435bf4945fba210e3be Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 24 Nov 2008 19:18:34 +0000 Subject: [PATCH] add object-compatible array modes --- README.PARAMETER_PARSING_API | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index fdc43b3caf..6688f7552b 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -39,12 +39,14 @@ Type specifiers instance of that class. a - array (zval*) + A - array or object (zval *) b - boolean (zend_bool) 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) h - array (returned as HashTable*) + H - array or HASH_OF(object) (returned as HashTable*) l - long (long) o - object of any type (zval*) O - object of specific type given by class entry (zval*, zend_class_entry) -- 2.50.1