3v4l.org

run code in 300+ PHP versions simultaneously
<?php while($i++<100)echo($i%3?'':fizz).($i%5?'':buzz)?:$i,"\n";
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $i in /in/lu2qM on line 3 1 2 Fatal error: Uncaught Error: Undefined constant "fizz" in /in/lu2qM:3 Stack trace: #0 {main} thrown in /in/lu2qM on line 3
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: i in /in/lu2qM on line 3 1 2 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 4 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 7 8 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 11 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 13 14 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 16 17 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 19 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 22 23 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 26 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 28 29 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 31 32 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 34 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 37 38 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 41 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 43 44 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 46 47 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 49 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 52 53 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 56 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 58 59 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 61 62 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 64 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 67 68 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 71 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 73 74 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 76 77 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 79 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 82 83 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 86 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 88 89 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 91 92 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 94 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 97 98 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz
Output for 7.3.32 - 7.3.33
1 2 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 4 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 7 8 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 11 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 13 14 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 16 17 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 19 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 22 23 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 26 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 28 29 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 31 32 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 34 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 37 38 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 41 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 43 44 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 46 47 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 49 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 52 53 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 56 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 58 59 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 61 62 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 64 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 67 68 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 71 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 73 74 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 76 77 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 79 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 82 83 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz 86 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 88 89 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizzbuzz 91 92 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 94 Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz 97 98 Warning: Use of undefined constant fizz - assumed 'fizz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 fizz Warning: Use of undefined constant buzz - assumed 'buzz' (this will throw an Error in a future version of PHP) in /in/lu2qM on line 3 buzz
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.32, 7.1.0 - 7.1.25
Notice: Undefined variable: i in /in/lu2qM on line 3 1 2 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 4 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 7 8 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz 11 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 13 14 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 fizzbuzz 16 17 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 19 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 22 23 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz 26 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 28 29 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 fizzbuzz 31 32 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 34 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 37 38 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz 41 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 43 44 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 fizzbuzz 46 47 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 49 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 52 53 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz 56 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 58 59 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 fizzbuzz 61 62 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 64 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 67 68 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz 71 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 73 74 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 fizzbuzz 76 77 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 79 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 82 83 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz 86 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 88 89 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 fizzbuzz 91 92 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 94 Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz 97 98 Notice: Use of undefined constant fizz - assumed 'fizz' in /in/lu2qM on line 3 fizz Notice: Use of undefined constant buzz - assumed 'buzz' in /in/lu2qM on line 3 buzz
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected ':' in /in/lu2qM on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected ':' in /in/lu2qM on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/lu2qM on line 3
Process exited with code 255.

preferences:
362.57 ms | 401 KiB | 422 Q