Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h683 ZEND_API zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, …
686 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, NULL)
689 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params)
H A Dzend_execute_API.c750 zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t … in _call_user_function_impl() function

Completed in 59 milliseconds