Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c697 static bool zend_jit_class_may_be_modified(const zend_class_entry *ce, const zend_op_array *called_… in zend_jit_class_may_be_modified() function
715 || zend_jit_class_may_be_modified(ce->parent, called_from))) { in zend_jit_class_may_be_modified()
723 if (zend_jit_class_may_be_modified(ce->interfaces[i], called_from)) { in zend_jit_class_may_be_modified()
736 if (!trait || zend_jit_class_may_be_modified(trait, called_from)) { in zend_jit_class_may_be_modified()
762 || !zend_jit_class_may_be_modified(func->op_array.scope, called_from))) { in zend_jit_may_be_modified()

Completed in 12 milliseconds