Home
last modified time | relevance | path

Searched refs:expr_ast (Results 1 – 1 of 1) sorted by path

/PHP-8.2/Zend/
H A Dzend_compile.c3347 if (expr_ast->kind != ZEND_AST_VAR || expr_ast->child[0]->kind != ZEND_AST_ZVAL) { in zend_is_assign_to_self()
3372 if (zend_is_assign_to_self(var_ast, expr_ast) && !is_this_fetch(expr_ast)) { in zend_compile_expr_with_potential_assign_to_self()
3389 zend_ast *expr_ast = ast->child[1]; in zend_compile_assign() local
3561 zend_ast *expr_ast = ast->child[1]; in zend_compile_compound_assign() local
5311 zend_ast *expr_ast = ast->child[0]; in zend_compile_return() local
5323 if (!expr_ast) { in zend_compile_return()
5358 if (by_ref && expr_ast) { in zend_compile_return()
5359 if (zend_is_call(expr_ast)) { in zend_compile_return()
5361 } else if (!zend_is_variable(expr_ast) || zend_ast_is_short_circuited(expr_ast)) { in zend_compile_return()
5681 bool is_variable = zend_is_variable(expr_ast) && zend_can_write_to_variable(expr_ast); in zend_compile_foreach()
[all …]

Completed in 50 milliseconds