Coding standards - Coding Style - PHP code demarcation.php 192 Bytes
Newer Older
1 2 3 4
PHP code must always be delimited by the full-form, standard PHP tags (<?php ?>)

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