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