projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5d87c32
f397a8f
)
merged branch char101/optimize-strict-vars-php54 (PR #893)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Thu, 8 Nov 2012 06:21:48 +0000 (07:21 +0100)
committer
Fabien 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