diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2016-09-27 20:26:16 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2016-10-14 14:14:08 +0200 |
commit | 2cc3aeb4b98bcbc9572041b2f7d3276aabd51aae (patch) | |
tree | 35ddff394311b445740544f6abbd1e471ea0ae03 /UPGRADING | |
parent | 6e3ab61fa5a199fd085ccd91476c14499362ecb9 (diff) | |
download | php-git-2cc3aeb4b98bcbc9572041b2f7d3276aabd51aae.tar.gz |
Implement #72918: negative offset inside a quoted string leads to parse error
We allow negative numeric offsets for the simple syntax inside
double-quoted and heredoc strings.
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -177,6 +177,8 @@ PHP 7.1 UPGRADE NOTES type declarations, and some internal functions. Both nullable type declarations (?int) and parameters with default values of null (int $foo = NULL) are considered to "accept null" for this purpose. + . The simple syntax for variable parsing inside of string literals now + supports negative offsets. ======================================== 3. Changes in SAPI modules |