3v4l.org

run code in 500+ PHP versions simultaneously
<?php $name = $_GET['name']; $surname = $_GET['surname']; ?> <html> <head> <title>ca bone si kalove</title> </head> <body> <h2>Handling your data</h2> <?php echo 'your name is ', $name, ' ', $surname; ?> </body> </html>
Output for git.master_jit, git.master
Warning: Undefined array key "name" in /in/NSmI4 on line 2 Warning: Undefined array key "surname" in /in/NSmI4 on line 3 <html> <head> <title>ca bone si kalove</title> </head> <body> <h2>Handling your data</h2> your name is </body> </html>

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:
34.21 ms | 723 KiB | 4 Q