Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Aug 15, 2014
1 parent b7cd099 commit eab4264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/standard/tests/file/glob_variation3.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ var_dump(glob("$path/*/nothere"));
var_dump(glob("$path/[aoeu]*.none"));
var_dump(glob("$path/directly_not_exists"));

var_dump(empty(ini_get('open_basedir')));
$b = ini_get('open_basedir');
var_dump(empty($b));
?>
==DONE==
--EXPECT--
Expand Down

0 comments on commit eab4264

Please sign in to comment.