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

index dcea58ffef23e8a2b30ada18e8c67429920ce520..4b84bcac4c0f1e42609576bfe5ba4ee4603b04d6 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)