Searched refs:zend_jit_class_may_be_modified (Results 1 – 1 of 1) sorted by relevance
697 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() function715 || 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