Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c9185 znode left_node, right_node; in zend_compile_binary_op() local
9236 if (Z_TYPE(right_node.u.constant) <= IS_TRUE && Z_TYPE(right_node.u.constant) >= IS_NULL) { in zend_compile_binary_op()
9254 if (right_node.op_type == IS_CONST) { in zend_compile_binary_op()
9256 zend_emit_op_tmp(&right_node, ZEND_CAST, &right_node, NULL)->extended_value = IS_STRING; in zend_compile_binary_op()
9276 znode left_node, right_node; in zend_compile_greater() local
9288 zval_ptr_dtor(&right_node.u.constant); in zend_compile_greater()
9294 &right_node, &left_node); in zend_compile_greater()
9320 znode expr_node, right_node; in zend_compile_unary_pm() local
9333 right_node.op_type = IS_CONST; in zend_compile_unary_pm()
9344 znode left_node, right_node; in zend_compile_short_circuiting() local
[all …]

Completed in 55 milliseconds