--TEST-- Verifies that generated access interceptors disallow private property direct write --FILE-- createProxy(new Kitchen()); $proxy->sweets = 'stolen'; ?> --EXPECTF-- %SFatal error: Cannot access %s property%S in %s on line %d