Re: [PHP-WEBMASTER] "<?=" In PHP6
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Jan 31, 2008 7:19 PM, mcdb <[email protected]> wrote: > Hello! > Such question interests, whether there will be in PHP6 a support " <? = > $var;?> "? IMHO, support of " <? = " it is necessary to leave, as it very > much helps in templates. <?= is not going to be dropped in PHP6 no. However, its use is discouraged as it isn't enabled on all servers, see: http://docs.php.net/manual/en/ini.core.php#ini.short-open-tag -Hannes