Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 4404) sorted by relevance

12345678910>>...177

/dports/lang/php81/php-8.1.1/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
[all …]
/dports/www/mod_php80/php-8.0.15/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
[all …]
/dports/lang/php73/php-7.3.33/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
[all …]
/dports/lang/php80/php-8.0.15/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
[all …]
/dports/lang/php74/php-7.4.27/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
[all …]
/dports/www/mod_php73/php-7.3.33/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
[all …]
/dports/www/mod_php81/php-8.1.1/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
[all …]
/dports/www/mod_php74/php-7.4.27/tests/security/
H A Dopen_basedir_opendir.phpt9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/dir/
H A Dopendir_variation2-win32-mb.phpt2 Test opendir() function : usage variations - different data types as $context arg
11 /* Prototype : mixed opendir(string $path[, resource $context])
17 * Pass different data types as $context argument to opendir() to test behaviour
20 echo "*** Testing opendir() : usage variation ***\n";
99 // loop through each element of $inputs to check the behavior of opendir()
103 var_dump($dh = opendir($path, $input) );#
119 *** Testing opendir() : usage variation ***
123 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
128 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
133 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
[all …]
H A Dopendir_variation2.phpt2 Test opendir() function : usage variations - different data types as $context arg
5 /* Prototype : mixed opendir(string $path[, resource $context])
11 * Pass different data types as $context argument to opendir() to test behaviour
14 echo "*** Testing opendir() : usage variation ***\n";
93 // loop through each element of $inputs to check the behavior of opendir()
97 var_dump($dh = opendir($path, $input) );#
113 *** Testing opendir() : usage variation ***
117 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
122 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
127 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
[all …]
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
11 /* Prototype : mixed opendir(string $path[, resource $context])
17 * Pass paths containing wildcards to test if opendir() recognises them
20 echo "*** Testing opendir() : usage variations ***\n";
32 var_dump( opendir($file_path . "/opendir_var*") );
33 var_dump( opendir($file_path . "/*") );
36 var_dump( opendir($dir_path . "/sub_dir?") );
37 var_dump( opendir($dir_path . "/sub?dir1") );
50 *** Testing opendir() : usage variations ***
59 Warning: opendir(%s/*,%s/*): %s in %s on line %d
[all …]
H A Dopendir_error1.phpt2 Test opendir() function : error conditions - Incorrect number of args
5 /* Prototype : mixed opendir(string $path[, resource $context])
11 * Pass incorrect number of arguments to opendir() to test behaviour
14 echo "*** Testing opendir() : error conditions ***\n";
17 echo "\n-- Testing opendir() function with Zero arguments --\n";
18 var_dump( opendir() );
20 //Test opendir with one more than the expected number of arguments
27 var_dump( opendir($path, $context, $extra_arg) );
36 *** Testing opendir() : error conditions ***
38 -- Testing opendir() function with Zero arguments --
[all …]
H A Dopendir_error1-win32-mb.phpt2 Test opendir() function : error conditions - Incorrect number of args
11 /* Prototype : mixed opendir(string $path[, resource $context])
17 * Pass incorrect number of arguments to opendir() to test behaviour
20 echo "*** Testing opendir() : error conditions ***\n";
23 echo "\n-- Testing opendir() function with Zero arguments --\n";
24 var_dump( opendir() );
26 //Test opendir with one more than the expected number of arguments
33 var_dump( opendir($path, $context, $extra_arg) );
42 *** Testing opendir() : error conditions ***
44 -- Testing opendir() function with Zero arguments --
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/dir/
H A Dopendir_variation2-win32-mb.phpt2 Test opendir() function : usage variations - different data types as $context arg
11 /* Prototype : mixed opendir(string $path[, resource $context])
17 * Pass different data types as $context argument to opendir() to test behaviour
20 echo "*** Testing opendir() : usage variation ***\n";
99 // loop through each element of $inputs to check the behavior of opendir()
103 var_dump($dh = opendir($path, $input) );#
119 *** Testing opendir() : usage variation ***
123 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
128 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
133 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
[all …]
H A Dopendir_variation2.phpt2 Test opendir() function : usage variations - different data types as $context arg
5 /* Prototype : mixed opendir(string $path[, resource $context])
11 * Pass different data types as $context argument to opendir() to test behaviour
14 echo "*** Testing opendir() : usage variation ***\n";
93 // loop through each element of $inputs to check the behavior of opendir()
97 var_dump($dh = opendir($path, $input) );#
113 *** Testing opendir() : usage variation ***
117 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
122 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
127 Warning: opendir() expects parameter 2 to be resource, int given in %s on line %d
[all …]
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
11 /* Prototype : mixed opendir(string $path[, resource $context])
17 * Pass paths containing wildcards to test if opendir() recognises them
20 echo "*** Testing opendir() : usage variations ***\n";
32 var_dump( opendir($file_path . "/opendir_var*") );
33 var_dump( opendir($file_path . "/*") );
36 var_dump( opendir($dir_path . "/sub_dir?") );
37 var_dump( opendir($dir_path . "/sub?dir1") );
50 *** Testing opendir() : usage variations ***
59 Warning: opendir(%s/*,%s/*): %s in %s on line %d
[all …]
H A Dopendir_error1.phpt2 Test opendir() function : error conditions - Incorrect number of args
5 /* Prototype : mixed opendir(string $path[, resource $context])
11 * Pass incorrect number of arguments to opendir() to test behaviour
14 echo "*** Testing opendir() : error conditions ***\n";
17 echo "\n-- Testing opendir() function with Zero arguments --\n";
18 var_dump( opendir() );
20 //Test opendir with one more than the expected number of arguments
27 var_dump( opendir($path, $context, $extra_arg) );
36 *** Testing opendir() : error conditions ***
38 -- Testing opendir() function with Zero arguments --
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
12 * Pass paths containing wildcards to test if opendir() recognises them
15 echo "*** Testing opendir() : usage variations ***\n";
27 var_dump( opendir($file_path . "/opendir_var*") );
28 var_dump( opendir($file_path . "/*") );
31 var_dump( opendir($dir_path . "/sub_dir?") );
32 var_dump( opendir($dir_path . "/sub?dir1") );
44 *** Testing opendir() : usage variations ***
48 Warning: opendir(%s/opendir_var*): %s in %s on line %d
53 Warning: opendir(%s/*): %s in %s on line %d
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
12 * Pass paths containing wildcards to test if opendir() recognises them
15 echo "*** Testing opendir() : usage variations ***\n";
27 var_dump( opendir($file_path . "/opendir_var*") );
28 var_dump( opendir($file_path . "/*") );
31 var_dump( opendir($dir_path . "/sub_dir?") );
32 var_dump( opendir($dir_path . "/sub?dir1") );
44 *** Testing opendir() : usage variations ***
48 Warning: opendir(%s/opendir_var*): %s in %s on line %d
53 Warning: opendir(%s/*): %s in %s on line %d
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
12 * Pass paths containing wildcards to test if opendir() recognises them
15 echo "*** Testing opendir() : usage variations ***\n";
27 var_dump( opendir($file_path . "/opendir_var*") );
28 var_dump( opendir($file_path . "/*") );
31 var_dump( opendir($dir_path . "/sub_dir?") );
32 var_dump( opendir($dir_path . "/sub?dir1") );
44 *** Testing opendir() : usage variations ***
48 Warning: opendir(%s/opendir_var*): %s in %s on line %d
53 Warning: opendir(%s/*): %s in %s on line %d
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
12 * Pass paths containing wildcards to test if opendir() recognises them
15 echo "*** Testing opendir() : usage variations ***\n";
27 var_dump( opendir($file_path . "/opendir_var*") );
28 var_dump( opendir($file_path . "/*") );
31 var_dump( opendir($dir_path . "/sub_dir?") );
32 var_dump( opendir($dir_path . "/sub?dir1") );
44 *** Testing opendir() : usage variations ***
48 Warning: opendir(%s/opendir_var*): %s in %s on line %d
53 Warning: opendir(%s/*): %s in %s on line %d
[all …]
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/gcw0/
H A Dutils.c23 dir = opendir(pathname); in create_default_directories()
27 dir = opendir(pathname); in create_default_directories()
31 dir = opendir(pathname); in create_default_directories()
35 dir = opendir(pathname); in create_default_directories()
39 dir = opendir(pathname); in create_default_directories()
43 dir = opendir(pathname); in create_default_directories()
49 dir = opendir(pathname); in create_default_directories()
53 dir = opendir(pathname); in create_default_directories()
57 dir = opendir(pathname); in create_default_directories()
61 dir = opendir(pathname); in create_default_directories()
[all …]
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/gcw0/
H A Dutils.c23 dir = opendir(pathname); in create_default_directories()
27 dir = opendir(pathname); in create_default_directories()
31 dir = opendir(pathname); in create_default_directories()
35 dir = opendir(pathname); in create_default_directories()
39 dir = opendir(pathname); in create_default_directories()
43 dir = opendir(pathname); in create_default_directories()
49 dir = opendir(pathname); in create_default_directories()
53 dir = opendir(pathname); in create_default_directories()
57 dir = opendir(pathname); in create_default_directories()
61 dir = opendir(pathname); in create_default_directories()
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
11 /* Prototype : mixed opendir(string $path[, resource $context])
20 echo "*** Testing opendir() : usage variations ***\n";
32 var_dump( opendir($file_path . "/opendir_var*") );
33 var_dump( opendir($file_path . "/*") );
36 var_dump( opendir($dir_path . "/sub_dir?") );
37 var_dump( opendir($dir_path . "/sub?dir1") );
50 *** Testing opendir() : usage variations ***
54 Warning: opendir(%s/opendir_var*): %s in %s on line %d
59 Warning: opendir(%s/*): %s in %s on line %d
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt2 Test opendir() function : usage variations - Different wildcards
11 /* Prototype : mixed opendir(string $path[, resource $context])
20 echo "*** Testing opendir() : usage variations ***\n";
32 var_dump( opendir($file_path . "/opendir_var*") );
33 var_dump( opendir($file_path . "/*") );
36 var_dump( opendir($dir_path . "/sub_dir?") );
37 var_dump( opendir($dir_path . "/sub?dir1") );
50 *** Testing opendir() : usage variations ***
54 Warning: opendir(%s/opendir_var*): %s in %s on line %d
59 Warning: opendir(%s/*): %s in %s on line %d
[all …]

12345678910>>...177