3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = [ 'default' => 0, 'min_range' => 0, 'max_range' => 999, ]; $id = filter_input(INPUT_GET, 'id', FILTER_SANITIZE_NUMBER_INT, ['options' => $options]); $link = sprintf('https://www.stronka.pl/index.php?id=%d', $id); echo '<a href="'. $link .'"><img src="https://www.stronka.pl/button.png"></a>';
Output for git.master_jit, git.master, rfc.property-hooks
<a href="https://www.stronka.pl/index.php?id=0"><img src="https://www.stronka.pl/button.png"></a>

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:
17.83 ms | 405 KiB | 5 Q