Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c1814 zend_ast *zend_ast_append_str(zend_ast *left_ast, zend_ast *right_ast) /* {{{ */ in zend_ast_append_str() argument
1816 zval *left_zv = zend_ast_get_zval(left_ast); in zend_ast_append_str()
1831 return left_ast; in zend_ast_append_str()
6689 zend_ast *left_ast = ast->child[0]; in zend_compile_binary_op() local
6694 zend_compile_expr(&left_node, left_ast); in zend_compile_binary_op()
6750 zend_ast *left_ast = ast->child[0]; in zend_compile_greater() local
6756 zend_compile_expr(&left_node, left_ast); in zend_compile_greater()
6820 zend_ast *left_ast = ast->child[0]; in zend_compile_short_circuiting() local
6829 zend_compile_expr(&left_node, left_ast); in zend_compile_short_circuiting()

Completed in 24 milliseconds