--TEST-- Verifies that generated lazy loading ghost objects disallow reading non-existing properties via direct read --FILE-- createProxy('Kitchen', function () {}); echo $proxy->nonExisting; ?> --EXPECTF-- nonExisting