Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.c2122 zend_ast *zend_ast_append_str(zend_ast *left_ast, zend_ast *right_ast) /* {{{ */ in zend_ast_append_str() argument
2124 zval *left_zv = zend_ast_get_zval(left_ast); in zend_ast_append_str()
2139 return left_ast; in zend_ast_append_str()
9904 zend_ast *left_ast = ast->child[0]; in zend_compile_binary_op() local
9910 zend_compile_expr(&left_node, left_ast); in zend_compile_binary_op()
9997 zend_ast *left_ast = ast->child[0]; in zend_compile_greater() local
10003 zend_compile_expr(&left_node, left_ast); in zend_compile_greater()
10064 zend_ast *left_ast = ast->child[0]; in zend_compile_short_circuiting() local
10073 zend_compile_expr(&left_node, left_ast); in zend_compile_short_circuiting()

Completed in 50 milliseconds