3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array( "yolo", "sup", PHP_INT_MAX, null, 5648 ); list($b, $c, $d, $e, $f, $g, $h) = $a; var_dump($a, $b, $c, $d, $e, $f, $g, $h);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key 5 in /in/dgag4 on line 11 Warning: Undefined array key 6 in /in/dgag4 on line 11 array(5) { [0]=> string(4) "yolo" [1]=> string(3) "sup" [2]=> int(9223372036854775807) [3]=> NULL [4]=> int(5648) } string(4) "yolo" string(3) "sup" int(9223372036854775807) NULL int(5648) NULL 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:
63.4 ms | 402 KiB | 8 Q