mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #80021: include/require documentation does not mention warnings for missing files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350405 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
51cb7c3022
commit
4d93300938
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
|||
<function>require</function>, which will emit an
|
||||
<constant>E_ERROR</constant>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Note that both <literal>include</literal> and <literal>require</literal>
|
||||
raise additional <constant>E_WARNING</constant>s, if the file cannot be
|
||||
accessed, before raising the final <constant>E_WARNING</constant> or
|
||||
<constant>E_ERROR</constant>, respectively.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If a path is defined — whether absolute (starting with a drive letter
|
||||
or <literal>\</literal> on Windows, or <literal>/</literal> on Unix/Linux
|
||||
|
|
Loading…
Reference in a new issue