--TEST-- Verifies that generated lazy loading ghost objects disallow protected property direct unset --FILE-- createProxy('Kitchen', function () {}); unset($proxy->sweets); ?> --EXPECTF-- %SFatal error: Cannot %s property%sin %s on line %d