Bu sembol PHP ne demek <?=
?
Örnek kullanım:
<h2>Manage Role: > (<?= $myACL->getRoleNameFromID($_GET['roleID']); ?>)</h2>
Bu baskı PHP Kısa Etiket eşdeğerdir.
PHP INI Gönderen:
Using short tags is discouraged when developing code meant for redistribution ; since short tags may not be supported on the target server.
Bkz: "Are PHP Short Tags Acceptable to Use?" StackOverflow.