3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ShowUploadPriceForm() { global $option, $act; echo ' <form action="index2.php" method="post" enctype="multipart/form-data" name="price"> <label for="filename">Price list (txt, delimiter is tab)<br /></label> <input type="file" name="filename" size="100"></p> <input type="hidden" name="option" value="'.$option.'"> <input type="hidden" name="act" value="'.$act.'"> <input type="hidden" name="task" value="update"> <input type="submit" name="Submit" value="Update price"> </form>'; } } ?>
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.21
Parse error: syntax error, unexpected '}' in /in/FHvvr on line 16
Process exited with code 255.

preferences:
176.34 ms | 1395 KiB | 57 Q