From 0ff6d5f45bd023b3cb9678a7196c78caa642c1e7 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 9 Dec 2008 12:56:39 +0000 Subject: [PATCH] MFB5.3: Fix test --- 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 1f3f6c0228..1f9bcc64a2 100644 --- a/ext/standard/tests/general_functions/include_path.phpt +++ b/ext/standard/tests/general_functions/include_path.phpt @@ -62,7 +62,7 @@ unicode(1) "." unicode(14) ".:/path/to/dir" NULL unicode(1) "." -unicode(1) "." +bool(false) unicode(1) "." NULL unicode(1) "." -- 2.50.1