diff options
author | Andrea Faulds <ajf@ajf.me> | 2016-03-30 16:45:36 +0100 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2016-03-30 16:45:36 +0100 |
commit | 0105bd20b706c8ab5b0a71f59f11a9dabe735f6b (patch) | |
tree | 328eed55c51fc041165e309f87520318aea23bdb /UPGRADING | |
parent | d6fc6d4ae6f9ce0b3e0d1fc6bd6b0e6b385f2127 (diff) | |
download | php-git-0105bd20b706c8ab5b0a71f59f11a9dabe735f6b.tar.gz |
Correct error messages
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |