Searched refs:zend_get_parameters_array_ex (Results 1 - 12 of 12) sorted by relevance

/PHP_TRUNK/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp54 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
H A Dcalendar_methods.cpp413 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
475 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
534 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
/PHP_TRUNK/ext/com_dotnet/
H A Dcom_handlers.c385 zend_get_parameters_array_ex(nargs, args);
/PHP_TRUNK/ext/interbase/
H A Dibase_query.c1816 if (FAILURE == zend_get_parameters_array_ex((expected_n + 1), args)) {
/PHP_TRUNK/Zend/
H A Dzend_closures.c55 if (zend_get_parameters_array_ex(ZEND_NUM_ARGS(), arguments) == FAILURE) {
H A Dzend_API.h246 #define zend_get_parameters_array_ex(param_count, argument_array) \ macro
/PHP_TRUNK/ext/pdo/
H A Dpdo_stmt.c1905 retval = zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args);
/PHP_TRUNK/ext/spl/
H A Dspl_directory.c2103 zend_get_parameters_array_ex(pass_num_args, params+(arg2 ? 2 : 1));
/PHP_TRUNK/ext/dba/
H A Ddba.c623 if (zend_get_parameters_array_ex(ac, args) != SUCCESS) {
/PHP_TRUNK/ext/opcache/
H A Dzend_accelerator_module.c310 zend_get_parameters_array_ex(1, &zfilename) == FAILURE ||
/PHP_TRUNK/ext/mysqli/
H A Dmysqli_api.c264 if (zend_get_parameters_array_ex(argc, args) == FAILURE) {
504 if (zend_get_parameters_array_ex(argc, args) == FAILURE) {
/PHP_TRUNK/ext/pgsql/
H A Dpgsql.c1104 || zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {

Completed in 41 milliseconds