merged branch char101/optimize-strict-vars-php54 (PR #893)
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 8 Nov 2012 06:21:48 +0000 (07:21 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 8 Nov 2012 06:21:48 +0000 (07:21 +0100)
This PR was squashed before being merged into the master branch (closes #893).

Commits
-------

f397a8f Use ternary operator with PHP 5.4 when strict_variables is true

Discussion
----------

Use ternary operator with PHP 5.4 when strict_variables is true

When strict variables is true, and using PHP 5.4, we can still use the ternary operator to optimize performance.


Trivial merge