Searched refs:same_scope (Results 1 – 1 of 1) sorted by relevance
899 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local900 if ((is_private && same_scope) in zend_optimizer_get_called_func()901 || (is_final && (!is_private || same_scope))) { in zend_optimizer_get_called_func()
Completed in 8 milliseconds