Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_compile.c8956 znode left_node, right_node; in zend_compile_binary_op() local
9007 if (Z_TYPE(right_node.u.constant) <= IS_TRUE && Z_TYPE(right_node.u.constant) >= IS_NULL) { in zend_compile_binary_op()
9025 if (right_node.op_type == IS_CONST) { in zend_compile_binary_op()
9027 zend_emit_op_tmp(&right_node, ZEND_CAST, &right_node, NULL)->extended_value = IS_STRING; in zend_compile_binary_op()
9047 znode left_node, right_node; in zend_compile_greater() local
9059 zval_ptr_dtor(&right_node.u.constant); in zend_compile_greater()
9065 &right_node, &left_node); in zend_compile_greater()
9091 znode expr_node, right_node; in zend_compile_unary_pm() local
9104 right_node.op_type = IS_CONST; in zend_compile_unary_pm()
9115 znode left_node, right_node; in zend_compile_short_circuiting() local
[all …]

Completed in 29 milliseconds