3v4l.org

run code in 300+ PHP versions simultaneously
<?php $check = 'there'; $num = 5 printf('test here %s %s %d', $check, $check, $check);
Output for 5.4.0 - 5.4.13
Parse error: syntax error, unexpected 'printf' (T_STRING) in /in/U8Lbq on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.23
Parse error: syntax error, unexpected T_STRING in /in/U8Lbq on line 5
Process exited with code 255.

preferences:
181.35 ms | 1386 KiB | 45 Q