--TEST-- Verifies that generated lazy loading value holders disallow private property direct read --FILE-- createProxy('Kitchen', function (& $wrapped, $proxy, $method, array $parameters, & $initializer) { $initializer = null; $wrapped = new Kitchen(); }); $proxy->sweets; ?> --EXPECTF-- %SFatal error: Cannot access private property %s::$sweets in %s on line %d