--TEST-- Bug #77275: OPcache optimization problem for ArrayAccess->offsetGet(string) --INI-- opcache.enable_cli=1 opcache.optimization_level=-1 --EXTENSIONS-- opcache --FILE-- get('a', 'b', 'c'); $rec = new Record(); $id = $rec['a']; } } (new Baz())->run(); ?> --EXPECT-- string(1) "a"