Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp57 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp411 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
473 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { in PHP_FUNCTION()
/PHP-7.2/ext/com_dotnet/
H A Dcom_handlers.c382 zend_get_parameters_array_ex(nargs, args); in com_call_method()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c360 zend_get_parameters_array_ex(1, &zfilename) == FAILURE ||
/PHP-7.2/ext/dba/
H A Ddba.c664 if (zend_get_parameters_array_ex(ac, args) != SUCCESS) { in php_dba_open()
/PHP-7.2/Zend/
H A Dzend_API.h267 #define zend_get_parameters_array_ex(param_count, argument_array) \ macro
/PHP-7.2/ext/mysqli/
H A Dmysqli_api.c370 if (zend_get_parameters_array_ex(argc, args) == FAILURE) { in PHP_FUNCTION()
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c1867 retval = zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args); in pdo_stmt_setup_fetch_mode()
/PHP-7.2/ext/spl/
H A Dspl_directory.c2099 if (zend_get_parameters_array_ex(pass_num_args, params + (arg2 ? 2 : 1)) != SUCCESS) { in spl_filesystem_file_call()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c1302 || zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {

Completed in 77 milliseconds