Searched refs:is_globals_fetch (Results 1 – 1 of 1) sorted by relevance
2973 static bool is_globals_fetch(const zend_ast *ast) in is_globals_fetch() function2985 return ast->kind == ZEND_AST_DIM && is_globals_fetch(ast->child[0]); in is_global_var_fetch()3018 } else if (is_globals_fetch(ast)) { in zend_compile_simple_var()3068 if (is_globals_fetch(var_ast)) { in zend_delayed_compile_dim()3412 if (is_globals_fetch(ast)) { in zend_ensure_writable_variable()3572 if (is_globals_fetch(source_ast)) { in zend_compile_assign_ref()3811 if (zend_is_call(arg) || is_globals_fetch(arg)) { in zend_compile_args()10550 if (is_globals_fetch(var_ast)) { in zend_compile_isset_or_empty()
Completed in 34 milliseconds