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 02cb1b12..14550940 100644 --- a/docs/en/designers/language-builtin-functions/language-function-php.xml +++ b/docs/en/designers/language-builtin-functions/language-function-php.xml @@ -3,14 +3,14 @@ {php} - {php} tags allow php to be embedded directly into the template. They + The {php} tags allow PHP code to be embedded directly into the template. They will not be escaped, regardless of the $php_handling setting. This - is for advanced users only, not normally needed. + is for advanced users only, not normally needed and not recommended. {php} tags - + - {php} tags with global + {php} tags with global and assigning a variable assign('varX','Strawberry'); + {/php} +{$varX} is my fav ice cream ]]>