Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-5.4/ext/standard/tests/file/
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 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 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 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 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 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…
H A Dis_file_variation4.phpt2 Test is_file() function: usage variations - diff. path notations (Bug #42027)
71 Warning: is_file() expects parameter 1 to be a valid path, string given in %s on line %d
75 Warning: is_file() expects parameter 1 to be a valid path, string given in %s on line %d
/PHP-5.4/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.4/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_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-5.4/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
17 function url_stat($path, $flags)
/PHP-5.4/ext/soap/
H A Dphp_http.c490 if (phpurl->path) { in make_http_soap_request()
629 if (phpurl->path) { in make_http_soap_request()
630 PHP_MD5Update(&md5ctx, (unsigned char*)phpurl->path, strlen(phpurl->path)); in make_http_soap_request()
687 if (phpurl->path) { in make_http_soap_request()
944 char *t = phpurl->path?phpurl->path:"/"; in make_http_soap_request()
1043 if (new_url->path && new_url->path[0] != '/') { in make_http_soap_request()
1044 if (phpurl->path) { in make_http_soap_request()
1053 new_url->path = s; in make_http_soap_request()
1059 efree(new_url->path); in make_http_soap_request()
1060 new_url->path = s; in make_http_soap_request()
[all …]
/PHP-5.4/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.4/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…
H A Dopen_basedir.inc42 $path = ($directory.'/'.$item);
43 if (is_dir($path) == TRUE) {
44 recursive_delete_directory($path);
46 @chmod($path, 0777);
47 unlink($path);
/PHP-5.4/ext/posix/
H A Dposix.c836 char *path; in PHP_FUNCTION() local
845 if (php_check_open_basedir_ex(path, 0 TSRMLS_CC)) { in PHP_FUNCTION()
849 result = mkfifo(path, mode); in PHP_FUNCTION()
865 char *path; in PHP_FUNCTION() local
901 result = mknod(path, mode, php_dev); in PHP_FUNCTION()
952 char *filename, *path; in PHP_FUNCTION() local
958 path = expand_filepath(filename, NULL TSRMLS_CC); in PHP_FUNCTION()
959 if (!path) { in PHP_FUNCTION()
965 efree(path); in PHP_FUNCTION()
970 ret = access(path, mode); in PHP_FUNCTION()
[all …]
/PHP-5.4/
H A DREADME.TESTING242 php server-tests.php -p /path/to/php-cli
45 php server-tests.php -p /path/to/php-cgi
48 php server-tests.php -w -u http://localhost/test -m /path/to/htdocs/test
54 php server-tests.php -c /path/to/server-tests-config.php
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
95 $filename full native path to file, will become PATH_TRANSLATED
115 PATH_INFO=/path/info
/PHP-5.4/ext/standard/tests/dir/
H A Ddir_variation8-win32.phpt48 Warning: dir(%s/dir_var*,%s/dir_var*): %r(No such file or directory|The system cannot find the path
53 Warning: dir(%s/*,%s/*): %r(No such file or directory|The system cannot find the path specified. \(…
59 …tion81/sub_dir?): %r(No such file or directory|The system cannot find the path specified. \(code: …
64 …tion81/sub?dir1): %r(No such file or directory|The system cannot find the path specified. \(code: …
H A Dscandir_variation6.phpt2 Test scandir() function : usage variations - Wildcards in directory path
12 * Description: List files & directories inside the specified path
17 * Pass a directory path using wildcards as $dir argument to test how scandir() behaves
/PHP-5.4/ext/zip/
H A Dphp_zip.h84 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options,…
85 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC);
/PHP-5.4/win32/
H A Dphp_registry.h5 void UpdateIniFromRegistry(char *path TSRMLS_DC);
/PHP-5.4/ext/phar/tests/
H A Dmkdir.phpt37 …error: cannot create directory "" in phar "foo.phar", phar error: invalid path "" must not be empt…
39 …rror: cannot create directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a…
45 …rror: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a…

Completed in 37 milliseconds

12345678910>>...27