Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp53 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp412 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
474 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
533 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_closures.c55 if (zend_get_parameters_array_ex(ZEND_NUM_ARGS(), arguments) == FAILURE) { in ZEND_METHOD()
H A Dzend_API.h246 #define zend_get_parameters_array_ex(param_count, argument_array) \ macro
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c385 zend_get_parameters_array_ex(nargs, args); in com_call_method()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c343 zend_get_parameters_array_ex(1, &zfilename) == FAILURE || in accel_file_in_cache()
/PHP-5.5/ext/dba/
H A Ddba.c637 if (zend_get_parameters_array_ex(ac, args) != SUCCESS) { in php_dba_open()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c370 if (zend_get_parameters_array_ex(argc, args) == FAILURE) { in PHP_FUNCTION()
620 if (zend_get_parameters_array_ex(argc, args) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1814 if (FAILURE == zend_get_parameters_array_ex((expected_n + 1), args)) { in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1896 retval = zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args); in pdo_stmt_setup_fetch_mode()
/PHP-5.5/ext/spl/
H A Dspl_directory.c2115 zend_get_parameters_array_ex(pass_num_args, params+(arg2 ? 2 : 1)); in spl_filesystem_file_call()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1235 || zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {

Completed in 70 milliseconds