summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-01-19 11:44:22 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-19 11:44:22 +0100
commit1bdd8f7ae43874876368d97dd89d88a517a2e80b (patch)
treec0c2151abde9b1a9a66e3dd0113f8fb90fadf878 /tests
parentf33105dcb6fb6f59801ebf122fd7223a41fa83aa (diff)
parent5d31ee302db073d5e99cf307315d2d631eaa34a5 (diff)
downloadphp-git-1bdd8f7ae43874876368d97dd89d88a517a2e80b.tar.gz
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: 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)