Home
last modified time | relevance | path

Searched refs:path (Results 476 – 500 of 853) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Dpathinfo_basic1.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 Dmkdir_variation5.phpt25 // relative bad path
34 //absolute bad path
H A Dpopen_pclose_basic-win32-mb.phpt26 // the only solution is to either put the absolute path here, or
31 // have to put the absolute path here.
H A Dpopen_pclose_basic-win32.phpt26 // the only solution is to either put the absolute path here, or
31 // have to put the absolute path here.
H A Dreadlink_realpath_basic2-win32.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
30 /* filenames with invalid path */
H A Drmdir_variation3.phpt20 // relative bad path
29 //absolute bad path
H A Dbug38450_2.phpt15 function stream_open($path, $mode, $options, &$opened_path)
17 $url = parse_url($path);
H A Dinclude_userstream_003.phpt14 function stream_open($path, $mode, $options, &$opened_path)
16 if (strpos($path, "test2://") === 0) {
17 $this->stream = fopen("test1://".substr($path, 8), $mode);
H A Duserstreams.phpt33 off the beaten path I reign
85 public $path;
92 function stream_open($path, $mode, $options, &$opened_path)
94 $this->path = $path;
98 $split = parse_url($path);
/php-src/sapi/fpm/tests/
H A Dsocket-uds-basic.phpt15 ping.path = /ping
H A Dpm-max-spawn-rate-run.phpt24 ping.path = /ping
H A Dbug68458-pm-no-start-server.phpt18 ping.path = /ping
/php-src/tests/security/
H A Dbug53226.phpt28 Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (…
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_ftruncate_error_001.phpt12 function stream_open($path, $mode, $options, &$opened_path)
H A DSplFileObject_fflush_basic_001.phpt20 function stream_open($path, $mode, $options, &$opened_path)
/php-src/ext/standard/
H A Durl.h26 zend_string *path; member
/php-src/ext/dom/lexbor/patches/
H A D0005-Shrink-size-of-static-binary-search-tree.patch73 # Find and append run script run dir to module search path
74 ABS_PATH = os.path.dirname(os.path.abspath(__file__))
/php-src/scripts/dev/
H A Dcheck_parameters.php288 function recurse($path) argument
290 foreach (scandir($path) as $file) {
293 $file = "$path/$file";
/php-src/sapi/cli/
H A Dphp_http_parser.c594 MARK(path); in php_http_parser_execute()
650 MARK(path); in php_http_parser_execute()
672 MARK(path); in php_http_parser_execute()
696 CALLBACK(path); in php_http_parser_execute()
701 CALLBACK(path); in php_http_parser_execute()
708 CALLBACK(path); in php_http_parser_execute()
714 CALLBACK(path); in php_http_parser_execute()
718 CALLBACK(path); in php_http_parser_execute()
1508 CALLBACK_NOCLEAR(path); in php_http_parser_execute()
/php-src/ext/zip/tests/
H A Dbug53603.phpt10 function url_stat($path, $flags) {
/php-src/ext/zlib/
H A Dphp_zlib.h66 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int …
/php-src/ext/curl/tests/
H A Dbug61948-unix.phpt23 …n_basedir restriction in effect. File(/xxx/bar) is not within the allowed path(s): (/tmp) in %sbug…
/php-src/ext/standard/tests/streams/
H A Duser-stream-error.phpt8 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60106-001.phpt23 stream_socket_server(): socket path exceeded the maximum allowed length of %d bytes and was truncat…
/php-src/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt13 // Env value without path separator overrides any config option

Completed in 32 milliseconds

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