Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c2774 static inline bool zend_can_write_to_variable(zend_ast *ast) /* {{{ */ in zend_can_write_to_variable() function
3261 } else if (!zend_can_write_to_variable(var_ast)) { in zend_verify_list_assign_target()
6044 bool is_variable = zend_is_variable(expr_ast) && zend_can_write_to_variable(expr_ast); in zend_compile_foreach()

Completed in 48 milliseconds