Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c1713 zend_ast *zend_ast_append_str(zend_ast *left_ast, zend_ast *right_ast) /* {{{ */ in zend_ast_append_str() argument
1715 zval *left_zv = zend_ast_get_zval(left_ast); in zend_ast_append_str()
1730 return left_ast; in zend_ast_append_str()
7218 zend_ast *left_ast = ast->child[0]; in zend_compile_binary_op() local
7222 …if ((opcode == ZEND_ADD || opcode == ZEND_SUB) && left_ast->kind == ZEND_AST_BINARY_OP && left_ast in zend_compile_binary_op()
7225 …if ((opcode == ZEND_SL || opcode == ZEND_SR) && ((left_ast->kind == ZEND_AST_BINARY_OP && left_ast in zend_compile_binary_op()
7233 zend_compile_expr(&left_node, left_ast); in zend_compile_binary_op()
7300 zend_ast *left_ast = ast->child[0]; in zend_compile_greater() local
7306 zend_compile_expr(&left_node, left_ast); in zend_compile_greater()
7370 zend_ast *left_ast = ast->child[0]; in zend_compile_short_circuiting() local
[all …]

Completed in 25 milliseconds