3v4l.org

run code in 500+ PHP versions simultaneously
<?php $anun = "Անի"; $cnndyan_tiv = "2005-09-15"; $ser = "axchik"; $today_md = date('m-d'); $bday_md = date('m-d', strtotime($cnndyan_tiv)); if ($today_md === $bday_md) { echo "<h1>Happy Birthday, $anun! 🎉</h1>"; if ($ser === "txa") { echo '<div style="font-size: 80px;">🏎️</div>'; echo '<img src="https://cdn-icons-png.flaticon.com/512/744/744465.png" alt="Car" width="200">'; } elseif ($ser === "axchik") { echo '<div style="font-size: 80px;">💐</div>'; echo '<img src="https://cdn-icons-png.flaticon.com/512/628/628324.png" alt="Flowers" width="200">'; } } else { echo "<p>Այսօր $anun-ի ծննդյան օրը չէ։</p>"; } ?>
Output for 8.2.31 - 8.2.33, 8.3.0 - 8.3.33, 8.4.1 - 8.4.25, 8.5.0 - 8.5.10
<h1>Happy Birthday, Անի! 🎉</h1><div style="font-size: 80px;">💐</div><img src="https://cdn-icons-png.flaticon.com/512/628/628324.png" alt="Flowers" width="200">

preferences:
45.41 ms | 799 KiB | 4 Q