Home
last modified time | relevance | path

Searched refs:path (Results 251 – 275 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-7.0/ext/session/tests/
H A Dsession_save_path_variation3.phpt14 * Prototype : string session_save_path([string $path])
15 * Description : Get and/or set the current session save path
H A Dsession_regenerate_id_cookie.phpt71 Set-Cookie: PHPSESSID=%s; path=/
75 Set-Cookie: PHPSESSID=%s; path=/
78 Set-Cookie: PHPSESSID=%s; path=/
H A Dsession_save_path_variation2.phpt14 * Prototype : string session_save_path([string $path])
15 * Description : Get and/or set the current session save path
H A Dsession_module_name_variation4.phpt23 $path = dirname(__FILE__);
24 session_save_path($path);
/PHP-7.0/ext/standard/tests/streams/
H A Dopendir-003.phpt15 $path="ftps://127.0.0.1:" . $port."/bogusdir";
19 var_dump(opendir($path, $context));
/PHP-7.0/ext/standard/tests/strings/
H A Ddirname_multi_win.phpt10 /* Prototype: string dirname ( string $path [, int nb]);
11 Description: Returns directory name component of path.
H A Ddirname_error.phpt5 /* Prototype: string dirname ( string $path );
6 Description: Returns directory name component of path.
/PHP-7.0/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
17 function url_stat($path, $flags)
/PHP-7.0/ext/standard/tests/file/
H A Dstream_rfc2397_006.phpt24 Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s line %d
27 Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s line %d
H A Dis_dir_variation4.phpt2 Test is_dir() function: usage variations - diff. path notations
81 Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d
86 Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dtempnam_variation3-win32.phpt39 /* prefix with path separator of a non existing directory*/
55 /* prefix with path separator of a non existing directory*/
106 Warning: tempnam() expects parameter 2 to be a valid path, string given in %stempnam_variation3-win…
111 Warning: tempnam() expects parameter 2 to be a valid path, array given in %s\ext\standard\tests\fil…
H A Ddisk_total_space_variation.phpt103 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
108 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
113 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
118 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dreadlink_realpath_basic1.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for links(Bug #42…
11 /* Prototype: string readlink ( string $path );
14 Prototype: string realpath ( string $path );
35 echo "*** Testing readlink() and realpath(): with valid and invalid path ***\n";
74 *** Testing readlink() and realpath(): with valid and invalid path ***
H A Drename_variation13.phpt36 /* prefix with path separator of a non existing directory*/
105 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
107 Warning: rename() expects parameter 1 to be a valid path, string given in %s on line %d
111 Warning: rename() expects parameter 2 to be a valid path, array given in %s on line %d
114 Warning: file_exists() expects parameter 1 to be a valid path, array given in %s on line %d
116 Warning: rename() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dfnmatch_error.phpt39 Warning: fnmatch() expects parameter 1 to be a valid path, array given in %s on line %d
42 Warning: fnmatch() expects parameter 1 to be a valid path, resource given in %s on line %d
45 Warning: fnmatch() expects parameter 1 to be a valid path, object given in %s on line %d
H A Dbasename.phpt8 * proto string basename(string path [, string suffix])
111 /* path with spaces */
123 foreach ($path_arrays as $path) {
125 if( 1 == count($path) ) { // no suffix provided
126 var_dump( basename($path[0]) );
127 } else { // path as well as suffix provided,
128 var_dump( basename($path[0], $path[1]) );
136 echo "\n*** Testing possible variations in path and suffix ***\n";
257 *** Testing possible variations in path and suffix ***
H A Drename_variation11-win32.phpt50 // unixifed path
95 …11Sub\\..\\..\renameVar11Sub\IwasRenamed.tmp): The system cannot find the path specified. (code: 3…
100 …eVar11\renameVar11Sub\BADDIR\IwasRenamed.tmp): The system cannot find the path specified. (code: 3…
121 Warning: rename(BADDIR\renameMe.tmp,BADDIR\IwasRenamed.tmp): The system cannot find the path specif…
/PHP-7.0/sapi/cgi/
H A DCHANGES8 --disable-path-info-check CGI: If this is disabled, paths such as
22 --enable-discard-path CGI: If this is enabled, the PHP CGI binary
28 --disable-path-info-check or "cgi.fix_pathinfo=0".
/PHP-7.0/main/
H A Dphp_open_temporary_file.c97 static int php_do_open_temporary_file(const char *path, const char *pfx, zend_string **opened_path_… in php_do_open_temporary_file() argument
112 if (!path || !path[0]) { in php_do_open_temporary_file()
130 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in php_do_open_temporary_file()
/PHP-7.0/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt77 --> zlib:/path/to/my/file/file.txt : string(25) "/path/to/my/file/file.txt"
83 --> file:///path/to/file : string(13) "/path/to/file"
84 --> file://path/to/file : string(8) "/to/file"
85 --> file:/path/to/file : string(13) "/path/to/file"
91 --> http://user:@pass@host/path?argument?value#etc : string(5) "/path"
/PHP-7.0/ext/phar/tests/
H A Dbadparameters.phpt150 Warning: Phar::createDefaultStub() expects parameter 1 to be a valid path, array given in %sbadpara…
152 Warning: Phar::loadPhar() expects parameter 1 to be a valid path, array given in %sbadparameters.ph…
156 Exception: Phar::__construct() expects parameter 1 to be a valid path, array given in %sbadparamete…
162 Warning: PharData::delete() expects parameter 1 to be a valid path, array given in %sbadparameters.…
189 Warning: Phar::offsetExists() expects parameter 1 to be a valid path, array given in %sbadparameter…
191 Warning: Phar::offsetGet() expects parameter 1 to be a valid path, array given in %sbadparameters.p…
195 Warning: PharData::offsetUnset() expects parameter 1 to be a valid path, array given in %sbadparame…
198 Warning: Phar::addEmptyDir() expects parameter 1 to be a valid path, array given in %sbadparameters…
200 Warning: Phar::addFile() expects parameter 1 to be a valid path, array given in %sbadparameters.php…
/PHP-7.0/tests/security/
H A Dopen_basedir_error_log_variation.phpt33 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
38 …ir restriction in effect. File(%s/test/bad.txt) is not within the allowed path(s): (.) in %s on li…
43 …basedir restriction in effect. File(%s/bad.txt) is not within the allowed path(s): (.) in %s on li…
/PHP-7.0/ext/soap/
H A Dphp_http.c562 if (phpurl->path) { in make_http_soap_request()
700 if (phpurl->path) { in make_http_soap_request()
701 PHP_MD5Update(&md5ctx, (unsigned char*)phpurl->path, strlen(phpurl->path)); in make_http_soap_request()
748 if (phpurl->path) { in make_http_soap_request()
1005 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request()
1110 if (new_url->path && new_url->path[0] != '/') { in make_http_soap_request()
1111 if (phpurl->path) { in make_http_soap_request()
1120 new_url->path = s; in make_http_soap_request()
1126 efree(new_url->path); in make_http_soap_request()
1127 new_url->path = s; in make_http_soap_request()
[all …]
/PHP-7.0/Zend/
H A Dzend_extensions.c28 int zend_load_extension(const char *path) in zend_load_extension() argument
35 handle = DL_LOAD(path); in zend_load_extension()
38 fprintf(stderr, "Failed loading %s: %s\n", path, DL_ERROR()); in zend_load_extension()
40 fprintf(stderr, "Failed loading %s\n", path); in zend_load_extension()
56 fprintf(stderr, "%s doesn't appear to be a valid Zend extension\n", path); in zend_load_extension()
/PHP-7.0/ext/openssl/tests/
H A Dbug65538.phar175 foreach ($info['m'] as $path => $file) {
176 $a = !file_exists(dirname($temp . '/' . $path));
177 @mkdir(dirname($temp . '/' . $path), 0777, true);
180 if ($path[strlen($path) - 1] == '/') {
181 @mkdir($temp . '/' . $path, 0777);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
184 @chmod($temp . '/' . $path, 0666);
239 static function extractFile($path, $entry, $fp)

Completed in 42 milliseconds

1...<<11121314151617181920>>...29