Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c899 zend_bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func() local
900 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 16 milliseconds