3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime(); $dates = []; for($i = 0; $i <= 10; $i++) { $date->add(new DateInterval('P1D')); $dates[] = clone $date; } ?> <?php foreach($dates as $date): ?> <p style="margin: 0;"><?php echo $date->format('jS M Y'); ?></p> <?php endforeach; ?>
Output for 5.4.0 - 5.4.28, 7.0.14 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<p style="margin: 0;">8th May 2014</p> <p style="margin: 0;">9th May 2014</p> <p style="margin: 0;">10th May 2014</p> <p style="margin: 0;">11th May 2014</p> <p style="margin: 0;">12th May 2014</p> <p style="margin: 0;">13th May 2014</p> <p style="margin: 0;">14th May 2014</p> <p style="margin: 0;">15th May 2014</p> <p style="margin: 0;">16th May 2014</p> <p style="margin: 0;">17th May 2014</p> <p style="margin: 0;">18th May 2014</p>
Output for 7.0.6
<p style="margin: 0;">4th May 2016</p> <p style="margin: 0;">5th May 2016</p> <p style="margin: 0;">6th May 2016</p> <p style="margin: 0;">7th May 2016</p> <p style="margin: 0;">8th May 2016</p> <p style="margin: 0;">9th May 2016</p> <p style="margin: 0;">10th May 2016</p> <p style="margin: 0;">11th May 2016</p> <p style="margin: 0;">12th May 2016</p> <p style="margin: 0;">13th May 2016</p> <p style="margin: 0;">14th May 2016</p>
Output for 5.6.14, 7.0.5
<p style="margin: 0;">3rd Apr 2016</p> <p style="margin: 0;">4th Apr 2016</p> <p style="margin: 0;">5th Apr 2016</p> <p style="margin: 0;">6th Apr 2016</p> <p style="margin: 0;">7th Apr 2016</p> <p style="margin: 0;">8th Apr 2016</p> <p style="margin: 0;">9th Apr 2016</p> <p style="margin: 0;">10th Apr 2016</p> <p style="margin: 0;">11th Apr 2016</p> <p style="margin: 0;">12th Apr 2016</p> <p style="margin: 0;">13th Apr 2016</p>
Output for 7.0.4
<p style="margin: 0;">11th Mar 2016</p> <p style="margin: 0;">12th Mar 2016</p> <p style="margin: 0;">13th Mar 2016</p> <p style="margin: 0;">14th Mar 2016</p> <p style="margin: 0;">15th Mar 2016</p> <p style="margin: 0;">16th Mar 2016</p> <p style="margin: 0;">17th Mar 2016</p> <p style="margin: 0;">18th Mar 2016</p> <p style="margin: 0;">19th Mar 2016</p> <p style="margin: 0;">20th Mar 2016</p> <p style="margin: 0;">21st Mar 2016</p>
Output for 7.0.3
<p style="margin: 0;">19th Mar 2016</p> <p style="margin: 0;">20th Mar 2016</p> <p style="margin: 0;">21st Mar 2016</p> <p style="margin: 0;">22nd Mar 2016</p> <p style="margin: 0;">23rd Mar 2016</p> <p style="margin: 0;">24th Mar 2016</p> <p style="margin: 0;">25th Mar 2016</p> <p style="margin: 0;">26th Mar 2016</p> <p style="margin: 0;">27th Mar 2016</p> <p style="margin: 0;">28th Mar 2016</p> <p style="margin: 0;">29th Mar 2016</p>
Output for 7.0.2
<p style="margin: 0;">23rd Mar 2016</p> <p style="margin: 0;">24th Mar 2016</p> <p style="margin: 0;">25th Mar 2016</p> <p style="margin: 0;">26th Mar 2016</p> <p style="margin: 0;">27th Mar 2016</p> <p style="margin: 0;">28th Mar 2016</p> <p style="margin: 0;">29th Mar 2016</p> <p style="margin: 0;">30th Mar 2016</p> <p style="margin: 0;">31st Mar 2016</p> <p style="margin: 0;">1st Apr 2016</p> <p style="margin: 0;">2nd Apr 2016</p>
Output for 7.0.1
<p style="margin: 0;">24th Mar 2016</p> <p style="margin: 0;">25th Mar 2016</p> <p style="margin: 0;">26th Mar 2016</p> <p style="margin: 0;">27th Mar 2016</p> <p style="margin: 0;">28th Mar 2016</p> <p style="margin: 0;">29th Mar 2016</p> <p style="margin: 0;">30th Mar 2016</p> <p style="margin: 0;">31st Mar 2016</p> <p style="margin: 0;">1st Apr 2016</p> <p style="margin: 0;">2nd Apr 2016</p> <p style="margin: 0;">3rd Apr 2016</p>
Output for 7.0.0
<p style="margin: 0;">27th Mar 2016</p> <p style="margin: 0;">28th Mar 2016</p> <p style="margin: 0;">29th Mar 2016</p> <p style="margin: 0;">30th Mar 2016</p> <p style="margin: 0;">31st Mar 2016</p> <p style="margin: 0;">1st Apr 2016</p> <p style="margin: 0;">2nd Apr 2016</p> <p style="margin: 0;">3rd Apr 2016</p> <p style="margin: 0;">4th Apr 2016</p> <p style="margin: 0;">5th Apr 2016</p> <p style="margin: 0;">6th Apr 2016</p>
Output for 5.6.21
<p style="margin: 0;">3rd May 2016</p> <p style="margin: 0;">4th May 2016</p> <p style="margin: 0;">5th May 2016</p> <p style="margin: 0;">6th May 2016</p> <p style="margin: 0;">7th May 2016</p> <p style="margin: 0;">8th May 2016</p> <p style="margin: 0;">9th May 2016</p> <p style="margin: 0;">10th May 2016</p> <p style="margin: 0;">11th May 2016</p> <p style="margin: 0;">12th May 2016</p> <p style="margin: 0;">13th May 2016</p>
Output for 5.6.20
<p style="margin: 0;">10th Apr 2016</p> <p style="margin: 0;">11th Apr 2016</p> <p style="margin: 0;">12th Apr 2016</p> <p style="margin: 0;">13th Apr 2016</p> <p style="margin: 0;">14th Apr 2016</p> <p style="margin: 0;">15th Apr 2016</p> <p style="margin: 0;">16th Apr 2016</p> <p style="margin: 0;">17th Apr 2016</p> <p style="margin: 0;">18th Apr 2016</p> <p style="margin: 0;">19th Apr 2016</p> <p style="margin: 0;">20th Apr 2016</p>
Output for 5.6.19
<p style="margin: 0;">8th Mar 2016</p> <p style="margin: 0;">9th Mar 2016</p> <p style="margin: 0;">10th Mar 2016</p> <p style="margin: 0;">11th Mar 2016</p> <p style="margin: 0;">12th Mar 2016</p> <p style="margin: 0;">13th Mar 2016</p> <p style="margin: 0;">14th Mar 2016</p> <p style="margin: 0;">15th Mar 2016</p> <p style="margin: 0;">16th Mar 2016</p> <p style="margin: 0;">17th Mar 2016</p> <p style="margin: 0;">18th Mar 2016</p>
Output for 5.6.18
<p style="margin: 0;">15th Mar 2016</p> <p style="margin: 0;">16th Mar 2016</p> <p style="margin: 0;">17th Mar 2016</p> <p style="margin: 0;">18th Mar 2016</p> <p style="margin: 0;">19th Mar 2016</p> <p style="margin: 0;">20th Mar 2016</p> <p style="margin: 0;">21st Mar 2016</p> <p style="margin: 0;">22nd Mar 2016</p> <p style="margin: 0;">23rd Mar 2016</p> <p style="margin: 0;">24th Mar 2016</p> <p style="margin: 0;">25th Mar 2016</p>
Output for 5.6.17
<p style="margin: 0;">20th Mar 2016</p> <p style="margin: 0;">21st Mar 2016</p> <p style="margin: 0;">22nd Mar 2016</p> <p style="margin: 0;">23rd Mar 2016</p> <p style="margin: 0;">24th Mar 2016</p> <p style="margin: 0;">25th Mar 2016</p> <p style="margin: 0;">26th Mar 2016</p> <p style="margin: 0;">27th Mar 2016</p> <p style="margin: 0;">28th Mar 2016</p> <p style="margin: 0;">29th Mar 2016</p> <p style="margin: 0;">30th Mar 2016</p>
Output for 5.6.16
<p style="margin: 0;">28th Mar 2016</p> <p style="margin: 0;">29th Mar 2016</p> <p style="margin: 0;">30th Mar 2016</p> <p style="margin: 0;">31st Mar 2016</p> <p style="margin: 0;">1st Apr 2016</p> <p style="margin: 0;">2nd Apr 2016</p> <p style="margin: 0;">3rd Apr 2016</p> <p style="margin: 0;">4th Apr 2016</p> <p style="margin: 0;">5th Apr 2016</p> <p style="margin: 0;">6th Apr 2016</p> <p style="margin: 0;">7th Apr 2016</p>
Output for 5.6.15
<p style="margin: 0;">29th Mar 2016</p> <p style="margin: 0;">30th Mar 2016</p> <p style="margin: 0;">31st Mar 2016</p> <p style="margin: 0;">1st Apr 2016</p> <p style="margin: 0;">2nd Apr 2016</p> <p style="margin: 0;">3rd Apr 2016</p> <p style="margin: 0;">4th Apr 2016</p> <p style="margin: 0;">5th Apr 2016</p> <p style="margin: 0;">6th Apr 2016</p> <p style="margin: 0;">7th Apr 2016</p> <p style="margin: 0;">8th Apr 2016</p>
Output for 5.6.13
<p style="margin: 0;">16th Apr 2016</p> <p style="margin: 0;">17th Apr 2016</p> <p style="margin: 0;">18th Apr 2016</p> <p style="margin: 0;">19th Apr 2016</p> <p style="margin: 0;">20th Apr 2016</p> <p style="margin: 0;">21st Apr 2016</p> <p style="margin: 0;">22nd Apr 2016</p> <p style="margin: 0;">23rd Apr 2016</p> <p style="margin: 0;">24th Apr 2016</p> <p style="margin: 0;">25th Apr 2016</p> <p style="margin: 0;">26th Apr 2016</p>
Output for 5.6.12
<p style="margin: 0;">20th Apr 2016</p> <p style="margin: 0;">21st Apr 2016</p> <p style="margin: 0;">22nd Apr 2016</p> <p style="margin: 0;">23rd Apr 2016</p> <p style="margin: 0;">24th Apr 2016</p> <p style="margin: 0;">25th Apr 2016</p> <p style="margin: 0;">26th Apr 2016</p> <p style="margin: 0;">27th Apr 2016</p> <p style="margin: 0;">28th Apr 2016</p> <p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p>
Output for 5.6.11
<p style="margin: 0;">24th Apr 2016</p> <p style="margin: 0;">25th Apr 2016</p> <p style="margin: 0;">26th Apr 2016</p> <p style="margin: 0;">27th Apr 2016</p> <p style="margin: 0;">28th Apr 2016</p> <p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p> <p style="margin: 0;">2nd May 2016</p> <p style="margin: 0;">3rd May 2016</p> <p style="margin: 0;">4th May 2016</p>
Output for 5.6.10
<p style="margin: 0;">26th Apr 2016</p> <p style="margin: 0;">27th Apr 2016</p> <p style="margin: 0;">28th Apr 2016</p> <p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p> <p style="margin: 0;">2nd May 2016</p> <p style="margin: 0;">3rd May 2016</p> <p style="margin: 0;">4th May 2016</p> <p style="margin: 0;">5th May 2016</p> <p style="margin: 0;">6th May 2016</p>
Output for 5.6.9
<p style="margin: 0;">28th Apr 2016</p> <p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p> <p style="margin: 0;">2nd May 2016</p> <p style="margin: 0;">3rd May 2016</p> <p style="margin: 0;">4th May 2016</p> <p style="margin: 0;">5th May 2016</p> <p style="margin: 0;">6th May 2016</p> <p style="margin: 0;">7th May 2016</p> <p style="margin: 0;">8th May 2016</p>
Output for 5.6.8
<p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p> <p style="margin: 0;">2nd May 2016</p> <p style="margin: 0;">3rd May 2016</p> <p style="margin: 0;">4th May 2016</p> <p style="margin: 0;">5th May 2016</p> <p style="margin: 0;">6th May 2016</p> <p style="margin: 0;">7th May 2016</p> <p style="margin: 0;">8th May 2016</p> <p style="margin: 0;">9th May 2016</p> <p style="margin: 0;">10th May 2016</p>
Output for 5.6.7
<p style="margin: 0;">26th May 2016</p> <p style="margin: 0;">27th May 2016</p> <p style="margin: 0;">28th May 2016</p> <p style="margin: 0;">29th May 2016</p> <p style="margin: 0;">30th May 2016</p> <p style="margin: 0;">31st May 2016</p> <p style="margin: 0;">1st Jun 2016</p> <p style="margin: 0;">2nd Jun 2016</p> <p style="margin: 0;">3rd Jun 2016</p> <p style="margin: 0;">4th Jun 2016</p> <p style="margin: 0;">5th Jun 2016</p>
Output for 5.5.35
<p style="margin: 0;">23rd May 2016</p> <p style="margin: 0;">24th May 2016</p> <p style="margin: 0;">25th May 2016</p> <p style="margin: 0;">26th May 2016</p> <p style="margin: 0;">27th May 2016</p> <p style="margin: 0;">28th May 2016</p> <p style="margin: 0;">29th May 2016</p> <p style="margin: 0;">30th May 2016</p> <p style="margin: 0;">31st May 2016</p> <p style="margin: 0;">1st Jun 2016</p> <p style="margin: 0;">2nd Jun 2016</p>
Output for 5.5.34
<p style="margin: 0;">11th Apr 2016</p> <p style="margin: 0;">12th Apr 2016</p> <p style="margin: 0;">13th Apr 2016</p> <p style="margin: 0;">14th Apr 2016</p> <p style="margin: 0;">15th Apr 2016</p> <p style="margin: 0;">16th Apr 2016</p> <p style="margin: 0;">17th Apr 2016</p> <p style="margin: 0;">18th Apr 2016</p> <p style="margin: 0;">19th Apr 2016</p> <p style="margin: 0;">20th Apr 2016</p> <p style="margin: 0;">21st Apr 2016</p>
Output for 5.5.33
<p style="margin: 0;">9th Mar 2016</p> <p style="margin: 0;">10th Mar 2016</p> <p style="margin: 0;">11th Mar 2016</p> <p style="margin: 0;">12th Mar 2016</p> <p style="margin: 0;">13th Mar 2016</p> <p style="margin: 0;">14th Mar 2016</p> <p style="margin: 0;">15th Mar 2016</p> <p style="margin: 0;">16th Mar 2016</p> <p style="margin: 0;">17th Mar 2016</p> <p style="margin: 0;">18th Mar 2016</p> <p style="margin: 0;">19th Mar 2016</p>
Output for 5.5.32
<p style="margin: 0;">17th Mar 2016</p> <p style="margin: 0;">18th Mar 2016</p> <p style="margin: 0;">19th Mar 2016</p> <p style="margin: 0;">20th Mar 2016</p> <p style="margin: 0;">21st Mar 2016</p> <p style="margin: 0;">22nd Mar 2016</p> <p style="margin: 0;">23rd Mar 2016</p> <p style="margin: 0;">24th Mar 2016</p> <p style="margin: 0;">25th Mar 2016</p> <p style="margin: 0;">26th Mar 2016</p> <p style="margin: 0;">27th Mar 2016</p>
Output for 5.5.31
<p style="margin: 0;">21st Mar 2016</p> <p style="margin: 0;">22nd Mar 2016</p> <p style="margin: 0;">23rd Mar 2016</p> <p style="margin: 0;">24th Mar 2016</p> <p style="margin: 0;">25th Mar 2016</p> <p style="margin: 0;">26th Mar 2016</p> <p style="margin: 0;">27th Mar 2016</p> <p style="margin: 0;">28th Mar 2016</p> <p style="margin: 0;">29th Mar 2016</p> <p style="margin: 0;">30th Mar 2016</p> <p style="margin: 0;">31st Mar 2016</p>
Output for 5.5.30
<p style="margin: 0;">1st Apr 2016</p> <p style="margin: 0;">2nd Apr 2016</p> <p style="margin: 0;">3rd Apr 2016</p> <p style="margin: 0;">4th Apr 2016</p> <p style="margin: 0;">5th Apr 2016</p> <p style="margin: 0;">6th Apr 2016</p> <p style="margin: 0;">7th Apr 2016</p> <p style="margin: 0;">8th Apr 2016</p> <p style="margin: 0;">9th Apr 2016</p> <p style="margin: 0;">10th Apr 2016</p> <p style="margin: 0;">11th Apr 2016</p>
Output for 5.5.29
<p style="margin: 0;">17th Apr 2016</p> <p style="margin: 0;">18th Apr 2016</p> <p style="margin: 0;">19th Apr 2016</p> <p style="margin: 0;">20th Apr 2016</p> <p style="margin: 0;">21st Apr 2016</p> <p style="margin: 0;">22nd Apr 2016</p> <p style="margin: 0;">23rd Apr 2016</p> <p style="margin: 0;">24th Apr 2016</p> <p style="margin: 0;">25th Apr 2016</p> <p style="margin: 0;">26th Apr 2016</p> <p style="margin: 0;">27th Apr 2016</p>
Output for 5.5.28
<p style="margin: 0;">21st Apr 2016</p> <p style="margin: 0;">22nd Apr 2016</p> <p style="margin: 0;">23rd Apr 2016</p> <p style="margin: 0;">24th Apr 2016</p> <p style="margin: 0;">25th Apr 2016</p> <p style="margin: 0;">26th Apr 2016</p> <p style="margin: 0;">27th Apr 2016</p> <p style="margin: 0;">28th Apr 2016</p> <p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p>
Output for 5.5.27
<p style="margin: 0;">22nd Apr 2016</p> <p style="margin: 0;">23rd Apr 2016</p> <p style="margin: 0;">24th Apr 2016</p> <p style="margin: 0;">25th Apr 2016</p> <p style="margin: 0;">26th Apr 2016</p> <p style="margin: 0;">27th Apr 2016</p> <p style="margin: 0;">28th Apr 2016</p> <p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p> <p style="margin: 0;">2nd May 2016</p>
Output for 5.5.26
<p style="margin: 0;">27th Apr 2016</p> <p style="margin: 0;">28th Apr 2016</p> <p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p> <p style="margin: 0;">2nd May 2016</p> <p style="margin: 0;">3rd May 2016</p> <p style="margin: 0;">4th May 2016</p> <p style="margin: 0;">5th May 2016</p> <p style="margin: 0;">6th May 2016</p> <p style="margin: 0;">7th May 2016</p>
Output for 5.5.25
<p style="margin: 0;">29th Apr 2016</p> <p style="margin: 0;">30th Apr 2016</p> <p style="margin: 0;">1st May 2016</p> <p style="margin: 0;">2nd May 2016</p> <p style="margin: 0;">3rd May 2016</p> <p style="margin: 0;">4th May 2016</p> <p style="margin: 0;">5th May 2016</p> <p style="margin: 0;">6th May 2016</p> <p style="margin: 0;">7th May 2016</p> <p style="margin: 0;">8th May 2016</p> <p style="margin: 0;">9th May 2016</p>
Output for 5.5.24
<p style="margin: 0;">24th May 2016</p> <p style="margin: 0;">25th May 2016</p> <p style="margin: 0;">26th May 2016</p> <p style="margin: 0;">27th May 2016</p> <p style="margin: 0;">28th May 2016</p> <p style="margin: 0;">29th May 2016</p> <p style="margin: 0;">30th May 2016</p> <p style="margin: 0;">31st May 2016</p> <p style="margin: 0;">1st Jun 2016</p> <p style="margin: 0;">2nd Jun 2016</p> <p style="margin: 0;">3rd Jun 2016</p>
Output for 5.4.44 - 5.4.45
<p style="margin: 0;">6th Sep 2015</p> <p style="margin: 0;">7th Sep 2015</p> <p style="margin: 0;">8th Sep 2015</p> <p style="margin: 0;">9th Sep 2015</p> <p style="margin: 0;">10th Sep 2015</p> <p style="margin: 0;">11th Sep 2015</p> <p style="margin: 0;">12th Sep 2015</p> <p style="margin: 0;">13th Sep 2015</p> <p style="margin: 0;">14th Sep 2015</p> <p style="margin: 0;">15th Sep 2015</p> <p style="margin: 0;">16th Sep 2015</p>
Output for 5.4.43
<p style="margin: 0;">19th Jul 2015</p> <p style="margin: 0;">20th Jul 2015</p> <p style="margin: 0;">21st Jul 2015</p> <p style="margin: 0;">22nd Jul 2015</p> <p style="margin: 0;">23rd Jul 2015</p> <p style="margin: 0;">24th Jul 2015</p> <p style="margin: 0;">25th Jul 2015</p> <p style="margin: 0;">26th Jul 2015</p> <p style="margin: 0;">27th Jul 2015</p> <p style="margin: 0;">28th Jul 2015</p> <p style="margin: 0;">29th Jul 2015</p>
Output for 5.4.42
<p style="margin: 0;">9th Jul 2015</p> <p style="margin: 0;">10th Jul 2015</p> <p style="margin: 0;">11th Jul 2015</p> <p style="margin: 0;">12th Jul 2015</p> <p style="margin: 0;">13th Jul 2015</p> <p style="margin: 0;">14th Jul 2015</p> <p style="margin: 0;">15th Jul 2015</p> <p style="margin: 0;">16th Jul 2015</p> <p style="margin: 0;">17th Jul 2015</p> <p style="margin: 0;">18th Jul 2015</p> <p style="margin: 0;">19th Jul 2015</p>
Output for 5.4.41
<p style="margin: 0;">27th May 2015</p> <p style="margin: 0;">28th May 2015</p> <p style="margin: 0;">29th May 2015</p> <p style="margin: 0;">30th May 2015</p> <p style="margin: 0;">31st May 2015</p> <p style="margin: 0;">1st Jun 2015</p> <p style="margin: 0;">2nd Jun 2015</p> <p style="margin: 0;">3rd Jun 2015</p> <p style="margin: 0;">4th Jun 2015</p> <p style="margin: 0;">5th Jun 2015</p> <p style="margin: 0;">6th Jun 2015</p>
Output for 5.4.39 - 5.4.40
<p style="margin: 0;">2nd May 2015</p> <p style="margin: 0;">3rd May 2015</p> <p style="margin: 0;">4th May 2015</p> <p style="margin: 0;">5th May 2015</p> <p style="margin: 0;">6th May 2015</p> <p style="margin: 0;">7th May 2015</p> <p style="margin: 0;">8th May 2015</p> <p style="margin: 0;">9th May 2015</p> <p style="margin: 0;">10th May 2015</p> <p style="margin: 0;">11th May 2015</p> <p style="margin: 0;">12th May 2015</p>
Output for 5.4.38
<p style="margin: 0;">1st Mar 2015</p> <p style="margin: 0;">2nd Mar 2015</p> <p style="margin: 0;">3rd Mar 2015</p> <p style="margin: 0;">4th Mar 2015</p> <p style="margin: 0;">5th Mar 2015</p> <p style="margin: 0;">6th Mar 2015</p> <p style="margin: 0;">7th Mar 2015</p> <p style="margin: 0;">8th Mar 2015</p> <p style="margin: 0;">9th Mar 2015</p> <p style="margin: 0;">10th Mar 2015</p> <p style="margin: 0;">11th Mar 2015</p>
Output for 5.4.36 - 5.4.37
<p style="margin: 0;">6th Feb 2015</p> <p style="margin: 0;">7th Feb 2015</p> <p style="margin: 0;">8th Feb 2015</p> <p style="margin: 0;">9th Feb 2015</p> <p style="margin: 0;">10th Feb 2015</p> <p style="margin: 0;">11th Feb 2015</p> <p style="margin: 0;">12th Feb 2015</p> <p style="margin: 0;">13th Feb 2015</p> <p style="margin: 0;">14th Feb 2015</p> <p style="margin: 0;">15th Feb 2015</p> <p style="margin: 0;">16th Feb 2015</p>
Output for 5.4.34 - 5.4.35
<p style="margin: 0;">16th Nov 2014</p> <p style="margin: 0;">17th Nov 2014</p> <p style="margin: 0;">18th Nov 2014</p> <p style="margin: 0;">19th Nov 2014</p> <p style="margin: 0;">20th Nov 2014</p> <p style="margin: 0;">21st Nov 2014</p> <p style="margin: 0;">22nd Nov 2014</p> <p style="margin: 0;">23rd Nov 2014</p> <p style="margin: 0;">24th Nov 2014</p> <p style="margin: 0;">25th Nov 2014</p> <p style="margin: 0;">26th Nov 2014</p>
Output for 5.4.29 - 5.4.32
<p style="margin: 0;">31st Aug 2014</p> <p style="margin: 0;">1st Sep 2014</p> <p style="margin: 0;">2nd Sep 2014</p> <p style="margin: 0;">3rd Sep 2014</p> <p style="margin: 0;">4th Sep 2014</p> <p style="margin: 0;">5th Sep 2014</p> <p style="margin: 0;">6th Sep 2014</p> <p style="margin: 0;">7th Sep 2014</p> <p style="margin: 0;">8th Sep 2014</p> <p style="margin: 0;">9th Sep 2014</p> <p style="margin: 0;">10th Sep 2014</p>
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/t29B1 on line 4
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, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/t29B1 on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/t29B1 on line 4
Process exited with code 255.

preferences:
263.3 ms | 401 KiB | 314 Q