3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ideo_theme_options = null; $ideo_theme_options[generals][layout][site_width] = 1; print_r($ideo_theme_options);
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Undefined constant "generals" in /in/D2aY3:6 Stack trace: #0 {main} thrown in /in/D2aY3 on line 6
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant generals - assumed 'generals' (this will throw an Error in a future version of PHP) in /in/D2aY3 on line 6 Warning: Use of undefined constant layout - assumed 'layout' (this will throw an Error in a future version of PHP) in /in/D2aY3 on line 6 Warning: Use of undefined constant site_width - assumed 'site_width' (this will throw an Error in a future version of PHP) in /in/D2aY3 on line 6 Array ( [generals] => Array ( [layout] => Array ( [site_width] => 1 ) ) )
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant generals - assumed 'generals' in /in/D2aY3 on line 6 Notice: Use of undefined constant layout - assumed 'layout' in /in/D2aY3 on line 6 Notice: Use of undefined constant site_width - assumed 'site_width' in /in/D2aY3 on line 6 Array ( [generals] => Array ( [layout] => Array ( [site_width] => 1 ) ) )

preferences:
260.13 ms | 403 KiB | 376 Q