3v4l.org

run code in 300+ PHP versions simultaneously
<?php $record = array( 'email' => $this->toEmail, 'user_id' => 0, 'course_id' => $this->courseid, 'group_id' => $this->groupid, 'notification_id' => 'CHAMPION_STATUS_UPDATE', 'datestamp' => date('Y-m-d h:i:s'), 'unixtime' => time(), ); $q = 'REPLACE INTO `kognito_reminders_log` ('.implode(array_keys($record), ', ').') VALUES ('.implode($record, ', ').');'; echo $q;
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Fatal error: Uncaught Error: Using $this when not in object context in /in/lO6l9:4 Stack trace: #0 {main} thrown in /in/lO6l9 on line 4
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Fatal error: Using $this when not in object context in /in/lO6l9 on line 4
Process exited with code 255.

preferences:
153 ms | 402 KiB | 196 Q