3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x[null] = 1; echo $x[null];
Output for 8.5.0 - 8.5.1
Deprecated: Using null as an array offset is deprecated, use an empty string instead in /in/HEPU4 on line 3 Deprecated: Using null as an array offset is deprecated, use an empty string instead in /in/HEPU4 on line 4 1
Output for 8.1.34, 8.2.27 - 8.2.30, 8.3.0 - 8.3.29, 8.4.1 - 8.4.16
1

preferences:
51.48 ms | 407 KiB | 5 Q