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