3v4l.org

run code in 300+ PHP versions simultaneously
<?php function LeggiPersone($persona) { return($persona); } ?> <?php $anagrafia[] = array("NOME","COGNOME","DATA DI NASCITA","LUOGO DI NASCITA","CODICE FISCALE"); $persona[] = array("Giulio","Poltrinieri","19/06/1980","Firenze","GLOPLN____"); $persona[] = array("Armando","Rossi","20/03/1970","Bari","ARMRSS____"); $persona[] = array("Luca","Bianchi","0.7/11/1940","Milano","LCABNH____"); $persona[] = array("Mario","Neri","03/01/1974","Modena","MRONRI____"); $persona[] = array("Andrea","Violi","15/08/1985","Napoli","ADRVLI____"); $persona[] = array("Marco","Bocci","04/03/1942","Reggio Emilia","MRCBCC____"); $persona[] = array("Carmine","Luppo","25/02/1973","Padova","CRMLPP____"); $persona[] = array("Paolo","Pinco","27/05/1981","Bergamo","PLOPNC____"); $persona[] = array("Matteo","Bardi","18/07/1956","Salerno","MTTBRD___"); $persona[] = array("Michele","Botti","10/08/1961","Roma","MCHBTT___"); print("<table border=\"1\>"); for($i=0;$i<count($persona);$i++) { print("<tr>"); { for($j=0;$j<cout($persona[$j]);$j++) { $VARIABILE = LeggiPersone($persona[j]); print("<td $VARIABILE>"); } print("</tr>"); } } print("/table>"); ?>
Output for git.master, git.master_jit, rfc.property-hooks
<table border="1\><tr> Fatal error: Uncaught Error: Call to undefined function cout() in /in/GloiG:27 Stack trace: #0 {main} thrown in /in/GloiG on line 27
Process exited with code 255.

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