mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix 32627: failure on BSD systems
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192676 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ae2ef28497
commit
ba9debc1d8
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.realpath">
|
||||
<refnamediv>
|
||||
|
@ -21,7 +21,9 @@
|
|||
</para>
|
||||
<para>
|
||||
<function>realpath</function> returns &false; on failure, e.g. if
|
||||
the file does not exists.
|
||||
the file does not exist. On BSD systems <function>realpath</function>
|
||||
doesn't fail if only the last <parameter>path</parameter> component
|
||||
doesn't exist, while other systems will return &false;.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue