0 votes
in PHP by
List some of the features of PHP7.

1 Answer

0 votes
by
Scalar type declarations

Return type declarations

Null coalescing operator ( in PHP? in PHP?)

Spaceship operator

Constant arrays using define()

Anonymous classes

Closure::call method

Group use declaration

Generator return expressions

Generator delegation

Space ship operator
...