Searched refs:zend_get_parameters_array_ex (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_closures.c | 55 if (zend_get_parameters_array_ex(ZEND_NUM_ARGS(), arguments) == FAILURE) {
|
| H A D | zend_API.h | 246 #define zend_get_parameters_array_ex(param_count, argument_array) \ macro
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_handlers.c | 385 zend_get_parameters_array_ex(nargs, args);
|
| /PHP_5_4/ext/dba/ |
| H A D | dba.c | 624 if (zend_get_parameters_array_ex(ac, args) != SUCCESS) {
|
| /PHP_5_4/ext/interbase/ |
| H A D | ibase_query.c | 1816 if (FAILURE == zend_get_parameters_array_ex((expected_n + 1), args)) {
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_stmt.c | 1905 retval = zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_api.c | 263 if (zend_get_parameters_array_ex(argc, args) == FAILURE) { 503 if (zend_get_parameters_array_ex(argc, args) == FAILURE) {
|
| /PHP_5_4/ext/spl/ |
| H A D | spl_directory.c | 2107 zend_get_parameters_array_ex(pass_num_args, params+(arg2 ? 2 : 1));
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.c | 1104 || zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
|
Completed in 34 milliseconds