diff options
author | foobar <sniper@php.net> | 2002-04-30 10:38:06 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-30 10:38:06 +0000 |
commit | 3b1ae7c62a57cea48d2acb00489574c92e3dbbc0 (patch) | |
tree | ab44e9028288f549b6df860f8d5dc50c86b2abde /ext | |
parent | 7a067547cd55809e5fa670e2cfcf43f8ae5d27b0 (diff) | |
download | php-git-3b1ae7c62a57cea48d2acb00489574c92e3dbbc0.tar.gz |
revert last bogus change. There is bug in is_file()
Diffstat (limited to 'ext')
-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 924e8b256f..30254aef10 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) -int(1) +bool(true) bool(true) |