Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c6092 znode lefthand_node; in zend_compile_unary_pm() local
6105 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 33 milliseconds