3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stxt40 = "1,0"; $stxt40--; $res = 100 - ((100 * $stxt40) / 2.4); echo $res;
Output for 8.3.0 - 8.3.6
Deprecated: Decrement on non-numeric string has no effect and is deprecated in /in/npuR0 on line 3 Warning: A non-numeric value encountered in /in/npuR0 on line 4 58.333333333333
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: A non-numeric value encountered in /in/npuR0 on line 4 58.333333333333
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33
Notice: A non well formed numeric value encountered in /in/npuR0 on line 4 58.333333333333
Output for 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.3.32 - 7.3.33
58.333333333333

preferences:
203.21 ms | 402 KiB | 270 Q