From: Stanislav Malyshev Date: Mon, 24 Nov 2008 19:18:34 +0000 (+0000) Subject: add object-compatible array modes X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a2f84fa7d233066f6290435bf4945fba210e3be;p=php add object-compatible array modes --- 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)