[TASK] Replace substr(...) with strpos(...)
strpos will use only CPU resources, substr also needs memory allocation. Resolves: #85477 Releases: master Change-Id: Ic25c99986f7e2e7237c10acaa75be8d0f6289f13 Reviewed-on: https://review.typo3.org/57466 Reviewed-by:Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 1 addition, 1 deletion...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Classes/Controller/Wizard/AddController.php 1 addition, 1 deletion...ysext/backend/Classes/Controller/Wizard/AddController.php
- typo3/sysext/backend/Classes/Controller/Wizard/ListController.php 1 addition, 1 deletion...sext/backend/Classes/Controller/Wizard/ListController.php
- typo3/sysext/backend/Classes/Domain/Repository/TableManualRepository.php 2 additions, 2 deletions...ckend/Classes/Domain/Repository/TableManualRepository.php
- typo3/sysext/backend/Classes/Form/Container/FullRecordContainer.php 2 additions, 2 deletions...xt/backend/Classes/Form/Container/FullRecordContainer.php
- typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php 1 addition, 1 deletion.../backend/Classes/Form/Container/InlineRecordContainer.php
- typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Tree/View/PagePositionMap.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php 2 additions, 2 deletions...xt/belog/Classes/Domain/Repository/LogEntryRepository.php
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 1 addition, 1 deletion...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php
- typo3/sysext/core/Classes/Cache/Backend/PdoBackend.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Cache/Backend/PdoBackend.php
- typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php 1 addition, 1 deletion...3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php
- typo3/sysext/core/Classes/Compatibility/LoadedExtensionArrayElement.php 1 addition, 1 deletion...ore/Classes/Compatibility/LoadedExtensionArrayElement.php
- typo3/sysext/core/Classes/Configuration/Loader/YamlFileLoader.php 1 addition, 1 deletion...sext/core/Classes/Configuration/Loader/YamlFileLoader.php
- typo3/sysext/core/Classes/Database/PdoHelper.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/PdoHelper.php
- typo3/sysext/core/Classes/Database/QueryGenerator.php 7 additions, 7 deletionstypo3/sysext/core/Classes/Database/QueryGenerator.php
- typo3/sysext/core/Classes/Database/QueryView.php 5 additions, 5 deletionstypo3/sysext/core/Classes/Database/QueryView.php
- typo3/sysext/core/Classes/Html/RteHtmlParser.php 5 additions, 5 deletionstypo3/sysext/core/Classes/Html/RteHtmlParser.php
Please register or sign in to comment