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