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