Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-5.5/ext/opcache/tests/
H A Dopcache-1.blacklist4 /path/to/foo
5 "/path/to/foo2"
H A Dblacklist-win32.phpt25 [0] => C:\path\to\foo
26 [1] => C:\path\to\foo2
27 [2] => C:\path\to\bar
/PHP-5.5/tests/security/
H A Dopen_basedir_rename.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…
H A Dopen_basedir_parse_ini_file.phpt40 …basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_b…
45 …restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_b…
50 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
55 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
60 …basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_b…
65 …restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_b…
70 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
H A Dopen_basedir_fopen.phpt41 Warning: fopen(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
46 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
51 Warning: fopen(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
56 Warning: fopen(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
61 Warning: fopen(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
66 Warning: fopen(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path
71 …r restriction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on li…
76 Warning: fopen(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
H A Dopen_basedir_mkdir.phpt39 …asedir restriction in effect. File(../bad/blah) is not within the allowed path(s): (.) in %s on li…
42 Warning: mkdir(): open_basedir restriction in effect. File(../blah) is not within the allowed path(…
45 …edir restriction in effect. File(../bad/./blah) is not within the allowed path(s): (.) in %s on li…
48 …asedir restriction in effect. File(./.././blah) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_scandir.phpt30 Warning: scandir(): open_basedir restriction in effect. File(../bad) is not within the allowed path
37 …dir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
44 Warning: scandir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
51 Warning: scandir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
58 Warning: scandir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
65 …n_basedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on li…
72 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
79 …ion in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt2 Test parse_ini_file() function : variation: include path searching
33 $path = get_include_path();
34 echo "New include path is : " . $path . "\n";
79 New include path is : %sparse_ini_file_variation3.dir1%sparse_ini_file_variation3.dir2%sparse_ini_f…
H A Dpathinfo_basic2-win32.phpt12 /* Prototype: mixed pathinfo ( string $path [, int $options] );
13 Description: Returns information about a file path
38 /* loop through $paths to test each $path in the above array */
39 foreach($paths as $path) {
41 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
42 var_dump( pathinfo($path, PATHINFO_BASENAME) );
43 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
44 var_dump( pathinfo($path, PATHINFO_FILENAME) );
45 var_dump( pathinfo($path) );
H A Dis_writable_variation1.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations
100 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d
103 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
107 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d
110 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
114 Warning: is_writable() expects parameter 1 to be a valid path, string given in %s on line %d
117 Warning: is_writeable() expects parameter 1 to be a valid path, string given in %s on line %d
/PHP-5.5/ext/bz2/
H A Dphp_bz2.h50 PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, char *path, char *mode, in…
54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.5/ext/pgsql/tests/
H A D05large_object.phpt58 $path = dirname(__FILE__) . '/';
60 $oid = pg_lo_import($db, $path . 'php.gif');
63 @unlink($path . 'php.gif.exported');
64 pg_lo_export($oid, $path . 'php.gif.exported', $db);
65 if (!file_exists($path . 'php.gif.exported')) {
68 @unlink($path . 'php.gif.exported');
/PHP-5.5/ext/phar/tests/
H A Dbug13786.phpt14 $path = dirname(__FILE__) . DIRECTORY_SEPARATOR . $fname;
15 $phar = new Phar($path);
19 unlink($path);
H A Dcreate_path_error.phpt2 Phar: create with illegal path
78 9:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" contai…
79 10:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
80 11:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
81 12:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
82 13:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
83 Error: Phar::offsetSet() expects parameter 1 to be a valid path, string given===DONE===
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_001.phpt17 Warning: finfo_file(): Empty filename or path in %s on line %d
20 Warning: finfo_file(): Empty filename or path in %s on line %d
23 Warning: finfo_file(): Empty filename or path in %s on line %d
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.phpt98 ["path"]=>
109 ["path"]=>
120 ["path"]=>
131 ["path"]=>
142 ["path"]=>
153 ["path"]=>
164 ["path"]=>
175 ["path"]=>
186 ["path"]=>
197 ["path"]=>
H A Dopendir_basic.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
11 * Test basic functionality of opendir() with absolute and relative paths as $path argument
28 echo "\n-- Testing opendir() with absolute path: --\n";
52 -- Testing opendir() with absolute path: --
/PHP-5.5/ext/spl/examples/
H A Dnocvsdir.php32 function __construct($path) argument
34 parent::__construct(new RecursiveDirectoryIterator($path));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44295.phpt6 if (!extension_loaded("spl") || is_dir('/this/path/does/not/exist')) die("skip");
10 $dir = '/this/path/does/not/exist';
28 in catch: DirectoryIterator::__construct(/this/path/does/not/exist): failed to open dir: No such fi…
/PHP-5.5/scripts/dev/
H A Dfind_tested.php183 $path = $thisdir->path.$file;
184 if(is_dir($path) == true) {
185 get_phpt_files($path , $phpt_file_count , $all_phpt);
188 $all_phpt[$phpt_file_count] = $path;
/PHP-5.5/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
14 /path/to/temp/dir
/PHP-5.5/ext/spl/examples/tests/
H A Dexamples.inc5 function __construct($path, $classes)
10 $this->append($path . '/' . strtolower($c) . '.inc');
/PHP-5.5/ext/session/tests/
H A Dsession_set_cookie_params_variation2.phpt4 session.cookie_path=/path
13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
37 string(5) "/path"
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrappers.h26 php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int optio…
27 php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int option…
/PHP-5.5/ext/pcre/
H A Dupgrade-pcre.php32 function recurse($path) argument
36 foreach (scandir($path) as $file) {
44 $file = "$path/$file";

Completed in 39 milliseconds

12345678910>>...28