| Current Path : C:/xampp/php/pear/PHP/CodeSniffer/Standards/Generic/Docs/PHP/ |
| Current File : C:/xampp/php/pear/PHP/CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml |
<documentation title="PHP Code Tags">
<standard>
<![CDATA[
Always use <?php ?> to delimit PHP code, not the <? ?> shorthand. This is the most portable way to include PHP code on differing operating systems and setups.
]]>
</standard>
</documentation>