Skip to content
Snippets Groups Projects
Commit 86bd2aed authored by Christian Kuhn's avatar Christian Kuhn Committed by Steffen Müller
Browse files

[BUGFIX] PHP 7.1: Non-numeric value encountered

$foo = 1 + 'aString'; in PHP 7.1 throws:
PHP Warning: A non-numeric value encountered in ...

Fix this by removing a test that tests this language
construct only instead of the test subject.

Change-Id: I74117cfd003bb525b0a7a674df4aae45d8f92299
Resolves: #76948
Releases: master, 7.6
Reviewed-on: https://review.typo3.org/48813


Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarSteffen Müller <typo3@t3node.com>
Tested-by: default avatarSteffen Müller <typo3@t3node.com>
parent 3e98b52b
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment