Searched refs:ZEND_ARG_ARRAY_INFO (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_class.c | 105 ZEND_ARG_ARRAY_INFO( 1, arr, 0 )
|
| /PHP_5_3/ext/intl/ |
| H A D | php_intl.c | 120 ZEND_ARG_ARRAY_INFO(1, arr, 0)
|
| /PHP_5_3/ext/curl/ |
| H A D | interface.c | 295 ZEND_ARG_ARRAY_INFO(0, options, 0)
|
| /PHP_5_3/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_5_3/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) 183 ZEND_ARG_ARRAY_INFO(0, params, 0) 190 ZEND_ARG_ARRAY_INFO(0, params, 0)
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 5122 ZEND_ARG_ARRAY_INFO(0, args, 0) 5178 ZEND_ARG_ARRAY_INFO(0, args, 0) 5267 ZEND_ARG_ARRAY_INFO(0, args, 0)
|
| /PHP_5_3/ext/spl/ |
| H A D | php_spl.c | 818 ZEND_ARG_ARRAY_INFO(0, args, 1)
|
| /PHP_5_3/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, 1, allow_null, pass_by_ref, 0, 0 }, macro
|
Completed in 23 milliseconds