Searched refs:get_scope (Results 1 – 3 of 3) sorted by relevance
34 get_scope();46 function get_scope() {
150 get_scope();160 function get_scope() {
3574 static zend_always_inline zend_class_entry *get_scope(zend_execute_data *frame) in get_scope() function3646 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class()3748 scope = get_scope(frame); in zend_is_callable_check_func()3813 scope = get_scope(frame); in zend_is_callable_check_func()3832 scope = get_scope(frame); in zend_is_callable_check_func()3897 scope = get_scope(frame); 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 31 milliseconds