Searched refs:_call_user_function_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_API.h | 489 ZEND_API int _call_user_function_ex(zval *object, zval *function_name, zval *retval_ptr, uint32_t p… 492 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, 1) 494 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, no_separation)
|
H A D | zend_execute_API.c | 643 int _call_user_function_ex(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_coun… in _call_user_function_ex() function
|
Completed in 15 milliseconds