Home
last modified time | relevance | path

Searched refs:path (Results 326 – 350 of 853) sorted by relevance

1...<<11121314151617181920>>...35

/php-src/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME encoded path and plush sign (GH…
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt2 FPM: FastCGI env var without path info fix for Apache handler with PATH_INFO, PATH_TRANSLATED and p…
H A Dfcgi-env-pif-apache-pp-sn-strip-invalid.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME stripping with invalid path
/php-src/ext/dba/
H A Ddba.stub.php26 …function dba_popen(string $path, string $mode, ?string $handler = null, int $permission = 0o644, i… argument
28 …function dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0o644, in… argument
/php-src/ext/phar/tests/
H A Dmkdir.phpt36 …error: cannot create directory "" in phar "foo.phar", phar error: invalid path "" must not be empt…
38 …rror: cannot create directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a…
44 …rror: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a…
H A Dphar_metadata_write2.phpt26 // NOTE: Phar will use the cached value of metadata if setMetaData was called on that Phar path bef…
27 // Save the writes to the phar and use a different file path.
/php-src/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt2 Test fopen() function : variation: interesting paths, no use include path
58 foreach($paths as $path) {
59 echo "\n--$path--\n";
60 $toFind = $path.'\\'.$file;
H A Dfopen_variation11-win32.phpt2 Test fopen() function : variation: interesting paths, use include path = true
57 foreach($paths as $path) {
58 echo "\n--$path--\n";
59 $toFind = $path.'\\'.$file;
H A Dfopen_variation5.phpt2 Test fopen() function : variation: use include path and stream context (absolute directories in pat…
34 echo "\n--- testing include path ---\n";
117 --- testing include path ---
H A Dfopen_variation8.phpt2 Test fopen() function : variation: use include path and stream context (relative directories in pat…
34 echo "\n--- testing include path ---\n";
116 --- testing include path ---
H A Dfopen_variation9.phpt2 Test fopen() function : variation: use include path and stream context create a file, relative path
/php-src/ext/standard/
H A Ddl.c83 PHPAPI void *php_load_shlib(const char *path, char **errp) in php_load_shlib() argument
88 handle = DL_LOAD(path); in php_load_shlib()
264 PHPAPI void *php_load_shlib(const char *path, char **errp) in php_load_shlib() argument
266 php_dl_error(path); in php_load_shlib()
H A Dfilestat.c113 PHP_WIN32_IOUTIL_INIT_W(path) in php_disk_total_space()
141 if (statvfs(path, &buf)) {
152 if (statfs(path, &buf)) {
170 char *path, fullpath[MAXPATHLEN]; in PHP_FUNCTION() local
174 Z_PARAM_PATH(path, path_len) in PHP_FUNCTION()
177 if (!expand_filepath(path, fullpath)) { in PHP_FUNCTION()
198 PHP_WIN32_IOUTIL_INIT_W(path) in php_disk_free_space()
224 if (statvfs(path, &buf)) {
234 if (statfs(path, &buf)) {
252 char *path, fullpath[MAXPATHLEN]; in PHP_FUNCTION() local
[all …]
/php-src/win32/
H A Dipc.h28 PHP_WIN32_IPC_API key_t ftok(const char *path, int id);
/php-src/ext/standard/tests/url/
H A Dbug55399.phpt2 Bug #55399 (parse_url() incorrectly treats ':' as a valid path)
H A Durls.inc57 'zlib:/path/to/my/file/file.txt',
64 'file:///path/to/file',
65 'file://path/to/file',
66 'file:/path/to/file',
72 'http://user:@pass@host/path?argument?value#etc',
/php-src/ext/libxml/tests/
H A Dbug61367-write.phpt19 public function stream_open ( $path , $mode , $options , &$opened_path ) {
45 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s on li…
/php-src/ext/standard/tests/dir/
H A Dchdir_basic-win32-mb.phpt29 echo "\n-- Testing chdir() with absolute path: --\n";
49 -- Testing chdir() with absolute path: --
/php-src/ext/posix/tests/
H A D001.phpt8 var_dump(posix_access(str_repeat('bogus path', 1042)));
/php-src/win32/build/
H A Dconfutils.js189 path = FSO.GetAbsolutePathName(path);
193 (path.charCodeAt(CWD.length) == 92 || path.charCodeAt(CWD.length) == 47)) {
206 path = "";
208 path += "..\\";
211 path += b[j];
213 path += "\\";
215 return path;
221 return path;
589 return path;
681 if (path == null) {
[all …]
/php-src/ext/session/tests/
H A Dsession_basic1.phpt24 $path = __DIR__;
25 var_dump(session_save_path($path));
H A Dbug80774.phpt12 Set-Cookie: foo\bar=12345; path=/
/php-src/ext/zlib/tests/
H A Dgzopen_variation5.phpt2 Test gzopen() function : variation: use include path and stream context create a file, relative path
/php-src/sapi/cgi/tests/
H A D002.phpt24 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 $file`);
50 string(10) "/test/path"
/php-src/sapi/fpm/fpm/
H A Dfpm_unix.h11 int fpm_unix_set_socket_permissions(struct fpm_worker_pool_s *wp, const char *path);

Completed in 68 milliseconds

1...<<11121314151617181920>>...35