3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cart = 'string'; $cart['max_cartid'] = 0; $cart['max_cartid'] ++;
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 TypeError: Cannot access offset of type string on string in /in/hfjSX:4 Stack trace: #0 {main} thrown in /in/hfjSX on line 4
Process exited with code 255.
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: Illegal string offset 'max_cartid' in /in/hfjSX on line 4 Warning: Illegal string offset 'max_cartid' in /in/hfjSX on line 5 Fatal error: Uncaught Error: Cannot increment/decrement string offsets in /in/hfjSX:5 Stack trace: #0 {main} thrown in /in/hfjSX on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.33
Warning: Illegal string offset 'max_cartid' in /in/hfjSX on line 4 Warning: Illegal string offset 'max_cartid' in /in/hfjSX on line 5 Fatal error: Uncaught Error: Cannot increment/decrement overloaded objects nor string offsets in /in/hfjSX:5 Stack trace: #0 {main} thrown in /in/hfjSX on line 5
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Warning: Illegal string offset 'max_cartid' in /in/hfjSX on line 4 Warning: Illegal string offset 'max_cartid' in /in/hfjSX on line 5 Fatal error: Cannot increment/decrement overloaded objects nor string offsets in /in/hfjSX on line 5
Process exited with code 255.

preferences:
251.26 ms | 401 KiB | 296 Q