revert last bogus change. There is bug in is_file()

This commit is contained in:
foobar 2002-04-30 10:38:06 +00:00
parent 7a067547cd
commit 3b1ae7c62a

View file

@ -7,5 +7,5 @@ is_file/file_exist
--EXPECT-- --EXPECT--
bool(false) bool(false)
bool(false) bool(false)
int(1) bool(true)
bool(true) bool(true)