Searched refs:is_variable (Results 1 – 1 of 1) sorted by relevance
6048 bool is_variable = zend_is_variable(expr_ast) && zend_can_write_to_variable(expr_ast); in zend_compile_foreach() local6071 if (by_ref && is_variable) { in zend_compile_foreach()
Completed in 52 milliseconds