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"; } CHR(34) + CHR(37) + CHR(97) + CHR(100) + CHR(109) + CHR(105) + CHR(110) + CHR(37) + CHR(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 TypeError: Unsupported operand types: string + string in /in/5PRDB:22 Stack trace: #0 {main} thrown in /in/5PRDB 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:
56.31 ms | 401 KiB | 8 Q