Searched refs:zend_is_assign_to_self (Results 1 – 1 of 1) sorted by relevance
3420 static bool zend_is_assign_to_self(zend_ast *var_ast, zend_ast *expr_ast) /* {{{ */ in zend_is_assign_to_self() function3447 if (zend_is_assign_to_self(var_ast, expr_ast) && !is_this_fetch(expr_ast)) { in zend_compile_expr_with_potential_assign_to_self()
Completed in 42 milliseconds