3v4l.org

run code in 500+ PHP versions simultaneously
<?php print_r([NAN]); echo NAN;
Output for 8.5.0 - 8.5.10
Warning: unexpected NAN value was coerced to string in /in/KX2PM on line 2 Array ( [0] => NAN ) Warning: unexpected NAN value was coerced to string in /in/KX2PM on line 3 NAN
Output for 8.2.31 - 8.2.33, 8.3.0 - 8.3.33, 8.4.1 - 8.4.25
Array ( [0] => NAN ) NAN

preferences:
43.8 ms | 788 KiB | 4 Q