3v4l.org

run code in 300+ PHP versions simultaneously
<?php $num = 5; $location = 'tree'; $format = 'There are %d monkeys in the %s'; echo sprintf($format, $num, $location); ?>

preferences:
43.18 ms | 402 KiB | 5 Q