示例#1
0
    ?>
</td>
            <?php 
    $ok = $ok && $test;
    ?>
        </tr>
    <?php 
}
?>

    <?php 
if ($ok) {
    ?>
        <tr>
            <?php 
    $test = Setup::php_short_open_tag_check();
    ?>
            <td class="ui-widget-content">PHP <b>'short open tag'</b> must be turned <b>ON</b></td>
            <td class="<?php 
    echo $test ? "ui-state-highlight" : "ui-state-error";
    ?>
">your PHP <b>'short open tag'</b> is turned <b><?php 
    echo $test ? "ON" : "OFF";
    ?>
 - <b style="color:<?php 
    echo $test ? "green" : "red";
    ?>
"><?php 
    echo $test ? "PASSED" : "FAILED";
    ?>
</b></td>