Home
last modified time | relevance | path

Searched refs:is_globals_fetch (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.2/Zend/
H A Dzend_compile.c2905 static bool is_globals_fetch(const zend_ast *ast) in is_globals_fetch() function
2917 return ast->kind == ZEND_AST_DIM && is_globals_fetch(ast->child[0]); in is_global_var_fetch()
2940 } else if (is_globals_fetch(ast)) { in zend_compile_simple_var()
2993 if (is_globals_fetch(var_ast)) { in zend_delayed_compile_dim()
3337 if (is_globals_fetch(ast)) { in zend_ensure_writable_variable()
3500 if (is_globals_fetch(source_ast)) { in zend_compile_assign_ref()
3739 if (zend_is_call(arg) || is_globals_fetch(arg)) { in zend_compile_args()
9769 if (is_globals_fetch(var_ast)) { in zend_compile_isset_or_empty()

Completed in 35 milliseconds