From c3f17f9624a86c654ed87b9966c4a660bb27af2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Fern=C3=A1ndez?= Date: Sun, 27 Oct 2024 11:43:03 +0100 Subject: [PATCH 1/3] [PHP 8.4] Add new constants and tokens from the tokenizer --- appendices/migration84/constants.xml | 15 +++++++++++++++ appendices/tokens.xml | 21 +++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/appendices/migration84/constants.xml b/appendices/migration84/constants.xml index ca32ecd0ed68..3e888ac18287 100644 --- a/appendices/migration84/constants.xml +++ b/appendices/migration84/constants.xml @@ -299,6 +299,21 @@ + + Tokenizer + + + T_PUBLIC_SET + + + T_PROTECTED_SET + + + T_PRIVATE_SET + + + +