3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queuedTime = "2011-03-17 06:42:10"; $b2 = new DateTime($queuedTime); $b1 = date_sub($queuedTime,date_interval_create_from_date_string("100 minutes")); $b1 = $b1->format("Y-m-d H:i:s"); $between = " AND BETWEEN " . $b1 . " AND " . $b2; echo $between; ?>
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
Fatal error: Uncaught TypeError: date_sub(): Argument #1 ($object) must be of type DateTime, string given in /in/rlrU0:7 Stack trace: #0 /in/rlrU0(7): date_sub('2011-03-17 06:4...', Object(DateInterval)) #1 {main} thrown in /in/rlrU0 on line 7
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: date_sub() expects parameter 1 to be DateTime, string given in /in/rlrU0 on line 7 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/rlrU0:8 Stack trace: #0 {main} thrown in /in/rlrU0 on line 8
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
Warning: date_sub() expects parameter 1 to be DateTime, string given in /in/rlrU0 on line 7 Fatal error: Uncaught Error: Call to a member function format() on boolean in /in/rlrU0:8 Stack trace: #0 {main} thrown in /in/rlrU0 on line 8
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Warning: date_sub() expects parameter 1 to be DateTime, string given in /in/rlrU0 on line 7 Fatal error: Call to a member function format() on boolean in /in/rlrU0 on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Warning: date_sub() expects parameter 1 to be DateTime, string given in /in/rlrU0 on line 7 Fatal error: Call to a member function format() on a non-object in /in/rlrU0 on line 8
Process exited with code 255.
Output for 5.2.0 - 5.2.17
Fatal error: Call to undefined function date_sub() in /in/rlrU0 on line 7
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/rlrU0 on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: datetime in /in/rlrU0 on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/rlrU0 on line 4

preferences:
275.76 ms | 401 KiB | 460 Q