Technical requirementsWorking with new PHP 8 operatorsUsing the variadics operatorUsing the nullsafe operatorThe concatenation operator has been demotedUsing nested ternary operatorsUsing arrow functionsGeneric syntaxArrow functions versus anonymous functionsVariable inheritancePractical example: Using arrow functionsUnderstanding uniform variable syntaxDefining uniform variable syntaxHow does uniform variable syntax affect PHP 8?Learning new array- and string-handling techniquesWorking with array_splice()Using array_slice()Detecting string beginning, middle, and endSecuring SQLite databases with the authorizerWait a minute... no security?What's a SQLite authorization callback?What gets sent to the callback?Authorizer usage exampleSummary