Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c9916 znode left_node, right_node; in zend_compile_binary_op() local
9934 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
9957 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
9958 if (Z_TYPE(left_node.u.constant) <= IS_TRUE && Z_TYPE(left_node.u.constant) >= IS_NULL) { in zend_compile_binary_op()
9978 if (left_node.op_type == IS_CONST) { in zend_compile_binary_op()
9980 zend_emit_op_tmp(&left_node, ZEND_CAST, &left_node, NULL)->extended_value = IS_STRING; in zend_compile_binary_op()
10007 znode left_node, right_node; in zend_compile_greater() local
10025 &right_node, &left_node); in zend_compile_greater()
10075 znode left_node, right_node; in zend_compile_short_circuiting() local
10083 if (left_node.op_type == IS_CONST) { in zend_compile_short_circuiting()
[all …]

Completed in 39 milliseconds