Home
last modified time | relevance | path

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

12345678910>>...35

/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1255_1.phpt2 Test mkdir/rmdir cp1255 path
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
31 var_dump(file_exists($path));
H A Dtest_eucjp_to_utf8_1.phpt2 Test mkdir/rmdir eucjp to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1251_to_utf8_1.phpt2 Test mkdir/rmdir CP1251 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1256_1.phpt2 Test mkdir/rmdir cp1256 to UTF-8 path
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
31 var_dump(file_exists($path));
H A Dtest_cp936_to_utf8_1.phpt2 Test mkdir/rmdir cp936 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1252_to_utf8_4.phpt2 Test mkdir/rmdir cp1252 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp932_to_utf8_1.phpt2 Test mkdir/rmdir cp932 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1250_to_utf8_1.phpt2 Test mkdir/rmdir UTF-8 path with cp1250 specific symbols
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp1252_to_utf8_1.phpt2 Test mkdir/rmdir cp1252 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
H A Dtest_cp936_1.phpt2 Test mkdir/rmdir cp936 path
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
31 var_dump(file_exists($path));
H A Dtest_big5_1.phpt2 Test mkdir/rmdir big5 path
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
31 var_dump(file_exists($path));
H A Dtest_cp1254_1.phpt2 Test mkdir/rmdir cp1254 to UTF-8 path
26 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
28 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
31 var_dump(file_exists($path));
H A Dtest_cp1254_to_utf8_1.phpt2 Test mkdir/rmdir cp1254 to UTF-8 path
23 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
25 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
28 var_dump(file_exists($path));
/PHP-7.3/ext/simplexml/tests/
H A Dbug79971_1.phpt2 Bug #79971 (special character is breaking the path in xml function)
10 $path = '/' . str_replace('\\', '/', __DIR__);
12 $path = __DIR__;
14 $uri = "file://$path/bug79971_1.xml";
/PHP-7.3/ext/session/tests/
H A Dbug61470.phpt9 $path = ini_get('session.save_path') . '/sess_';
12 $file1 = $path . session_id();
17 $file2 = $path . session_id();
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
/PHP-7.3/ext/sockets/tests/
H A Dsocket_abstract_path_sendmsg.phpt16 $path = "\x00/bar_foo";
24 socket_bind($s, $path) or die("err");
27 "name" => [ "path" => $path],
H A Dsocket_cmsg_credentials.phpt19 $path = __DIR__ . "/unix_sock";
20 @unlink($path);
24 $path = __DIR__ . "/unix_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.3/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.3/tests/security/
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_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_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…
/PHP-7.3/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.3/ext/standard/tests/file/
H A Dfile_put_contents_variation6.phpt2 Test file_put_contents() function : variation - include path testing
41 // in the include path. In this case it doesn't so the file should be written in the current dir.
43 file_put_contents($filename, "File in include path", FILE_USE_INCLUDE_PATH);
54 File in include path. This was appended
55 File in include path. This was appended
/PHP-7.3/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…

Completed in 49 milliseconds

12345678910>>...35