Searched refs:zend_get_parameters_array_ex (Results 1 - 12 of 12) sorted by relevance
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | gregoriancalendar_methods.cpp | 54 zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
|
| H A D | calendar_methods.cpp | 413 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 D | com_handlers.c | 385 zend_get_parameters_array_ex(nargs, args);
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | ibase_query.c | 1816 if (FAILURE == zend_get_parameters_array_ex((expected_n + 1), args)) {
|
| /PHP_TRUNK/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_TRUNK/ext/pdo/ |
| H A D | pdo_stmt.c | 1905 retval = zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args);
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_directory.c | 2103 zend_get_parameters_array_ex(pass_num_args, params+(arg2 ? 2 : 1));
|
| /PHP_TRUNK/ext/dba/ |
| H A D | dba.c | 623 if (zend_get_parameters_array_ex(ac, args) != SUCCESS) {
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_module.c | 310 zend_get_parameters_array_ex(1, &zfilename) == FAILURE ||
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_api.c | 264 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 D | pgsql.c | 1104 || zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) {
|
Completed in 41 milliseconds