--TEST-- Bug #65845 (Error when Zend Opcache Optimizer is fully enabled) --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $Pile['vars'][(string)'toto'] = 'tutu'; var_dump($Pile['vars']['toto']); ?> --EXPECT-- string(4) "tutu"