Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp64 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp416 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
480 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c398 zend_get_parameters_array_ex(nargs, args); in com_call_method()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c359 zend_get_parameters_array_ex(1, &zfilename) == FAILURE ||
/PHP-7.4/ext/dba/
H A Ddba.c664 if (zend_get_parameters_array_ex(ac, args) != SUCCESS) { in php_dba_open()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c369 if (zend_get_parameters_array_ex(argc, args) == FAILURE) { in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1859 retval = zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args); in pdo_stmt_setup_fetch_mode()
/PHP-7.4/Zend/
H A Dzend_API.h247 #define zend_get_parameters_array_ex(param_count, argument_array) \ macro
/PHP-7.4/ext/spl/
H A Dspl_directory.c2086 if (zend_get_parameters_array_ex(pass_num_args, params + (arg2 ? 2 : 1)) != SUCCESS) { in spl_filesystem_file_call()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1310 || zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {

Completed in 145 milliseconds