From d5a6f9c64f6682a453bcaf566c194959928a2084 Mon Sep 17 00:00:00 2001 From: GabrielCordeiroBarrosoTeles Date: Tue, 28 Jul 2026 22:21:04 -0300 Subject: [PATCH 1/2] [skip-revcheck] Fix reference to non-existent "example three" The short tags paragraph referred to "example three", but the page only has a single block containing three manually numbered code snippets, not three separate examples. Point to the third line of that example instead. Closes php/doc-en#5685 --- language/basic-syntax.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 7b734df6004c..9f55c4e91881 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -41,7 +41,7 @@ - Short tags (example three) are available by default but can be disabled + Short tags (the third line in the example above) are available by default but can be disabled either via the short_open_tag &php.ini; configuration file directive, or are disabled by default if PHP is built with the configuration. From a71543f7ba79cc02f04c0c18ed235785df8f5191 Mon Sep 17 00:00:00 2001 From: Jordi Kroon Date: Wed, 29 Jul 2026 20:45:47 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jordi Kroon --- language/basic-syntax.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 9f55c4e91881..fe848d34a73d 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -40,12 +40,12 @@ - + Short tags (the third line in the example above) are available by default but can be disabled either via the short_open_tag &php.ini; configuration file directive, or are disabled by default if PHP is built with the configuration. - +