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 git.master_jit, git.master
Parse error: syntax error, unexpected token "<", expecting end of file in /in/ovDi0 on line 3
Process exited with code 255.

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:
149.1 ms | 1007 KiB | 7 Q