Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_compile.c3061 static bool zend_propagate_list_refs(zend_ast *ast) { /* {{{ */ in zend_propagate_list_refs() function
3072 elem_ast->attr = zend_propagate_list_refs(var_ast); in zend_propagate_list_refs()
3310 if (zend_propagate_list_refs(var_ast)) { in zend_compile_assign()
5403 if (value_ast->kind == ZEND_AST_ARRAY && zend_propagate_list_refs(value_ast)) { in zend_compile_foreach()

Completed in 48 milliseconds