3v4l.org

run code in 300+ PHP versions simultaneously
<?php $address = (!empty($_GET['address'])) ? htmlentities($_GET['address']) : 'Московский'; $coordinates = (!empty($_GET['coordinates'])) ? htmlentities($_GET['coordinates']) : '37.64, 55.76'; echo $address . ' ' . $coordinates;

preferences:
36.05 ms | 402 KiB | 5 Q