Searched refs:method_args (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 4804 zval *params, ***method_args = NULL, *retval_ptr; local 4824 method_args = (zval ***) safe_emalloc(sizeof(zval **), num_elems, 0); 4827 zend_hash_get_current_data(params_ar, (void **) &(method_args[element])) == SUCCESS; 4833 if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, num_elems, method_args, 0, NULL TSRMLS_CC) == SUCCESS) { 4841 efree(method_args);
|
Completed in 9 milliseconds