/
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/fileowner_error.phpt
--TEST-- Test of fileowner() function: error conditions --FILE-- <?php echo "*** Testing fileowner(): error conditions ***\n"; /* Non-existing file or dir */ var_dump( fileowner("/no/such/file/dir") ); /* Invalid arguments */ var_dump( fileowner("string") ); var_dump( fileowner(100) ); echo "\n*** Done ***\n"; ?> --EXPECTF-- *** Testing fileowner(): error conditions *** Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d bool(false) Warning: fileowner(): stat failed for string in %s on line %d bool(false) Warning: fileowner(): stat failed for 100 in %s on line %d bool(false) *** Done ***
Copyright ©2k19 -
Hexid
|
Tex7ure