Home
last modified time | relevance | path

Searched refs:_call_user_function_impl (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/
H A DUPGRADING.INTERNALS269 - _call_user_function_impl()
/PHP-8.0/Zend/
H A Dzend_API.h511 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 Dzend_execute_API.c647 zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t … in _call_user_function_impl() function

Completed in 27 milliseconds