summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-01-19 11:44:49 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-19 11:44:49 +0100
commit9be0ee4309e0f967c187ae59d326e11ae3da9cc5 (patch)
tree63a039ada4eb00227a392e9e91c5c9b0c1077fd9 /tests
parenta4992cbf6682134bd09757d35750a12c8e49eaab (diff)
parent1bdd8f7ae43874876368d97dd89d88a517a2e80b (diff)
downloadphp-git-9be0ee4309e0f967c187ae59d326e11ae3da9cc5.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Fixed bug #42560
Diffstat (limited to 'tests')
-rw-r--r--tests/security/open_basedir_tempnam.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/security/open_basedir_tempnam.phpt b/tests/security/open_basedir_tempnam.phpt
index b444164efd..7990f97ab2 100644
--- a/tests/security/open_basedir_tempnam.phpt
+++ b/tests/security/open_basedir_tempnam.phpt
@@ -63,7 +63,7 @@ bool(false)
Warning: tempnam(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
bool(false)
-Warning: tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (.) in %s on line %d
+Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on line %d
bool(false)
string(%d) "%s"
bool(true)