3v4l.org

run code in 300+ PHP versions simultaneously
<?php $now = (new DateTime())->setTime(0,0,31)->getTimestamp(); $ts = strftime('%Y-%m-%d %H:%M:00', $now); $exists = ['jobname/' . $ts => true ]; $timeAhead = 15 * 60 + $now; $jobName = 'jobname'; for ($time = $now + 30; $time < $timeAhead; $time += 60) { $ts = strftime('%Y-%m-%d %H:%M:00', $time); if (!empty($exists[$jobName.'/' . $ts])) { // already scheduled continue; } } echo count($exists);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Deprecated: Function strftime() is deprecated in /in/1a2sm on line 3 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 Deprecated: Function strftime() is deprecated in /in/1a2sm on line 12 1
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.7, 7.1.20 - 7.1.33, 7.2.5 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
1
Output for 7.1.10

Process exited with code 137.

preferences:
181.68 ms | 401 KiB | 256 Q