Lines Matching refs:is_this_fetch
2962 static bool is_this_fetch(zend_ast *ast) /* {{{ */ in is_this_fetch() function
3010 if (is_this_fetch(ast)) { in zend_compile_simple_var()
3140 if (is_this_fetch(obj_ast)) { in zend_delayed_compile_prop()
3447 if (zend_is_assign_to_self(var_ast, expr_ast) && !is_this_fetch(expr_ast)) { in zend_compile_expr_with_potential_assign_to_self()
3469 if (is_this_fetch(var_ast)) { in zend_compile_assign()
3567 if (is_this_fetch(target_ast)) { in zend_compile_assign_ref()
3849 if (is_this_fetch(arg)) { in zend_compile_args()
5226 if (is_this_fetch(obj_ast)) { in zend_compile_method_call()
5439 if (is_this_fetch(var_ast)) { in zend_compile_global_var()
5565 if (is_this_fetch(var_ast)) { in zend_compile_unset()
6089 if (is_this_fetch(value_ast)) { in zend_compile_foreach()
10325 if (is_this_fetch(var_ast)) { in zend_compile_assign_coalesce()
10575 if (is_this_fetch(var_ast)) { in zend_compile_isset_or_empty()