Home | 7.3 | 7.4 | 8.0 | 8.1 | 8.2

PHP 8.1

Semi

(PURE) ENUMS

Blue is teh color!

(BACKED) ENUMS

get
enum(HTTPMethods::GET) POST
get

"NEW" IN DEFAULT PARAMETER

object(Logger)#5 (0) { }

READONLY PROPERTIES

ARRAY UNPACKING WITH STRING KEYS

Array ( [alfa] => Arnošt [bravo] => Bořek [charlie] => Cecil )

INTERSECTION TYPES

object(Post)#4 (0) { }

FIRST CLASS CALLABLE SYNTAX

7

FINAL CLASS CONSTANTS

NEVER RETURN TYPE

this functions returns 'never' return type, thus must be ended with exit or die (thus must be at the end of this script :).