3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( "nomi" => array("Mario","Francesco","veronica"), "cognomi" => array("Rossi","Verdi","Azzurri"), "eta" => array(40,29,37) ); $nome = $arr['nomi']; $cognome = $arr['cognomi']; $eta = $arr['eta']; echo "Salve signor ".$nome[0]." ".$cognome[0]." lei ha ".$eta[0]." anni<br />"; echo "Salve signor ".$nome[1]." ".$cognome[1]." lei ha ".$eta[1]." anni<br />"; echo "Salve signora ".$nome[2]." ".$cognome[2]." lei ha ".$eta[2]." anni<br />"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Salve signor Mario Rossi lei ha 40 anni<br />Salve signor Francesco Verdi lei ha 29 anni<br />Salve signora veronica Azzurri lei ha 37 anni<br />

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