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