diff options
| author | Julien Pauli <jpauli@php.net> | 2015-05-12 11:20:12 +0200 |
|---|---|---|
| committer | Julien Pauli <jpauli@php.net> | 2015-05-12 11:20:12 +0200 |
| commit | 7ff82e202049550212c48398a9b0919bfe33ed38 (patch) | |
| tree | b9b9fbd54946c64ef8027f3c8e5c1e291def6efb | |
| parent | 0b22cf04e34943695a8e570443292a9d42c7f517 (diff) | |
| download | php-git-7ff82e202049550212c48398a9b0919bfe33ed38.tar.gz | |
Updated UPGRADING
| -rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,7 +522,7 @@ Other . Added null coalesce operator (??). (RFC: https://wiki.php.net/rfc/isset_ternary) . Support for strings with length >= 2^31 bytes in 64 bit builds. - . Closure::call() method added. + . Closure::call() method added (works only with userland classes). . Added \u{xxxxxx} Unicode Codepoint Escape Syntax for double-quoted strings and heredocs. . define() now supports arrays as constant values, fixing an oversight where define() did not support arrays yet const syntax did. |
