3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach (range(1,100) as $num) { if (!($num % 15)) { echo 'FizzBuzz' . PHP_EOL; } elseif (!($num % 5)) { echo 'Buzz' . PHP_EOL; } elseif (!($num % 3)) { echo 'Fizz' . PHP_EOL; } else { echo $num . PHP_EOL; } }
Output for 4.3.10 - 4.3.11, 4.4.0 - 4.4.9, 5.0.2 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzBuzz 16 17 Fizz 19 Buzz Fizz 22 23 Fizz Buzz 26 Fizz 28 29 FizzBuzz 31 32 Fizz 34 Buzz Fizz 37 38 Fizz Buzz 41 Fizz 43 44 FizzBuzz 46 47 Fizz 49 Buzz Fizz 52 53 Fizz Buzz 56 Fizz 58 59 FizzBuzz 61 62 Fizz 64 Buzz Fizz 67 68 Fizz Buzz 71 Fizz 73 74 FizzBuzz 76 77 Fizz 79 Buzz Fizz 82 83 Fizz Buzz 86 Fizz 88 89 FizzBuzz 91 92 Fizz 94 Buzz Fizz 97 98 Fizz Buzz
Output for 4.3.0 - 4.3.9, 5.0.0 - 5.0.1
Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 1PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 2PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 4PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 7PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 8PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 11PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 13PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 14PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 5 FizzBuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 16PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 17PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 19PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 22PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 23PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 26PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 28PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 29PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 5 FizzBuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 31PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 32PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 34PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 37PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 38PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 41PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 43PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 44PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 5 FizzBuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 46PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 47PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 49PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 52PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 53PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 56PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 58PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 59PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 5 FizzBuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 61PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 62PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 64PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 67PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 68PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 71PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 73PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 74PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 5 FizzBuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 76PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 77PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 79PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 82PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 83PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 86PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 88PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 89PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 5 FizzBuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 91PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 92PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 94PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 97PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 11 98PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 9 FizzPHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/5i7pZ on line 7 BuzzPHP_EOL

preferences:
289.83 ms | 422 KiB | 385 Q