From bdaa0db37dfe6a3cbdc1afa39faa953a0706a998 Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Date: Thu, 3 Sep 2026 13:53:13 +0200 Subject: [PATCH] [Sync-En] closures: make the variable inheritance example explain itself --- language/functions.xml | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index e314cb1fc..3e3104bc1 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -1158,15 +1158,18 @@ $greet('PHP'); - &example.outputs.similar; + &example.outputs; + string(5) "hello" + [1]=> + string(5) "world" +} ]]>