Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c9908 znode left_node, right_node; in zend_compile_binary_op() local
9926 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
9949 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
9950 if (Z_TYPE(left_node.u.constant) <= IS_TRUE && Z_TYPE(left_node.u.constant) >= IS_NULL) { in zend_compile_binary_op()
9970 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
9972 zend_emit_op_tmp(&left_node, ZEND_CAST, &left_node, NULL)->extended_value = IS_STRING; in zend_compile_binary_op()
9999 znode left_node, right_node; in zend_compile_greater() local
10017 &right_node, &left_node); in zend_compile_greater()
10067 znode left_node, right_node; in zend_compile_short_circuiting() local
10075 if (left_node.op_type == IS_CONST) { in zend_compile_short_circuiting()
[all …]

Completed in 34 milliseconds