--TEST-- Type inference 004: Type narrowing warning during type inference of ZEND_FETCH_DIM_W --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 --FILE-- y = c; $arr = c; } } ?> DONE --EXPECT-- DONE