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