3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_TIME, 'it_IT.UTF-8'); $period = new DatePeriod(new DateTime('2020-04-07'),new DateInterval('P1D'),new DateTime('2020-04-18')); foreach ($period as $key => $value) { echo strftime("%A", $value->getTimestamp()).PHP_EOL; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 martedì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 mercoledì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 giovedì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 venerdì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 sabato Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 domenica Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 lunedì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 martedì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 mercoledì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 giovedì Deprecated: Function strftime() is deprecated in /in/sYirG on line 5 venerdì

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
31.19 ms | 403 KiB | 8 Q