Frontend editing for TYPO3
Find a file
Jo Hasenau 7e04633b0d [TASK] Use (int) instead of intval() or (integer)
This patch replaces most of around 1600 occurrences of
intval() and every (integer) in the whole core.
Additionally it changes GeneralUtility::intExplode to use references
and typecasting as well.
Some occurrences of strstr() together with intval() have been replaced
with strpos() as well.
And some superfluous intval calls have been removed or reduced
to a single one i.e. for protected variables or before loops.
Patch updated after Core CGL decision from 30.01.2014

Resolves: #54265
Releases: 6.2
Change-Id: Iba57ffad1f4233ffa1a9f7d3ca5bfe9d2b53f1e8
Reviewed-on: https://review.typo3.org/26740
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
2014-02-01 22:13:21 +01:00
Classes [TASK] Use (int) instead of intval() or (integer) 2014-02-01 22:13:21 +01:00
Migrations/Code [TASK] Remove closing PHP tags 2013-10-01 15:15:19 +02:00
composer.json [TASK] Fix system extensions composer.json type entry 2013-10-15 15:50:02 +02:00
ext_emconf.php [TASK] Remove closing PHP tags 2013-10-01 15:15:19 +02:00
ext_icon.gif Fixed issue #17176: Remove unnecessary comments and color profiles from all shipped .png / .gif files (Thanks to Steffen Gebert) 2011-01-20 19:39:43 +00:00
ext_localconf.php [TASK] Remove closing PHP tags 2013-10-01 15:15:19 +02:00