diff options
author | Wez Furlong <wez@php.net> | 2002-04-30 00:26:49 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-04-30 00:26:49 +0000 |
commit | 840ed90f2b47d45b17f4c2e8ca087eabf17ab335 (patch) | |
tree | 7fa495a60104c20a5f83410bddb416c8d5aaf366 | |
parent | b0ed189159e78da56eb8d129ac45799bab865331 (diff) | |
download | php-git-840ed90f2b47d45b17f4c2e8ca087eabf17ab335.tar.gz |
Fix is_file test.
# Is there a good reason for having the actual test in an include file??
-rw-r--r-- | ext/standard/tests/file/003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |