]> granicus.if.org Git - php/commitdiff
MFH: fixed test
authorIlia Alshanetsky <iliaa@php.net>
Mon, 10 Apr 2006 23:48:47 +0000 (23:48 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 10 Apr 2006 23:48:47 +0000 (23:48 +0000)
ext/standard/tests/file/bug24313.phpt

index 67b7cf8dd82f507a0d879a883d7d848ee6018ea4..8d77817d24cb52b70e591051bb3ef23e181ec247 100644 (file)
@@ -4,7 +4,7 @@ Bug #24313: file_exists() warning on non-existant files when is open_basedir ena
 open_basedir=/tmp
 --FILE--
 <?php
-       var_dump(file_exists("./foobar"));
+       var_dump(file_exists("/tmp/bogus_file_no_such_thing"));
 ?>
 --EXPECT--
 bool(false)