Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt15 setcookie('name', 'value', 0, '/path/');
29 'Set-Cookie: name=value; path=/path/',
/PHP-5.5/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.5/ext/standard/tests/file/
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
H A Ddisk.phpt23 var_dump(disk_free_space("/some/path/here"));
24 var_dump(disk_total_space("/some/path/here"));
/PHP-5.5/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.5/ext/session/tests/
H A Dsession_module_name_variation4.phpt23 $path = dirname(__FILE__);
24 session_save_path($path);
/PHP-5.5/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.5/
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.5/win32/
H A Dphp_registry.h5 void UpdateIniFromRegistry(char *path TSRMLS_DC);
/PHP-5.5/ext/fileinfo/tests/
H A Dmime_content_type_001.phpt28 Warning: mime_content_type(): Empty filename or path in %s on line %d
30 Warning: mime_content_type(): Empty filename or path in %s on line %d
/PHP-5.5/sapi/continuity/
H A Dconfig.m45 DIR is path to the installed Continuity Server root], no, no)
9 …AC_MSG_ERROR([Please specify the path to the root of your Continuity server using --with-continuit…
/PHP-5.5/ext/gettext/tests/
H A Dbug66267.phpt32 $path = realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . "66265");
33 bindtextdomain($domain, $path);
/PHP-5.5/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…
/PHP-5.5/ext/standard/tests/dir/
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
H A Dchdir_basic.phpt27 echo "\n-- Testing chdir() with absolute path: --\n";
46 -- Testing chdir() with absolute path: --
/PHP-5.5/win32/build/
H A Dconfutils.js163 function condense_path(path) argument
165 path = FSO.GetAbsolutePathName(path);
169 (path.charCodeAt(CWD.length) == 92 || path.charCodeAt(CWD.length) == 47)) {
174 var b = path.split("\\");
182 path = "";
184 path += "..\\";
187 path += b[j];
189 path += "\\";
191 return path;
197 return path;
[all …]
H A Dconfig.w32.phpize.in40 // cygwin now ships with link.exe. Avoid searching the cygwin path
45 // we don't want to define LIB, as that will override the default library path
275 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
276 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
297 var path, i, f;
300 path = PHP_EXTRA_INCLUDES.split(';');
301 for (i = 0; i < path.length; i++) {
302 f = FSO.GetAbsolutePathName(path[i]);
309 path = PHP_EXTRA_LIBS.split(';');
310 for (i = 0; i < path.length; i++) {
[all …]
/PHP-5.5/ext/standard/tests/url/
H A Durls.inc57 'zlib:/path/to/my/file/file.txt',
63 'file:///path/to/file',
64 'file://path/to/file',
65 'file:/path/to/file',
71 'http://user:@pass@host/path?argument?value#etc',
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c110 c = blacklist->entries[i].path; in zend_accel_blacklist_update_regexp()
216 free(p->path); in zend_accel_blacklist_shutdown()
314 blacklist->entries[blacklist->pos].path = (char *)malloc(path_length + 1); in zend_accel_blacklist_loadone()
315 if (!blacklist->entries[blacklist->pos].path) { in zend_accel_blacklist_loadone()
321 memcpy(blacklist->entries[blacklist->pos].path, real_path, path_length + 1); in zend_accel_blacklist_loadone()
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-write.phpt17 public function stream_open ( $path , $mode , $options , &$opened_path ) {
43 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
/PHP-5.5/ext/ftp/
H A Dftp.c823 if (!ftp_putcmd(ftp, "RETR", path)) { in ftp_get()
915 if (!ftp_putcmd(ftp, "STOR", path)) { in ftp_put()
964 ftp_size(ftpbuf_t *ftp, const char *path) in ftp_size() argument
972 if (!ftp_putcmd(ftp, "SIZE", path)) { in ftp_size()
985 ftp_mdtm(ftpbuf_t *ftp, const char *path) in ftp_mdtm() argument
996 if (!ftp_putcmd(ftp, "MDTM", path)) { in ftp_mdtm()
1033 ftp_delete(ftpbuf_t *ftp, const char *path) in ftp_delete() argument
1038 if (!ftp_putcmd(ftp, "DELE", path)) { in ftp_delete()
1634 if (!ftp_putcmd(ftp, cmd, path)) { in ftp_genlist()
1739 if (!ftp_putcmd(ftp, "RETR", path)) { in ftp_nb_get()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt42 'The path name to the key file.',
43 'The path name to the certificate file.',
44 'The path name to the certificate authority file.',

Completed in 52 milliseconds

1...<<11121314151617181920>>...28