Searched refs:zend_is_callable_check_class (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_API.c | 3579 static bool zend_is_callable_check_class(zend_string *name, zend_class_entry *scope, zend_execute_d… in zend_is_callable_check_class() function 3769 …} else if (!zend_is_callable_check_class(cname, scope, frame, fcc, &strict_class, error, suppress_… in zend_is_callable_check_func() 4059 …if (!zend_is_callable_check_class(Z_STR_P(obj), get_scope(frame), frame, fcc, &strict_class, error… in zend_is_callable_at_frame()
|
Completed in 22 milliseconds