Searched refs:_call_user_function_impl (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_API.h | 685 ZEND_API zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, … 688 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, NULL) 691 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params)
|
H A D | zend_execute_API.c | 778 zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t … in _call_user_function_impl() function
|
Completed in 18 milliseconds