From 43b46cc3adec112ca9d212c7a877f793999b3df2 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 9 Jun 2026 15:20:21 +0200 Subject: [PATCH] [Sync EN] readline: entradas de registro de cambios de PHP 8.5 Refs: php/doc-en@be246a268d0d5ab0b215c429cb031e70c98327ef --- language-snippets.ent | 7 +++++++ .../functions/readline-add-history.xml | 21 +++++++++++++++++-- .../readline-callback-handler-install.xml | 20 ++++++++++++++++-- .../functions/readline-clear-history.xml | 21 +++++++++++++++++-- 4 files changed, 63 insertions(+), 6 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index 36c66ebfec..186d374a16 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -885,6 +885,13 @@ buscado en + 8.5.0 + + El tipo de retorno ahora es &true;; anteriormente era bool. + +'> + diff --git a/reference/readline/functions/readline-add-history.xml b/reference/readline/functions/readline-add-history.xml index 4ae35fd0cd..bc32a63056 100644 --- a/reference/readline/functions/readline-add-history.xml +++ b/reference/readline/functions/readline-add-history.xml @@ -1,6 +1,5 @@ - - + @@ -39,6 +38,24 @@ &return.true.always; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + + - + @@ -60,6 +59,23 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + + &reftitle.examples; diff --git a/reference/readline/functions/readline-clear-history.xml b/reference/readline/functions/readline-clear-history.xml index d1193f1a0d..9d7a86ff8c 100644 --- a/reference/readline/functions/readline-clear-history.xml +++ b/reference/readline/functions/readline-clear-history.xml @@ -1,6 +1,5 @@ - - + @@ -30,6 +29,24 @@ &return.true.always; + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &return.type.true.85; + + + + +