summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-12-13 23:18:12 +0000
committerPierre Joye <pajoye@php.net>2011-12-13 23:18:12 +0000
commitb52ed277e3eb243e7c1d287bfb8f80d2abfd591a (patch)
tree700c755bdaa4ddca70b69fe9a903f007c1cda9b4 /ext
parent49986dbf873dcbc35a8c26ae5b2406d3309b3c80 (diff)
downloadphp-git-b52ed277e3eb243e7c1d287bfb8f80d2abfd591a.tar.gz
- tmp dir is system depedent
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/tests/file/bug52624.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/bug52624.phpt b/ext/standard/tests/file/bug52624.phpt
index c8de0565d6..ee61eb90e6 100644
--- a/ext/standard/tests/file/bug52624.phpt
+++ b/ext/standard/tests/file/bug52624.phpt
@@ -9,4 +9,4 @@ echo tempnam("directory_that_not_exists", "prefix_");
?>
--EXPECTF--
-Warning: tempnam(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (%s) in %s on line %d
+Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d