bug #1500 fix inconsistent response from twig_slice (rodnaph)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 30 Sep 2014 17:40:30 +0000 (19:40 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 30 Sep 2014 17:40:30 +0000 (19:40 +0200)
This PR was squashed before being merged into the 1.16-dev branch (closes #1500).

Discussion
----------

fix inconsistent response from twig_slice

twig_slice can return a boolean when slicing a string outside of its bounds and mbstring is not available.  this would cause a knock-on error in twig_first/twig_last when calling current()

this (as suggested) adds a cast to emulate the behaviour of mb_substr for substr.

Commits
-------

c740060 fix inconsistent response from twig_slice


Trivial merge