3v4l.org

run code in 300+ PHP versions simultaneously
<?php $g = explode('.',(string)((int)'21668' / 365.25)); echo "<pre>"; echo $q."<br>"; echo $row['giorni']."<br>"; print_r($g);
Output for git.master, git.master_jit
<pre> Warning: Undefined variable $q in /in/ilGOc on line 5 <br> Warning: Undefined variable $row in /in/ilGOc on line 6 Warning: Trying to access array offset on value of type null in /in/ilGOc on line 6 <br>Array ( [0] => 59 [1] => 323750855578 )
Output for rfc.property-hooks
<pre> Warning: Undefined variable $q in /in/ilGOc on line 5 <br> Warning: Undefined variable $row in /in/ilGOc on line 6 Warning: Trying to access array offset on null in /in/ilGOc on line 6 <br>Array ( [0] => 59 [1] => 323750855578 )

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:
38.51 ms | 401 KiB | 8 Q