3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach($lessons as $lesson) { $this->saveLesson($lesson->shiftId, $lesson->index, $lesson); } foreach($lessons as $lesson) { $this->saveLesson($lesson); }
Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
Warning: Undefined variable $lessons in /in/JJMKD on line 3 Warning: foreach() argument must be of type array|object, null given in /in/JJMKD on line 3 Warning: Undefined variable $lessons in /in/JJMKD on line 7 Warning: foreach() argument must be of type array|object, null given in /in/JJMKD on line 7

preferences:
61 ms | 407 KiB | 5 Q