/
proc
/
3430793
/
cwd
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
file
/
File Upload :
llllll
Current File: //proc/3430793/cwd/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/file/003.phpt
--TEST-- is_*() and file_exists() return values are boolean. --FILE-- <?php $funcs = array( 'is_writable', 'is_readable', 'is_executable', 'is_file', 'file_exists', ); $filename=""; foreach ($funcs as $test) { $bb = $test($filename); echo gettype($bb)."\n"; clearstatcache(); } $filename="run-tests.php"; foreach ($funcs as $test) { $bb = $test($filename); echo gettype($bb)."\n"; clearstatcache(); } ?> --EXPECT-- boolean boolean boolean boolean boolean boolean boolean boolean boolean boolean
Copyright ©2k19 -
Hexid
|
Tex7ure