/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/014.phpt
--TEST-- get_included_files() tests --FILE-- <?php var_dump(get_included_files()); include(__DIR__."/014.inc"); var_dump(get_included_files()); include_once(__DIR__."/014.inc"); var_dump(get_included_files()); include(__DIR__."/014.inc"); var_dump(get_included_files()); echo "Done\n"; ?> --EXPECTF-- array(1) { [0]=> string(%d) "%s" } array(2) { [0]=> string(%d) "%s" [1]=> string(%d) "%s" } array(2) { [0]=> string(%d) "%s" [1]=> string(%d) "%s" } array(2) { [0]=> string(%d) "%s" [1]=> string(%d) "%s" } Done
Copyright ©2k19 -
Hexid
|
Tex7ure