stas Mon Nov 24 18:10:36 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src README.PARAMETER_PARSING_API
Log:
add object-compatible array modes
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7.6.2.2.5&r2=1.7.6.2.2.6&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.7.6.2.2.5
php-src/README.PARAMETER_PARSING_API:1.7.6.2.2.6
--- php-src/README.PARAMETER_PARSING_API:1.7.6.2.2.5 Mon Aug 18 14:34:59 2008
+++ php-src/README.PARAMETER_PARSING_API Mon Nov 24 18:10:36 2008
@@ -39,12 +39,14 @@
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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php