Just doing a little cleanup and noticed $var->$key should be $var->{$key}
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2873171-2.patch | 2.35 KB | joelpittet |
Just doing a little cleanup and noticed $var->$key should be $var->{$key}
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2873171-2.patch | 2.35 KB | joelpittet |
Comments
Comment #2
joelpittetComment #4
joelpittetPushed this to -dev
Comment #6
jweowu commentedJust FYI, all of those changes are harmless but entirely redundant. The backwards-compatibility breaks did not affect any of that code.
See https://wiki.php.net/rfc/uniform_variable_syntax for full details.