there: (built-in web server, closures, traits, generators, finally, short array syntax, function array dereferencing... ) • Nullable types • Void return type • Iterable pseudo-type • Class constant visibility • Multi catch exception handling • object as typehint • Parameter type widening • Trailing commas in list syntax • Libsodium as part of PHP core • Argon2 as hash algorithm • Performance • New Exception hierarchy • Null coalescing operator • Return and scalar type declarations • Anonymous classes • Space ship operator • Uniform variable syntax • Group use declarations
better performance for "typical" PHP web application code. • The potential to move more code from C to PHP, because PHP will now be sufficiently fast. • It opens the door for PHP to be used as a very performant language outside of the web.
uniform. • Normally variable accesses are interpreted from left to right. • Solves dereferencing problems. • New meaning. • Be careful, could be backward incompatible.