Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_API.c3739 static zend_always_inline zend_class_entry *get_scope(zend_execute_data *frame) in get_scope() function
3811 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class()
3913 scope = get_scope(frame); in zend_is_callable_check_func()
3978 scope = get_scope(frame); in zend_is_callable_check_func()
3997 scope = get_scope(frame); in zend_is_callable_check_func()
4062 scope = get_scope(frame); in zend_is_callable_check_func()
4224 …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 16 milliseconds