3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i1 = DateInterval::createFromDateString("400 seconds")->format("%Hh, %im, %ss"); $i2 = DateInterval::createFromDateString("400.1 seconds")->format("%Hh, %im, %ss"); $i3 = DateInterval::createFromDateString("400.12 seconds")->format("%Hh, %im, %ss"); $i4 = DateInterval::createFromDateString("400.123 seconds")->format("%Hh, %im, %ss"); var_dump($i1, $i2, $i3, $i4);
Output for 8.3.0 - 8.3.6
Fatal error: Uncaught DateMalformedIntervalStringException: Unknown or bad format (400.1 seconds) at position 0 (4): Unexpected character in /in/QsmaS:3 Stack trace: #0 /in/QsmaS(3): DateInterval::createFromDateString('400.1 seconds') #1 {main} thrown in /in/QsmaS on line 3
Process exited with code 255.
Output for 7.3.4 - 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
Warning: DateInterval::createFromDateString(): Unknown or bad format (400.1 seconds) at position 0 (4): Unexpected character in /in/QsmaS on line 3 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/QsmaS:3 Stack trace: #0 {main} thrown in /in/QsmaS on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0, 7.3.0 - 7.3.3
string(13) "00h, 0m, 400s" string(11) "00h, 0m, 0s" string(11) "00h, 0m, 0s" string(11) "00h, 0m, 3s"
Output for 7.2.17 - 7.2.33
Warning: DateInterval::createFromDateString(): Unknown or bad format (400.1 seconds) at position 0 (4): Unexpected character in /in/QsmaS on line 3 Fatal error: Uncaught Error: Call to a member function format() on boolean in /in/QsmaS:3 Stack trace: #0 {main} thrown in /in/QsmaS on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Fatal error: Class 'DateInterval' not found in /in/QsmaS on line 2
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/QsmaS on line 2
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
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /in/QsmaS on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/QsmaS on line 2
Process exited with code 255.

preferences:
227.18 ms | 401 KiB | 343 Q