language/control-structures/require-once.xml
ffbe6525350c91d58e1d5b7a52c46c911035c8e0
...
...
@@ -5,7 +5,7 @@
5
5
<title>require_once</title>
6
6
<?phpdoc print-version-for="require_once"?>
7
7
<para>
8
-
The <literal>require_once</literal> statement is identical to
8
+
The <literal>require_once</literal> expression is identical to
9
9
<function>require</function> except PHP will check if the file has
10
10
already been included, and if so, not include (require) it again.
11
11
</para>
12
12