From 6437c3ba3a1a958dfe8be9fe8bfdeb0197c6e2c0 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 25 Jun 2007 21:24:37 +0000 Subject: [PATCH] fix test --- ext/standard/tests/file/bug41655_1.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/file/bug41655_1.phpt b/ext/standard/tests/file/bug41655_1.phpt index bd67f42f21..fbf44fcdf9 100644 --- a/ext/standard/tests/file/bug41655_1.phpt +++ b/ext/standard/tests/file/bug41655_1.phpt @@ -7,4 +7,4 @@ open_basedir=/tmp $a=glob("./*.jpeg"); ?> --EXPECTF-- -Warning: glob(): open_basedir restriction in effect. File(%s.) 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 -- 2.50.1