3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array("a"=> "fdsfd","b"=>"123","c"=> "erwe4233"); //list($a, $b, $c) = $arr; array_map("sss", $arr); function sss($m="mmm", $n="nnn") { echo $m."::".$n."\n"; } var_dump($a); var_dump($b); var_dump($c);
Output for git.master, git.master_jit, rfc.property-hooks
fdsfd::nnn 123::nnn erwe4233::nnn Warning: Undefined variable $a in /in/uC3sP on line 8 NULL Warning: Undefined variable $b in /in/uC3sP on line 9 NULL Warning: Undefined variable $c in /in/uC3sP on line 10 NULL

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