diff --git a/docs/en/designers/language-builtin-functions/language-function-php.xml b/docs/en/designers/language-builtin-functions/language-function-php.xml
index 14550940..eb9bdb38 100644
--- a/docs/en/designers/language-builtin-functions/language-function-php.xml
+++ b/docs/en/designers/language-builtin-functions/language-function-php.xml
@@ -38,14 +38,20 @@
if($foo == $bar){
echo 'This will come out in the template';
}
-
$this->assign('varX','Strawberry');
-
{/php}
{$varX} is my fav ice cream
]]>
-
+ The following seriously NOT recommended as its in the template scope
+
+
+
See also