3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cpuser=array( 'login'=>$user['login'].'_ff', 'password'=>'fd' ); var_dump($cpuser+array('server'=>$server_data['host'], 'tarif'=>$tarif['name']));
Output for git.master, git.master_jit
Warning: Undefined variable $user in /in/UcK8A on line 3 Warning: Trying to access array offset on value of type null in /in/UcK8A on line 3 Warning: Undefined variable $server_data in /in/UcK8A on line 7 Warning: Trying to access array offset on value of type null in /in/UcK8A on line 7 Warning: Undefined variable $tarif in /in/UcK8A on line 7 Warning: Trying to access array offset on value of type null in /in/UcK8A on line 7 array(4) { ["login"]=> string(3) "_ff" ["password"]=> string(2) "fd" ["server"]=> NULL ["tarif"]=> NULL }
Output for rfc.property-hooks
Warning: Undefined variable $user in /in/UcK8A on line 3 Warning: Trying to access array offset on null in /in/UcK8A on line 3 Warning: Undefined variable $server_data in /in/UcK8A on line 7 Warning: Trying to access array offset on null in /in/UcK8A on line 7 Warning: Undefined variable $tarif in /in/UcK8A on line 7 Warning: Trying to access array offset on null in /in/UcK8A on line 7 array(4) { ["login"]=> string(3) "_ff" ["password"]=> string(2) "fd" ["server"]=> NULL ["tarif"]=> 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:
38.94 ms | 402 KiB | 8 Q