Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c8098 znode left_node, right_node; in zend_compile_binary_op() local
8116 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
8139 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
8140 if (Z_TYPE(left_node.u.constant) <= IS_TRUE && Z_TYPE(left_node.u.constant) >= IS_NULL) { in zend_compile_binary_op()
8160 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
8162 zend_emit_op_tmp(&left_node, ZEND_CAST, &left_node, NULL)->extended_value = IS_STRING; in zend_compile_binary_op()
8189 znode left_node, right_node; in zend_compile_greater() local
8207 &right_node, &left_node); in zend_compile_greater()
8257 znode left_node, right_node; in zend_compile_short_circuiting() local
8265 if (left_node.op_type == IS_CONST) { in zend_compile_short_circuiting()
[all …]

Completed in 50 milliseconds