--TEST-- Verifies that generated lazy loading ghost objects disallow reading non-existing properties via direct read --FILE-- createProxy('Kitchen', function () {}); $proxy->nonExisting; ?> --EXPECTF-- %SNotice: Undefined property: Kitchen::$nonExisting in %s on line %d