3v4l.org

run code in 300+ PHP versions simultaneously
<?php $participants_db = "test_test_test_test_test_test_Sticky_Sticky_Sticky_Sticky_"; $participants = array_unique(explode("_", $participants_db)); foreach($participants as $user) { echo $user . '\n'; sleep(10); } ?>
Output for 5.3.7 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.31, 7.1.0 - 7.1.21, 7.2.6 - 7.2.33, 7.3.16 - 7.3.27, 7.4.3 - 7.4.16, 8.0.0 - 8.0.3, 8.1.23 - 8.1.28, 8.2.10 - 8.2.18, 8.3.0 - 8.3.6
test\n
Process exited with code 137.

preferences:
175.76 ms | 404 KiB | 176 Q