diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-06-25 17:10:14 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-06-25 17:10:14 +0000 |
| commit | be9e02fd7487e26a202dc26ce850b7f1359096ed (patch) | |
| tree | a49a7f6fa254e26bef0ccbe3f0db18015e9f104c | |
| parent | 76872ee86e25a201512ea2a17a8ae1a34c418714 (diff) | |
| download | php-git-be9e02fd7487e26a202dc26ce850b7f1359096ed.tar.gz | |
fix test
| -rw-r--r-- | ext/standard/tests/file/bug41655_1.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/bug41655_1.phpt b/ext/standard/tests/file/bug41655_1.phpt index 9338ebd817..bd67f42f21 100644 --- a/ext/standard/tests/file/bug41655_1.phpt +++ b/ext/standard/tests/file/bug41655_1.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #41655: open_basedir bypass via glob() +Bug #41655 (open_basedir bypass via glob()) --INI-- open_basedir=/tmp --FILE-- @@ -7,4 +7,4 @@ open_basedir=/tmp $a=glob("./*.jpeg"); ?> --EXPECTF-- -Warning: glob(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp) in %s on line %d +Warning: glob(): open_basedir restriction in effect. File(%s.) is not within the allowed path(s): (/tmp) in %s on line %d |
