Actions
Bug #69948
closedWarnings in DataHandler on undefined array indexes
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2015-09-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Accessing array indexes that actually do not exist results in PHP warnings. This behavior is caught by using isset() or empty() but is not if using array_key_exists() on invalid array (e.g. NULL values).
Example warning:PHP Warning: array_key_exists() expects parameter 2 to be array, null given in typo3/master/typo3/sysext/core/Classes/DataHandling/DataHandler.php line 1640
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43423
Updated by Oliver Hader about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 522e41876eb24ad77197c664988cc0e81b1b2e8b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions