Searched refs:ZEND_ARG_ARRAY_INFO (Results 1 - 10 of 10) sorted by relevance

/PHP_TRUNK/ext/intl/collator/
H A Dcollator_class.c106 ZEND_ARG_ARRAY_INFO( 1, arr, 0 )
/PHP_TRUNK/ext/intl/
H A Dphp_intl.c157 ZEND_ARG_ARRAY_INFO(1, arr, 0)
/PHP_TRUNK/ext/dom/
H A Dnode.c115 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 Dphp_spl.c856 ZEND_ARG_ARRAY_INFO(0, args, 1)
/PHP_TRUNK/ext/mysqli/
H A Dmysqli_fe.c66 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 Dconverter.c800 ZEND_ARG_ARRAY_INFO(0, options, 1)
/PHP_TRUNK/ext/reflection/
H A Dphp_reflection.c5711 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 Dinterface.c293 ZEND_ARG_ARRAY_INFO(0, options, 0)
/PHP_TRUNK/ext/standard/
H A Dbasic_functions.c1012 ZEND_ARG_ARRAY_INFO(1, authns, 1)
1013 ZEND_ARG_ARRAY_INFO(1, addtl, 1)
/PHP_TRUNK/Zend/
H A Dzend_API.h104 #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