php-src/ext/standard/tests/file/003.phpt

12 lines
134 B
Plaintext
Raw Normal View History

2002-04-28 00:05:43 +00:00
--TEST--
is_file/file_exist
--POST--
--GET--
--FILE--
<?php require '003.inc' ?>
--EXPECT--
bool(false)
bool(false)
int(1)
2002-04-28 00:05:43 +00:00
bool(true)