Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c2908 static zend_bool zend_propagate_list_refs(zend_ast *ast) { /* {{{ */ in zend_propagate_list_refs() function
2919 elem_ast->attr = zend_propagate_list_refs(var_ast); in zend_propagate_list_refs()
3138 if (zend_propagate_list_refs(var_ast)) { in zend_compile_assign()
5151 if (value_ast->kind == ZEND_AST_ARRAY && zend_propagate_list_refs(value_ast)) { in zend_compile_foreach()

Completed in 33 milliseconds