Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c6798 znode lefthand_node; in zend_compile_unary_pm() local
6812 lefthand_node.op_type = IS_CONST; in zend_compile_unary_pm()
6813 ZVAL_LONG(&lefthand_node.u.constant, (ast->kind == ZEND_AST_UNARY_PLUS) ? 1 : -1); in zend_compile_unary_pm()
6814 zend_emit_op_tmp(result, ZEND_MUL, &lefthand_node, &expr_node); in zend_compile_unary_pm()

Completed in 24 milliseconds