3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(0 => 'valore del mio elemento o key'); $arr['non_esisto ma almeno esiste l\'involucro $arr']; $var['non รจ mai stata creata, nemmeno l\'involucro array $var'];
Output for git.master, git.master_jit
Warning: Undefined array key "non_esisto ma almeno esiste l'involucro $arr" in /in/H3T2I on line 4 Warning: Undefined variable $var in /in/H3T2I on line 5 Warning: Trying to access array offset on value of type null in /in/H3T2I on line 5
Output for rfc.property-hooks
Warning: Undefined array key "non_esisto ma almeno esiste l'involucro $arr" in /in/H3T2I on line 4 Warning: Undefined variable $var in /in/H3T2I on line 5 Warning: Trying to access array offset on null in /in/H3T2I on line 5

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:
27.52 ms | 407 KiB | 5 Q