Home
last modified time | relevance | path

Searched refs:right_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
1717 zend_string *right = zend_ast_get_str(right_ast); in zend_ast_append_str()
7219 zend_ast *right_ast = ast->child[1]; in zend_compile_binary_op() local
7225 …ST_BINARY_OP && left_ast->attr == ZEND_CONCAT) || (right_ast->kind == ZEND_AST_BINARY_OP && right_… in zend_compile_binary_op()
7234 zend_compile_expr(&right_node, right_ast); in zend_compile_binary_op()
7301 zend_ast *right_ast = ast->child[1]; in zend_compile_greater() local
7307 zend_compile_expr(&right_node, right_ast); in zend_compile_greater()
7371 zend_ast *right_ast = ast->child[1]; in zend_compile_short_circuiting() local
7387 zend_compile_expr(&right_node, right_ast); in zend_compile_short_circuiting()
7415 zend_compile_expr(&right_node, right_ast); in zend_compile_short_circuiting()

Completed in 24 milliseconds