Searched refs:lefthand_node (Results 1 – 1 of 1) sorted by relevance
6092 znode lefthand_node; in zend_compile_unary_pm() local6105 lefthand_node.op_type = IS_CONST; in zend_compile_unary_pm()6106 ZVAL_LONG(&lefthand_node.u.constant, (ast->kind == ZEND_AST_UNARY_PLUS) ? 1 : -1); in zend_compile_unary_pm()6107 zend_emit_op_tmp(result, ZEND_MUL, &lefthand_node, &expr_node); in zend_compile_unary_pm()
Completed in 21 milliseconds