language/variables.xml
5700871f9d037a59d137be318f89deb7e146bbf6
...
...
@@ -226,8 +226,8 @@ var_dump($unset_obj);
226
226
<simpara>
227
227
The scope of a variable is the context within which it is defined.
228
228
For the most part all PHP variables only have a single scope.
229
-
This single scope spans included and required files as well. For
230
-
example:
229
+
This single scope spans <function>include</function>d and
230
+
<function>require</function>d files as well. For example:
231
231
</simpara>
232
232
<informalexample>
233
233
<programlisting role="php">
234
234