3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array( //"one" => "'1", "one" => chr(0xbf27), //"one" => CHAR(34,37,97,100,109,105,110,37,34), "two" => 2, "three" => 3, "seventeen" => 17 ); foreach ($a as $k => $v) { echo "$v...\n"; //$str = $v; $str = addslashes($v); echo "\$a[$k] => $str.\n"; } CHAR(34,37,97,100,109,105,110,37,34) ?>
Output for git.master, git.master_jit, rfc.property-hooks
'... $a[one] => \'. 2... $a[two] => 2. 3... $a[three] => 3. 17... $a[seventeen] => 17. Fatal error: Uncaught Error: Call to undefined function CHAR() in /in/k1VJS:22 Stack trace: #0 {main} thrown in /in/k1VJS on line 22
Process exited with code 255.

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