From: Wez Furlong Date: Tue, 30 Apr 2002 00:26:49 +0000 (+0000) Subject: Fix is_file test. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=840ed90f2b47d45b17f4c2e8ca087eabf17ab335;p=php Fix is_file test. # Is there a good reason for having the actual test in an include file?? --- 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)