Lines Matching refs:is_this_fetch
2957 static bool is_this_fetch(zend_ast *ast) /* {{{ */ in is_this_fetch() function
3005 if (is_this_fetch(ast)) { in zend_compile_simple_var()
3135 if (is_this_fetch(obj_ast)) { in zend_delayed_compile_prop()
3442 if (zend_is_assign_to_self(var_ast, expr_ast) && !is_this_fetch(expr_ast)) { in zend_compile_expr_with_potential_assign_to_self()
3464 if (is_this_fetch(var_ast)) { in zend_compile_assign()
3562 if (is_this_fetch(target_ast)) { in zend_compile_assign_ref()
3845 if (is_this_fetch(arg)) { in zend_compile_args()
5222 if (is_this_fetch(obj_ast)) { in zend_compile_method_call()
5435 if (is_this_fetch(var_ast)) { in zend_compile_global_var()
5561 if (is_this_fetch(var_ast)) { in zend_compile_unset()
6085 if (is_this_fetch(value_ast)) { in zend_compile_foreach()
10333 if (is_this_fetch(var_ast)) { in zend_compile_assign_coalesce()
10583 if (is_this_fetch(var_ast)) { in zend_compile_isset_or_empty()