Searched refs:_call_user_function_impl (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ |
H A D | UPGRADING.INTERNALS | 269 - _call_user_function_impl()
|
/PHP-8.0/Zend/ |
H A D | zend_API.h | 511 ZEND_API zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, … 514 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, NULL) 517 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params)
|
H A D | zend_execute_API.c | 647 zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t … in _call_user_function_impl() function
|
Completed in 33 milliseconds