3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id = 2; // zmniejsza wartość tylko przy wyświetlaniu echo '<a href="index.php?id='.($id - 1).'"><div class="propozycja1" style="background-color:red;">1</div></a>'; // predekrementacja - zmniejsza wartość $id echo '<a href="index.php?id='.--$id.'"><div class="propozycja1" style="background-color:red;">1</div></a>';
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<a href="index.php?id=1"><div class="propozycja1" style="background-color:red;">1</div></a><a href="index.php?id=1"><div class="propozycja1" style="background-color:red;">1</div></a>

preferences:
155.98 ms | 404 KiB | 183 Q