Actions
Bug #33446
closedcanBeInterpretedAsInteger fatals if given an object
Start date:
2012-01-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If an object without a string representation is given to t3lib_utility_math::canBeInterpretedAsInteger($var)
, the method will throw a fatal error.
Actions