Searched refs:SET_NODE (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_compile.c | 37 #define SET_NODE(target, src) do { \ macro 2145 SET_NODE(opline->op1, op1); in zend_emit_op() 2151 SET_NODE(opline->op2, op2); in zend_emit_op() 2171 SET_NODE(opline->op1, op1); in zend_emit_op_tmp() 2177 SET_NODE(opline->op2, op2); in zend_emit_op_tmp() 2298 SET_NODE(tmp_opline.op1, op1); in zend_delayed_emit_op() 2303 SET_NODE(tmp_opline.op2, op2); in zend_delayed_emit_op() 7004 SET_NODE(opline->result, result); in zend_compile_coalesce() 7458 SET_NODE(opline->op1, result); in zend_compile_rope_add() 7460 SET_NODE(opline->op2, elem_node); in zend_compile_rope_add() [all …]
|
Completed in 24 milliseconds