-- Joó Ádám <[email protected]> wrote (on Thursday, 18 December 2008, 10:35 AM +0100): > I haven't heard anything about that yet, however in my opninion it > must _decrease_ performance…
Based on...? PHP compiles <?= into simply "echo", so '<?php echo' and '<?=' will perform exactly the same. -- Matthew Weier O'Phinney Software Architect | [email protected] Zend Framework | http://framework.zend.com/
