Home
last modified time | relevance | path

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

/PHP-8.3/ext/zend_test/tests/
H A Dopline_dangling.phpt2 possible segfault in `ZEND_BIND_STATIC`
/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h268 #define ZEND_BIND_STATIC 183 macro
H A Dzend_compile.c4961 opline = zend_emit_op(NULL, ZEND_BIND_STATIC, NULL, NULL); in zend_compile_static_var_common()
5013 opline = zend_emit_op(NULL, ZEND_BIND_STATIC, NULL, &expr); in zend_compile_static_var()
H A Dzend_vm_def.h8952 ZEND_VM_HANDLER(183, ZEND_BIND_STATIC, CV, ANY, REF)
/PHP-8.3/Zend/Optimizer/
H A Dzend_ssa.h225 || opline->opcode == ZEND_BIND_STATIC) { in zend_ssa_is_no_val_use()
H A Dzend_dfg.c152 case ZEND_BIND_STATIC: in _zend_dfg_add_use_def_op()
H A Ddce.c241 case ZEND_BIND_STATIC: in may_have_side_effects()
H A Dzend_inference.c3206 case ZEND_BIND_STATIC: in _zend_update_type_info()
4658 case ZEND_BIND_STATIC: in zend_mark_cv_references()
4805 case ZEND_BIND_STATIC: in zend_may_throw_ex()
5045 case ZEND_BIND_STATIC: in zend_may_throw_ex()
H A Dzend_ssa.c681 case ZEND_BIND_STATIC: in _zend_ssa_rename_op()
H A Dsccp.c251 case ZEND_BIND_STATIC: in can_replace_op1()
/PHP-8.3/
H A DNEWS783 ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC). (Florian Engelhardt)
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1765 for (; opline->opcode == ZEND_BIND_STATIC; opline++) { in ZEND_METHOD()

Completed in 169 milliseconds