Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c2968 static bool is_globals_fetch(const zend_ast *ast) in is_globals_fetch() function
2980 return ast->kind == ZEND_AST_DIM && is_globals_fetch(ast->child[0]); in is_global_var_fetch()
3013 } else if (is_globals_fetch(ast)) { in zend_compile_simple_var()
3063 if (is_globals_fetch(var_ast)) { in zend_delayed_compile_dim()
3407 if (is_globals_fetch(ast)) { in zend_ensure_writable_variable()
3567 if (is_globals_fetch(source_ast)) { in zend_compile_assign_ref()
3807 if (zend_is_call(arg) || is_globals_fetch(arg)) { in zend_compile_args()
10558 if (is_globals_fetch(var_ast)) { in zend_compile_isset_or_empty()

Completed in 34 milliseconds