3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(range(0, 7) as $no) { $date1 = new DateTime('2014-01-01'); $date2 = new DateTime("today +{$no} week"); printf("Woche %d: %d\n", $no, $date1->diff($date2)->days / 7 % 3+1); }
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: Implicit conversion from float 46.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 0: 2 Deprecated: Implicit conversion from float 47.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 1: 3 Deprecated: Implicit conversion from float 48.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 2: 1 Deprecated: Implicit conversion from float 49.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 3: 2 Deprecated: Implicit conversion from float 50.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 4: 3 Deprecated: Implicit conversion from float 51.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 5: 1 Deprecated: Implicit conversion from float 52.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 6: 2 Deprecated: Implicit conversion from float 53.285714285714285 to int loses precision in /in/dLC9E on line 6 Woche 7: 3
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
Woche 0: 2 Woche 1: 3 Woche 2: 1 Woche 3: 2 Woche 4: 3 Woche 5: 1 Woche 6: 2 Woche 7: 3
Output for 5.2.0 - 5.2.17
Fatal error: Call to undefined method DateTime::diff() in /in/dLC9E on line 6
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/dLC9E on line 4
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/dLC9E on line 6
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/dLC9E on line 6
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/dLC9E on line 6
Process exited with code 255.

preferences:
270.82 ms | 401 KiB | 422 Q