Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c2600 static zend_bool zend_propagate_list_refs(zend_ast *ast) { /* {{{ */ in zend_propagate_list_refs() function
2611 elem_ast->attr = zend_propagate_list_refs(var_ast); in zend_propagate_list_refs()
2816 if (zend_propagate_list_refs(var_ast)) { in zend_compile_assign()
4653 if (value_ast->kind == ZEND_AST_ARRAY && zend_propagate_list_refs(value_ast)) { in zend_compile_foreach()

Completed in 28 milliseconds