3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(intdiv(30000, 60)); if ($intdiv == true); echo minuts; ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
int(500) Warning: Undefined variable $intdiv in /in/Ks2qf on line 3 Fatal error: Uncaught Error: Undefined constant "minuts" in /in/Ks2qf:4 Stack trace: #0 {main} thrown in /in/Ks2qf on line 4
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
int(500) Notice: Undefined variable: intdiv in /in/Ks2qf on line 3 Warning: Use of undefined constant minuts - assumed 'minuts' (this will throw an Error in a future version of PHP) in /in/Ks2qf on line 4 minuts
Output for 7.3.32 - 7.3.33
int(500) Warning: Use of undefined constant minuts - assumed 'minuts' (this will throw an Error in a future version of PHP) in /in/Ks2qf on line 4 minuts
Output for 7.1.0 - 7.1.25
int(500) Notice: Undefined variable: intdiv in /in/Ks2qf on line 3 Notice: Use of undefined constant minuts - assumed 'minuts' in /in/Ks2qf on line 4 minuts

preferences:
191.28 ms | 401 KiB | 170 Q