php-src/ext/standard/tests/file/003.phpt
Wez Furlong 840ed90f2b Fix is_file test.
# Is there a good reason for having the actual test in an include file??
2002-04-30 00:26:49 +00:00

12 lines
134 B
PHP

--TEST--
is_file/file_exist
--POST--
--GET--
--FILE--
<?php require '003.inc' ?>
--EXPECT--
bool(false)
bool(false)
int(1)
bool(true)