Searched refs:get_scope (Results 1 – 1 of 1) sorted by relevance
3739 static zend_always_inline zend_class_entry *get_scope(zend_execute_data *frame) in get_scope() function3811 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 23 milliseconds