Project

General

Profile

Actions

Task #81544

closed

Use (int) instead of intval() or (integer)

Added by Wouter Wolters over 7 years ago. Updated about 6 years ago.

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

Also available in: Atom PDF