Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.c3746 static zend_always_inline zend_class_entry *get_scope(zend_execute_data *frame) in get_scope() function
3818 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class()
3920 scope = get_scope(frame); in zend_is_callable_check_func()
3985 scope = get_scope(frame); in zend_is_callable_check_func()
4004 scope = get_scope(frame); in zend_is_callable_check_func()
4069 scope = get_scope(frame); in zend_is_callable_check_func()
4231 …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 23 milliseconds