Home
last modified time | relevance | path

Searched refs:path (Results 151 – 175 of 807) sorted by relevance

12345678910>>...33

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_1.phpt2 Test mkdir/rmdir cp936 path
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
30 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
33 var_dump(file_exists($path));
H A Dtest_cp1250_to_utf8_1.phpt2 Test mkdir/rmdir UTF-8 path with cp1250 specific symbols
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
27 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
30 var_dump(file_exists($path));
H A Dtest_cp1254_1.phpt2 Test mkdir/rmdir cp1254 to UTF-8 path
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
30 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
33 var_dump(file_exists($path));
H A Dtest_big5_1.phpt2 Test mkdir/rmdir big5 path
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
30 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
33 var_dump(file_exists($path));
H A Dtest_cp1254_to_utf8_1.phpt2 Test mkdir/rmdir cp1254 to UTF-8 path
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
27 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
30 var_dump(file_exists($path));
/PHP-7.4/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt19 $path = __DIR__ . "/socket_cmsg_credentials.sock";
20 @unlink($path);
24 $path = __DIR__ . "/socket_cmsg_credentials.sock";
26 @unlink($path);
36 $br = socket_bind($s, $path) or die("err");
45 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
/PHP-7.4/ext/session/tests/
H A Dsession_save_path_variation4.phpt16 * Prototype : string session_save_path([string $path])
17 * Description : Get and/or set the current session save path
54 Warning: ini_set(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
57 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
59 Warning: session_start(): Failed to initialize storage module: files (path: ) in %s on line 26
H A Dsession_set_cookie_params_variation3.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
21 var_dump(session_set_cookie_params(3600, "/path", "blah"));
25 var_dump(session_set_cookie_params(3600, "/path", "guff"));
29 var_dump(session_set_cookie_params(3600, "/path", "foo"));
H A Dsession_set_cookie_params_variation4.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
21 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
25 var_dump(session_set_cookie_params(3600, "/path", "blah", TRUE));
29 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
H A Dsession_set_cookie_params_variation5.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
21 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
25 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, TRUE));
29 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE, FALSE));
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_error2.phpt12 * Description: List files & directories inside the specified path
24 echo "\n-- Pass scandir() an absolute path that does not exist --\n";
27 echo "\n-- Pass scandir() a relative path that does not exist --\n";
34 -- Pass scandir() an absolute path that does not exist --
41 -- Pass scandir() a relative path that does not exist --
/PHP-7.4/tests/security/
H A Dopen_basedir_rmdir.phpt32 Warning: rmdir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
35 Warning: rmdir(): open_basedir restriction in effect. File(.././bad) is not within the allowed path
38 …edir restriction in effect. File(../bad/../bad) is not within the allowed path(s): (.) in %s on li…
41 …basedir restriction in effect. File(./.././bad) is not within the allowed path(s): (.) in %s on li…
44 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_symlink.phpt55 …iction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s): (.) in %s on li…
58 …estriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s): (.) in %s on li…
61 …iction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s): (.) in %s on li…
64 …estriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s): (.) in %s on li…
67 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
70 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
73 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
76 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
79 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_readlink.phpt52 …asedir restriction in effect. File(symlink.txt) is not within the allowed path(s): (.) in %s on li…
55 … restriction in effect. File(../ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
58 …estriction in effect. File(../ok/./symlink.txt) is not within the allowed path(s): (.) in %s on li…
61 …edir restriction in effect. File(./symlink.txt) is not within the allowed path(s): (.) in %s on li…
64 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
67 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
70 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_copy.phpt36 Warning: copy(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s)…
41 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
46 Warning: copy(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.…
51 Warning: copy(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (…
56 Warning: copy(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.)…
61 Warning: copy(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(…
66 …r restriction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on li…
71 Warning: copy(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s)…
H A Dopen_basedir_opendir.phpt30 Warning: opendir(): open_basedir restriction in effect. File(../bad) is not within the allowed path
35 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
40 Warning: opendir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
45 Warning: opendir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
50 Warning: opendir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
55 …n_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on li…
60 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
65 …ion in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_unlink.phpt32 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
35 …r restriction in effect. File(.././bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
38 …triction in effect. File(../bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
41 …restriction in effect. File(./.././bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
44 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
/PHP-7.4/ext/opcache/tests/
H A Dopcache-1.blacklist4 /path/to/foo
5 "/path/to/foo2"
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt15 setcookie('name', 'value', 0, '/path/');
21 setcookie('name', 'value', ['expires' => $tsn, 'path' => '/path/', 'domain' => 'domain.tld', 'secur…
32 'Set-Cookie: name=value; path=/path/',
37 …'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=0; path=/path/; dom…
/PHP-7.4/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
8 /path/to/temp/dir
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt29 string $path,
38 list($scheme, $path) = explode('://', $path, 2);
40 $stream = \fopen($path, $mode);
50 * *actual* path that was opened. This affects the behaviour of
53 $openedPath = \realpath($path);
/PHP-7.4/scripts/dev/
H A Dtidy.php43 $path = $file->getPathName(); variable
45 if (strpos($path, $exclude) !== false) {
55 $origCode = $code = file_get_contents($path);
74 file_put_contents($path, $code);
/PHP-7.4/ext/standard/tests/strings/
H A Dbasename_variation.phpt5 /* Prototype: string basename ( string $path [, string $suffix] );
6 Description: Given a string containing a path to a file,
62 /* path with spaces */
74 foreach ($path_arrays as $path) {
76 if( 1 == count($path) ) { // no suffix provided
77 var_dump( basename($path[0]) );
78 } else { // path as well as suffix provided,
79 var_dump( basename($path[0], $path[1]) );
84 echo "*** Testing possible variations in path and suffix ***\n";
89 *** Testing possible variations in path and suffix ***
H A Dbasename_basic.phpt5 /* Prototype: string basename ( string $path [, string $suffix] );
6 Description: Given a string containing a path to a file,
60 foreach ($path_arrays as $path) {
62 if( 1 == count($path) ) { // no suffix provided
63 var_dump( basename($path[0]) );
64 } else { // path as well as suffix provided,
65 var_dump( basename($path[0], $path[1]) );
/PHP-7.4/ext/standard/tests/file/
H A Ddisk_free_space_variation.phpt106 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
109 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d
114 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
117 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d
122 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
125 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d
130 Warning: disk_free_space() expects parameter 1 to be a valid path, string given in %s on line %d
133 Warning: diskfreespace() expects parameter 1 to be a valid path, string given in %s on line %d

Completed in 26 milliseconds

12345678910>>...33