]> granicus.if.org Git - php/commitdiff
Fix is_file test.
authorWez Furlong <wez@php.net>
Tue, 30 Apr 2002 00:26:49 +0000 (00:26 +0000)
committerWez Furlong <wez@php.net>
Tue, 30 Apr 2002 00:26:49 +0000 (00:26 +0000)
# Is there a good reason for having the actual test in an include file??

ext/standard/tests/file/003.phpt

index 30254aef1035ad6fa6e7dbdaec727f79577bd6d9..924e8b256f58f4255ab5bb9f21aed480c0b46c91 100644 (file)
@@ -7,5 +7,5 @@ is_file/file_exist
 --EXPECT--
 bool(false)
 bool(false)
-bool(true)
+int(1)
 bool(true)