Searched refs:SET_NODE (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_compile.c | 37 #define SET_NODE(target, src) do { \ macro 2142 SET_NODE(opline->op1, op1); in zend_emit_op() 2148 SET_NODE(opline->op2, op2); in zend_emit_op() 2168 SET_NODE(opline->op1, op1); in zend_emit_op_tmp() 2174 SET_NODE(opline->op2, op2); in zend_emit_op_tmp() 2297 SET_NODE(tmp_opline.op1, op1); in zend_delayed_emit_op() 2302 SET_NODE(tmp_opline.op2, op2); in zend_delayed_emit_op() 7364 SET_NODE(opline->result, result); in zend_compile_coalesce() 7818 SET_NODE(opline->op1, result); in zend_compile_rope_add() 7820 SET_NODE(opline->op2, elem_node); in zend_compile_rope_add() [all …]
|
Completed in 34 milliseconds