Home
last modified time | relevance | path

Searched refs:path (Results 426 – 450 of 842) sorted by relevance

1...<<11121314151617181920>>...34

/php-src/Zend/tests/gh10168/
H A Dassign_untyped_prop_ref.phpt25 // Second call tests the cache slot path
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_saveHTMLFile_empty_path.phpt2 Dom\HTMLDocument::saveHtmlFile() empty path
/php-src/ext/standard/tests/streams/
H A Dbug78662.phpt7 function stream_open($path, $mode, $options, &$opened_path)
/php-src/Zend/tests/
H A Dbug47593.phpt2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
H A Dgh11735_2.phpt7 public function stream_open($path, $mode, $options, &$opened_path) {
/php-src/ext/standard/tests/file/
H A Dbug52624.phpt14 Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Dpathinfo_basic1-win32.phpt57 /* loop through $paths to test each $path in the above array */
58 foreach($paths as $path) {
60 var_dump( pathinfo($path, PATHINFO_DIRNAME) );
61 var_dump( pathinfo($path, PATHINFO_BASENAME) );
62 var_dump( pathinfo($path, PATHINFO_EXTENSION) );
63 var_dump( pathinfo($path, PATHINFO_FILENAME) );
64 var_dump( pathinfo($path) );
H A Dreadlink_realpath_basic2.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
30 /* filenames with invalid path */
H A Dbug38450.phpt15 function stream_open($path, $mode, $options, &$opened_path)
17 $url = parse_url($path);
H A Dbug38450_1.phpt15 function stream_open($path, $mode, $options, &$opened_path)
17 $url = parse_url($path);
/php-src/tests/security/
H A Dbug76359.phpt15 Warning: chdir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
/php-src/ext/mysqli/tests/
H A Dgh7932.phpt16 // It seems we can only test the happy path...
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c171 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
784 if (!path || !*path || **path == '/') { in fpm_evaluate_full_path()
807 if (tmp != *path) { in fpm_evaluate_full_path()
814 free(*path); in fpm_evaluate_full_path()
815 *path = tmp; in fpm_evaluate_full_path()
817 free(*path); in fpm_evaluate_full_path()
818 *path = NULL; in fpm_evaluate_full_path()
823 if (*path) { in fpm_evaluate_full_path()
825 free(*path); in fpm_evaluate_full_path()
826 *path = strdup(full_path); in fpm_evaluate_full_path()
[all …]
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_002.phpt72 --> zlib:/path/to/my/file/file.txt : string(4) "zlib"
79 --> file:///path/to/file : string(4) "file"
80 --> file://path/to/file : string(4) "file"
81 --> file:/path/to/file : string(4) "file"
87 --> http://user:@pass@host/path?argument?value#etc : string(4) "http"
H A Dparse_url_basic_005.phpt71 --> zlib:/path/to/my/file/file.txt : NULL
78 --> file:///path/to/file : NULL
79 --> file://path/to/file : NULL
80 --> file:/path/to/file : NULL
86 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
H A Dparse_url_basic_008.phpt71 --> zlib:/path/to/my/file/file.txt : NULL
78 --> file:///path/to/file : NULL
79 --> file://path/to/file : NULL
80 --> file:/path/to/file : NULL
86 --> http://user:@pass@host/path?argument?value#etc : string(14) "argument?value"
H A Dparse_url_basic_009.phpt71 --> zlib:/path/to/my/file/file.txt : NULL
78 --> file:///path/to/file : NULL
79 --> file://path/to/file : NULL
80 --> file:/path/to/file : NULL
86 --> http://user:@pass@host/path?argument?value#etc : string(3) "etc"
/php-src/ext/zip/tests/
H A Dbug40228.phpt2 Bug #40228 (extractTo does not create recursive empty path)
H A Dbug40228-mb.phpt2 Bug #40228 (extractTo does not create recursive empty path)
/php-src/ext/openssl/tests/
H A Dbug76296.phpt22 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on l…
H A Dcheck_default_conf_path.phpt2 Check for default OpenSSL config path on Windows
/php-src/ext/posix/tests/
H A Dposix_ttyname.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
H A Dposix_ctermid.phpt4 Gets path name of controlling terminal.
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_092.phpt2 Refs on ASSIGN_OBJ fast-path
/php-src/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt63 ["path"]=>
81 ["path"]=>

Completed in 56 milliseconds

1...<<11121314151617181920>>...34