Searched defs:call_user_function_ex (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute_API.c | 700 ex_retval = call_user_function_ex(function_table, object_pp, function_name, &local_retval_ptr, param_count, params_array, 1, NULL TSRMLS_CC); 713 int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC) /* {{{ */ function
|
Completed in 5 milliseconds