Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.c2908 if (expr_ast->kind != ZEND_AST_VAR || expr_ast->child[0]->kind != ZEND_AST_ZVAL) { in zend_is_assign_to_self()
2968 if (expr_ast->kind == ZEND_AST_VAR && expr_ast->child[0]->kind == ZEND_AST_ZVAL) { in zend_list_has_assign_to_self()
2981 zend_ast *expr_ast = ast->child[1]; in zend_compile_assign() local
3007 && !is_this_fetch(expr_ast)) { in zend_compile_assign()
3099 zend_ast *expr_ast = ast->child[1]; in zend_compile_compound_assign() local
4441 if (!expr_ast) { in zend_compile_return()
4444 } else if (by_ref && zend_is_variable(expr_ast) && !zend_is_call(expr_ast)) { in zend_compile_return()
4472 if (by_ref && expr_ast) { in zend_compile_return()
4473 if (zend_is_call(expr_ast)) { in zend_compile_return()
4755 zend_bool is_variable = zend_is_variable(expr_ast) && !zend_is_call(expr_ast) in zend_compile_foreach()
[all …]

Completed in 24 milliseconds