3v4l.org

run code in 300+ PHP versions simultaneously
<?php function the_title() { echo "Gas & Oil"; } function get_the_title() { return "Gas & Oil"; } ?> <a href="mailto:a@mail.com?subject=<?=urlencode(the_title()); ?>">Apply</a><br> <!-- doesn't work --> <a href="mailto:a@mail.com?subject=<?=urlencode(get_the_title()); ?>">Apply</a> <!-- works -->

preferences:
51.32 ms | 402 KiB | 5 Q