Project

General

Profile

Actions

Task #98321

closed

Address "undefined array key" issues for PHP 8

Added by Oliver Hader over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2022-09-10
Due date:
% Done:

100%

Estimated time:
(Total: 0.00 h)
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

I'm pretty sure there are still a bunch of "undefined array key" warnings hidden in the TYPO3 core when used in combination with PHP 8.

To identify and address those issues, I created a PsalmPHP plugin tweaking some static code analysis topics (e.g. static/self references, or ignoring $GLOBALS) for creating a list with potential code locations that could be enhanced. This list is quite long and some aspects might feel okayish... Anyway, I'm just posting the results as TXT and SARIF file.

Processing

# process with max. 1 thread
bin/psalm --memory-limit=8G --threads=1 --no-cache \
    --report=results.sarif --output-format=github

# Visual Studio Code SARIF needs special JSON and absolute paths
(@sed@ on macOS neeeds `-i ''`, on Linux just `-i`)
sed -i '' \
    -e 's,\\/,/,g' \
    -e's,{"uri":"typo3/,{"uri":"'"$(pwd)"'/typo3/,g' results.sarif

Tools

Subtasks

The subtasks of this issue are basically all system extensions, that have been approached systematically. Arbitrary one-liners can be referenced, but not added as subtasks.


Files

undefined-array-index.txt (2.38 MB) undefined-array-index.txt Oliver Hader, 2022-09-09 16:23
undefined-array-index.sarif (2.33 MB) undefined-array-index.sarif Oliver Hader, 2022-09-09 16:23

Subtasks 9 (0 open9 closed)

Task #98324: Address "undefined array key" issues in ext:adminpanelClosed2022-09-10

Actions
Task #98325: Address "undefined array key" issues in ext:belogClosed2022-09-10

Actions
Task #98329: Prevent undefined array key warnings in ext:dashboardClosed2022-09-11

Actions
Task #98347: Prevent undefined array key warnings in ext:beuserClosed2022-09-15

Actions
Task #98407: Prevent undefined array key warnings in ext:extbaseRejected2022-09-22

Actions
Task #98408: Prevent undefined array key warnings in ext:extensionmanagerRejected2022-09-22

Actions
Task #98409: Prevent undefined array key warnings in ext:formRejected2022-09-22

Actions
Task #98410: Prevent undefined array key warnings in ext:feloginRejected2022-09-22

Actions
Task #98411: Prevent undefined array key warnings in ext:filelistClosed2022-09-22

Actions

Related issues 9 (0 open9 closed)

Related to TYPO3 Core - Bug #98361: PHP Warning: Undefined array key "_CURRENT_VERSION" in WorkspaceVersionRecordsCommandClosedDaniel Siepmann2022-09-16

Actions
Related to TYPO3 Core - Bug #98337: Undefined array key "_CURRENT_VERSION" in WorkspaceVersionRecordsCommandClosedDaniel Siepmann2022-09-13

Actions
Related to TYPO3 Core - Bug #98358: Undefined array key "exec" in ExtensionManagementUtilityClosedDaniel Siepmann2022-09-16

Actions
Related to TYPO3 Core - Bug #98359: PHP Warning: Undefined array key 0 in SchedulerCommand.phpClosedDaniel Siepmann2022-09-16

Actions
Related to TYPO3 Core - Bug #97619: Undefined array key "_CURRENT_VERSION" in CleanFlexFormsCommandClosed2022-05-12

Actions
Related to TYPO3 Core - Bug #98387: PHP Warning: Undefined array key "XYZ" in File line 184ClosedDaniel Siepmann2022-09-21

Actions
Related to TYPO3 Core - Bug #98406: PHP Warning: Undefined array key X in AbstractItemProviderClosedDaniel Siepmann2022-09-22

Actions
Related to TYPO3 Core - Bug #98274: Undefined array key "skipIfValueIsEmpty" in SaveToDatabaseFinisher (PHP 8)Closed2022-09-07

Actions
Related to TYPO3 Core - Bug #98412: PHP Warning: Undefined array key "xyz" in ProcessedFileClosedDaniel Siepmann2022-09-22

Actions
Actions

Also available in: Atom PDF