From 840ed90f2b47d45b17f4c2e8ca087eabf17ab335 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 30 Apr 2002 00:26:49 +0000 Subject: [PATCH] Fix is_file test. # Is there a good reason for having the actual test in an include file?? --- ext/standard/tests/file/003.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/file/003.phpt b/ext/standard/tests/file/003.phpt index 30254aef10..924e8b256f 100644 --- a/ext/standard/tests/file/003.phpt +++ b/ext/standard/tests/file/003.phpt @@ -7,5 +7,5 @@ is_file/file_exist --EXPECT-- bool(false) bool(false) -bool(true) +int(1) bool(true) -- 2.50.1