Coding standards - Coding Style - PHP code demarcation.php 181 Bytes
Newer Older
1
PHP code must always be delimited by the full-form, standard PHP tags ()
hansbrix's avatar
hansbrix committed
2 3 4

Short tags are never allowed. For files containing only PHP code, the closing tag must always be omitted

5