mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fixed test
This commit is contained in:
parent
45b64e7a99
commit
4bab5226b2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user