stas            Mon Nov 24 19:18:35 2008 UTC

  Modified files:              
    /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.25&r2=1.26&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.25 
php-src/README.PARAMETER_PARSING_API:1.26
--- php-src/README.PARAMETER_PARSING_API:1.25   Mon Aug 18 14:34:32 2008
+++ php-src/README.PARAMETER_PARSING_API        Mon Nov 24 19:18:34 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

Reply via email to