helly           Wed Jul 12 07:34:28 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    README.PARAMETER_PARSING_API 
  Log:
  - Reorder and add missing
  
http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7&r2=1.7.6.1&diff_format=u
Index: php-src/README.PARAMETER_PARSING_API
diff -u php-src/README.PARAMETER_PARSING_API:1.7 
php-src/README.PARAMETER_PARSING_API:1.7.6.1
--- php-src/README.PARAMETER_PARSING_API:1.7    Fri Jan  3 10:39:22 2003
+++ php-src/README.PARAMETER_PARSING_API        Wed Jul 12 07:34:28 2006
@@ -31,14 +31,17 @@
 
 Type specifiers
 ---------------
- l     - long
- d     - double
- s     - string (with possible null bytes) and its length
- b     - boolean, stored in zend_bool
- r     - resource (stored in zval)
  a     - array
+ b     - boolean, stored in zend_bool
+ d     - 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*)
+ l     - long
  o     - object (of any type)
  O     - object (of specific type, specified by class entry)
+ r     - resource (stored in zval)
+ s     - string (with possible null bytes) and its length
  z     - the actual zval
 
  The following characters also have a meaning in the specifier string:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to