3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$start_date =strtotime('2013-02-13 12:02:00'); //$end_date =strtotime('2013-02-20 12:02:00'); //$total = ($end_date- $start_date); //echo date("Y-m-d H:i:s",$total); $count = 5; for($i=$count;$i>=0;$i--){ $array = array_fill(0,$i,'X'); echo implode("",$array); echo "<br>"; }
Output for 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 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
XXXXX<br>XXXX<br>XXX<br>XX<br>X<br><br>
Output for 5.2.5 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35
XXXXX<br>XXXX<br>XXX<br>XX<br>X<br> Warning: array_fill(): Number of elements must be positive in /in/hap9B on line 9 Warning: implode(): Invalid arguments passed in /in/hap9B on line 10 <br>
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.4
XXXXX<br>XXXX<br>XXX<br>XX<br>X<br> Warning: array_fill(): Number of elements must be positive in /in/hap9B on line 9 Warning: implode(): Bad arguments. in /in/hap9B on line 10 <br>
Output for 4.3.0 - 4.3.1
XXXXX<br>XXXX<br>XXX<br>XX<br>X<br> Warning: array_fill() [http://www.php.net/function.array-fill]: Number of elements must be positive in /in/hap9B on line 9 Warning: implode() [http://www.php.net/function.implode]: Bad arguments. in /in/hap9B on line 10 <br>

preferences:
207.55 ms | 402 KiB | 341 Q