Home
last modified time | relevance | path

Searched refs:path (Results 226 – 250 of 678) sorted by relevance

12345678910>>...28

/PHP-5.5/ext/standard/tests/file/
H A Duserdirstream.phpt8 function dir_opendir($path, $options) {
37 var_dump(scandir('test://example.com/path/to/test'));
H A Dpathinfo_basic2.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 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 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
/PHP-5.5/ext/standard/
H A Durl.c52 if (theurl->path) in php_url_free()
53 efree(theurl->path); in php_url_free()
327 ret->path = estrndup(s, (pp-s)); in php_url_parse_ex()
335 ret->path = estrndup(s, (p-s)); in php_url_parse_ex()
336 php_replace_controlchars_ex(ret->path, (p - s)); in php_url_parse_ex()
352 ret->path = estrndup(s, (p-s)); in php_url_parse_ex()
353 php_replace_controlchars_ex(ret->path, (p - s)); in php_url_parse_ex()
364 ret->path = estrndup(s, (ue-s)); in php_url_parse_ex()
365 php_replace_controlchars_ex(ret->path, (ue - s)); in php_url_parse_ex()
409 if (resource->path != NULL) RETVAL_STRING(resource->path, 1); in PHP_FUNCTION()
[all …]
H A Dfilestat.c151 if (func(path, in php_disk_total_space()
164 if (GetDiskFreeSpace(path, in php_disk_total_space()
185 char drive = path[0] & 95;
205 if (statvfs(path, &buf)) {
216 if (statfs(path, &buf)) {
235 char *path; in PHP_FUNCTION() local
283 if (func(path, in php_disk_free_space()
317 char drive = path[0] & 95;
337 if (statvfs(path, &buf)) {
347 if (statfs(path, &buf)) {
[all …]
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_022.phpt14 …PT_COOKIELIST, 'Set-Cookie: C1=v1; expires=Thu, 31-Dec-2037 23:59:59 GMT; path=/; domain=.php.net'…
15 …PT_COOKIELIST, 'Set-Cookie: C2=v2; expires=Thu, 31-Dec-2037 23:59:59 GMT; path=/; domain=.php.net'…
/PHP-5.5/ext/wddx/tests/
H A D001-64bit.phpt10 $path = dirname(__FILE__);
11 var_dump(wddx_deserialize(file_get_contents("{$path}/wddx.xml")));
H A D001.phpt10 $path = dirname(__FILE__);
11 var_dump(wddx_deserialize(file_get_contents("{$path}/wddx.xml")));
/PHP-5.5/ext/session/tests/
H A Dsession_save_path_variation1.phpt15 * Prototype : string session_save_path([string $path])
16 * Description : Get and/or set the current session save path
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_save_path_variation2.phpt14 * Prototype : string session_save_path([string $path])
15 * Description : Get and/or set the current session save path
/PHP-5.5/ext/
H A Dext_skel_win32.php21 $path = getenv("PATH"); variable
22 putenv("PATH=$cygwin_path;$path");
/PHP-5.5/sapi/cli/tests/
H A D003.phpt18 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 -r 'var_dump(ini_get("max_…
30 string(10) "/test/path"
/PHP-5.5/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt2 Test if bindtextdomain() returns string id if no directory path is set(if directory path is 'null')
/PHP-5.5/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
17 function url_stat($path, $flags)
/PHP-5.5/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-5.5/main/
H A Dphp_open_temporary_file.c97 static int php_do_open_temporary_file(const char *path, const char *pfx, char **opened_path_p TSRML… 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 TSRMLS_CC)) { in php_do_open_temporary_file()
/PHP-5.5/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-5.5/ext/phar/tests/
H A Dbadparameters.phpt129 Warning: Phar::createDefaultStub() expects parameter 1 to be a valid path, array given in %sbadpara…
131 Warning: Phar::loadPhar() expects parameter 1 to be a valid path, array given in %sbadparameters.ph…
135 Warning: Phar::__construct() expects parameter 1 to be a valid path, array given in %sbadparameters…
141 Warning: PharData::delete() expects parameter 1 to be a valid path, array given in %sbadparameters.…
168 Warning: Phar::offsetExists() expects parameter 1 to be a valid path, array given in %sbadparameter…
170 Warning: Phar::offsetGet() expects parameter 1 to be a valid path, array given in %sbadparameters.p…
174 Warning: PharData::offsetUnset() expects parameter 1 to be a valid path, array given in %sbadparame…
177 Warning: Phar::addEmptyDir() expects parameter 1 to be a valid path, array given in %sbadparameters…
179 Warning: Phar::addFile() expects parameter 1 to be a valid path, array given in %sbadparameters.php…
/PHP-5.5/ext/soap/
H A Dphp_http.c552 if (phpurl->path) { in make_http_soap_request()
691 if (phpurl->path) { in make_http_soap_request()
692 PHP_MD5Update(&md5ctx, (unsigned char*)phpurl->path, strlen(phpurl->path)); in make_http_soap_request()
749 if (phpurl->path) { in make_http_soap_request()
1006 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request()
1105 if (new_url->path && new_url->path[0] != '/') { in make_http_soap_request()
1106 if (phpurl->path) { in make_http_soap_request()
1115 new_url->path = s; in make_http_soap_request()
1121 efree(new_url->path); in make_http_soap_request()
1122 new_url->path = s; in make_http_soap_request()
[all …]

Completed in 67 milliseconds

12345678910>>...28