Skip to content

Commit

Permalink
variables.xml: added include and require statements links (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov committed Apr 12, 2024
1 parent ccdbd1b commit 5700871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ var_dump($unset_obj);
<simpara>
The scope of a variable is the context within which it is defined.
For the most part all PHP variables only have a single scope.
This single scope spans included and required files as well. For
example:
This single scope spans <function>include</function>d and
<function>require</function>d files as well. For example:
</simpara>
<informalexample>
<programlisting role="php">
Expand Down

0 comments on commit 5700871

Please sign in to comment.