3v4l.org

run code in 300+ PHP versions simultaneously
Alan Johnson · July 12, 2014 Yes, example: <?php $alto = array("10","9.5","9","8.5","8","7.5","7","6.5",); $basso= array("5.5","5","4.5","4","3.5","3","2.5","2","1.5","1",); $sei= "puntimax" * "sufficienza"; ?> <table> <tr> <th>voto</th> <th>Last name</th> </tr> <?php foreach($alto as $value): ?> <tr> <td><?php echo $value ?></td> <td>"uno"</td> </tr> <?php endforeach; ?> </table>
Output for git.master, git.master_jit, rfc.property-hooks
Alan Johnson · July 12, 2014 Yes, example: Fatal error: Uncaught TypeError: Unsupported operand types: string * string in /in/IPP0v:8 Stack trace: #0 {main} thrown in /in/IPP0v on line 8
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:
73.17 ms | 401 KiB | 8 Q