Actions
Task #81544
closedUse (int) instead of intval() or (integer)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Use (int) instead of intval() or (integer)
When testing for the identity of integers using the intval() function has worse performance than a type cast with (int). (3-5x)
Actions