From 309f8d9a6a9442beffc94a273d9dc6c67f9aedc1 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 12 May 2026 09:21:08 +0200 Subject: [PATCH] [Sync EN] [PHP 8.5] Add new tokens, T_VOID_CAST T_PIPE Fixes #603 --- appendices/tokens.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index efeba1035..3007fd8d0 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -1,5 +1,5 @@ - + Lista de tokens del analizador @@ -995,6 +995,16 @@ defined('T_FN') || define('T_FN', 10001); resolución de ámbito. Definido también como T_DOUBLE_COLON. + + + T_PIPE + (int) + + |> + + operadores funcionales (disponible a partir de PHP 8.5.0) + + T_PLUS_EQUAL @@ -1297,6 +1307,14 @@ defined('T_FN') || define('T_FN', 10001); $foo variables + + + T_VOID_CAST + (int) + + (void) + moldeado a void (disponible a partir de PHP 8.5.0) + T_WHILE