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.4.0 - 5.4.29
Parse error: syntax error, unexpected ''' (T_ENCAPSED_AND_WHITESPACE) in /in/hrm9g on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /in/hrm9g on line 6
Process exited with code 255.

preferences:
181.89 ms | 1395 KiB | 66 Q