3v4l.org

run code in 300+ PHP versions simultaneously
<?php <!-- Contact (10) --> <section class="section section--alt" id="contact"> <div class="container two-col"> <div> <h2><?= $t['contact_title'] ?></h2> <p class="muted"><?= $t['contact_subtitle'] ?></p> <div class="contact__info"> <?php if (!empty($site['phone'])): ?> <div><strong><?= $t['contact_phone'] ?>:</strong> <?= htmlspecialchars($site['phone']) ?></div> <?php endif; ?> <?php if (!empty($site['email'])): ?> <div><strong><?= $t['contact_email'] ?>:</strong> <?= htmlspecialchars($site['email']) ?></div> <?php endif; ?> <?php if (!empty($site['address'])): ?> <div><strong><?= $t['contact_address'] ?>:</strong> <?= htmlspecialchars($site['address']) ?></div> <?php endif; ?> </div> <div class="map"> <?= $t['map_placeholder'] ?> </div> </div> <!-- form aynı --> </div> </section>
Output for 8.1.34, 8.2.27 - 8.2.30, 8.3.0 - 8.3.29, 8.4.1 - 8.4.16, 8.5.0 - 8.5.1
Parse error: syntax error, unexpected token "<", expecting end of file in /in/ovDi0 on line 3
Process exited with code 255.

preferences:
153.73 ms | 1009 KiB | 7 Q