|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-10-21 13:36 UTC] julien at duponchelle dot info
[2007-10-21 15:28 UTC] iliaa@php.net
[2007-10-21 15:37 UTC] julien at duponchelle dot info
[2007-10-21 16:29 UTC] julien at duponchelle dot info
[2007-10-21 16:31 UTC] julien at duponchelle dot info
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Apr 07 22:00:02 2026 UTC |
Description: ------------ With this script: <?php var_dump(realpath("//../tata/tutu")); ?> On PHP 5.2.3 i got: bool(false) On PHP 5.2.4 i got: string(10) "/tata/tutu" Documentation say "realpath() returns FALSE on failure, e.g. if the file does not exist."