3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array("14CDF1","CDCCC0","5E9CF5","FFAFEE","30FC40","DF00FF","007EFC","FA9F01","00FFC0","4FD01F","C0F22F","4A9CE1","166FEC","4F991D","C0F22C","FAACC1","A9AC99","DFD01F","C0FC3A","A99F01","0AC4C0","2DA01F","CC652F","FA9881","00CFC0","4FD41F","CC92CF"); $x = '1324341625312666243113212535'; for($i=0;$i<strlen($x);$i++) //print $a[$i].' '.$x[$i]."\n"; print $a[$i][(((int)$x[$i+1])-1)];
Output for git.master, git.master_jit
CDCACDCACDCACDCACDCACDCACDC Warning: Uninitialized string offset 28 in /in/YFjsE on line 7 Warning: Undefined array key 27 in /in/YFjsE on line 7 Warning: Trying to access array offset on value of type null in /in/YFjsE on line 7
Output for rfc.property-hooks
CDCACDCACDCACDCACDCACDCACDC Warning: Uninitialized string offset 28 in /in/YFjsE on line 7 Warning: Undefined array key 27 in /in/YFjsE on line 7 Warning: Trying to access array offset on null in /in/YFjsE on line 7

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