Searched refs:ZEND_ARG_ARRAY_INFO (Results 1 - 10 of 10) sorted by relevance
| /PHP_TRUNK/ext/intl/collator/ |
| H A D | collator_class.c | 106 ZEND_ARG_ARRAY_INFO( 1, arr, 0 )
|
| /PHP_TRUNK/ext/intl/ |
| H A D | php_intl.c | 157 ZEND_ARG_ARRAY_INFO(1, arr, 0)
|
| /PHP_TRUNK/ext/dom/ |
| H A D | node.c | 115 ZEND_ARG_ARRAY_INFO(0, xpath, 1) 116 ZEND_ARG_ARRAY_INFO(0, ns_prefixes, 1) 123 ZEND_ARG_ARRAY_INFO(0, xpath, 1) 124 ZEND_ARG_ARRAY_INFO(0, ns_prefixes, 1)
|
| /PHP_TRUNK/ext/spl/ |
| H A D | php_spl.c | 856 ZEND_ARG_ARRAY_INFO(0, args, 1)
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_fe.c | 66 ZEND_ARG_ARRAY_INFO(1, read, 1) 67 ZEND_ARG_ARRAY_INFO(1, write, 1) 68 ZEND_ARG_ARRAY_INFO(1, error, 1) 233 ZEND_ARG_ARRAY_INFO(0, params, 0) 240 ZEND_ARG_ARRAY_INFO(0, params, 0)
|
| /PHP_TRUNK/ext/intl/converter/ |
| H A D | converter.c | 800 ZEND_ARG_ARRAY_INFO(0, options, 1)
|
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 5711 ZEND_ARG_ARRAY_INFO(0, args, 0) 5771 ZEND_ARG_ARRAY_INFO(0, args, 0) 5868 ZEND_ARG_ARRAY_INFO(0, args, 0)
|
| /PHP_TRUNK/ext/curl/ |
| H A D | interface.c | 293 ZEND_ARG_ARRAY_INFO(0, options, 0)
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.c | 1012 ZEND_ARG_ARRAY_INFO(1, authns, 1) 1013 ZEND_ARG_ARRAY_INFO(1, addtl, 1)
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.h | 104 #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null) { #name, sizeof(#name)-1, NULL, 0, IS_ARRAY, allow_null, pass_by_ref}, macro
|
Completed in 34 milliseconds