diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index 276a94cb67..4acc0f4244 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -23,6 +23,12 @@ require, which will emit an E_ERROR. + + Note that both include and require + raise additional E_WARNINGs, if the file cannot be + accessed, before raising the final E_WARNING or + E_ERROR, respectively. + If a path is defined — whether absolute (starting with a drive letter or \ on Windows, or / on Unix/Linux