From 0105bd20b706c8ab5b0a71f59f11a9dabe735f6b Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Wed, 30 Mar 2016 16:45:36 +0100 Subject: [PATCH] Correct error messages --- UPGRADING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index ad3b15f0ee..9c94fd09a9 100644 --- a/UPGRADING +++ b/UPGRADING @@ -42,8 +42,8 @@ PHP 7.1 UPGRADE NOTES . Added a form of the list() construct where keys can be specified. (RFC: https://wiki.php.net/rfc/list_keys) . Number operators taking numeric strings now emit "A non well formed numeric - string encountered" E_NOTICEs for leading-numeric strings, and "A - non-numeric string encountered" E_WARNINGs for non-numeric strings. + value encountered" E_NOTICEs for leading-numeric strings, and "A + non-numeric value encountered" E_WARNINGs for non-numeric strings. This always applies to the +, -, *, /, **, %, << and >> operators, and their assignment counterparts +=, -=, *=, /=, **=, %=, <<= and >>=. For the bitwise operators |, & and ^, and their assignment counterparts -- 2.50.1