diff options
author | Stanislav Malyshev <stas@php.net> | 2008-11-24 18:10:36 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2008-11-24 18:10:36 +0000 |
commit | fce39ed9f7799f2bc49bda2b701b8014f90ffe1d (patch) | |
tree | 86ad9fe8c766188448d41e4b8d63a07fdf390c28 /README.PARAMETER_PARSING_API | |
parent | a9282f72a87df3f6a87084ee6c7c9ed92decea76 (diff) | |
download | php-git-fce39ed9f7799f2bc49bda2b701b8014f90ffe1d.tar.gz |
add object-compatible array modes
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r-- | README.PARAMETER_PARSING_API | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index d2e47eb421..530b2b560d 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) |