Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_compile.c1918 zend_ast *zend_ast_append_str(zend_ast *left_ast, zend_ast *right_ast) /* {{{ */ in zend_ast_append_str() argument
1920 zval *left_zv = zend_ast_get_zval(left_ast); in zend_ast_append_str()
1935 return left_ast; in zend_ast_append_str()
8769 zend_ast *left_ast = ast->child[0]; in zend_compile_binary_op() local
8775 zend_compile_expr(&left_node, left_ast); in zend_compile_binary_op()
8862 zend_ast *left_ast = ast->child[0]; in zend_compile_greater() local
8868 zend_compile_expr(&left_node, left_ast); in zend_compile_greater()
8929 zend_ast *left_ast = ast->child[0]; in zend_compile_short_circuiting() local
8938 zend_compile_expr(&left_node, left_ast); in zend_compile_short_circuiting()

Completed in 31 milliseconds