From 902e9af1c21e47198cb6d510793f3b3e9bc93593 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 9 Dec 2008 12:54:01 +0000 Subject: [PATCH] Fix test. You cannot set include_path as empty, and never could --- ext/standard/tests/general_functions/include_path.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/general_functions/include_path.phpt b/ext/standard/tests/general_functions/include_path.phpt index 97fedeb256..039230784d 100644 --- a/ext/standard/tests/general_functions/include_path.phpt +++ b/ext/standard/tests/general_functions/include_path.phpt @@ -62,7 +62,7 @@ string(1) "." string(14) ".:/path/to/dir" NULL string(1) "." -string(1) "." +bool(false) string(1) "." NULL string(1) "." -- 2.50.1