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