Home
last modified time | relevance | path

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

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

/PHP-7.1/ext/pdo_sqlite/
H A Dconfig.m438 if test -r $PHP_PDO_SQLITE/$SEARCH_FOR; then # path given as parameter
40 else # search default path list
41 AC_MSG_CHECKING([for sqlite3 files in default path])
/PHP-7.1/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : string(4) "path"
86 --> file:/path/to/file : NULL
92 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
H A Dparse_url_basic_004.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
92 --> http://user:@pass@host/path?argument?value#etc : NULL
H A Dparse_url_basic_005.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
92 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
H A Dparse_url_basic_006.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
92 --> http://user:@pass@host/path?argument?value#etc : string(5) "@pass"
H A Dparse_url_basic_009.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
84 --> file:///path/to/file : NULL
85 --> file://path/to/file : NULL
86 --> file:/path/to/file : NULL
92 --> http://user:@pass@host/path?argument?value#etc : string(3) "etc"
/PHP-7.1/ext/snmp/tests/
H A Dbug64159.phpt22 MIB search path: %s
/PHP-7.1/ext/ftp/tests/
H A Dbug7216-2.phpt21 string(20) "/path/to/ftproot/CVS"
/PHP-7.1/ext/phar/tests/
H A Dreadfile_edgecases.phpt39 Warning: readfile() expects parameter 1 to be a valid path, array given in %sreadfile_edgecases.php…
62 …//%sreadfile_edgecases.phar.php/oops): failed to open stream: phar error: path "oops" is a directo…
H A Dphar_extract.phpt141 Warning: Phar::extractTo() expects parameter 1 to be a valid path, array given in %sphar_extract.ph…
142 Invalid argument, extraction path must be non-zero length
143 Unable to use path "%soops" for extraction, it is a file, must be a directory
145 …anifest1.phar.php" failed: Cannot extract "file1.txt" to "%sextract/file1.txt", path already exists
/PHP-7.1/ext/standard/tests/file/
H A Dis_writable_variation3.phpt70 Warning: is_writable() expects parameter 1 to be a valid path, array given in %s on line %d
73 Warning: is_writeable() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dreadlink_realpath_variation3.phpt11 /* Prototype: string readlink ( string $path );
14 Prototype: string realpath ( string $path );
H A Dreadlink_variation1.phpt13 /* Prototype: string readlink ( string $path );
68 Warning: readlink() expects parameter 1 to be a valid path, resource given in %s on line %d
H A Dcopy_variation4.phpt116 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
119 Warning: copy() expects parameter 2 to be a valid path, string given in %s on line %d
122 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
127 Warning: filesize() expects parameter 1 to be a valid path, string given in %s on line %d
130 Warning: unlink() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dbug39863.phpt20 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dbug52624.phpt14 Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Ddirname_no_path_normalization-win32.phpt2 Test dirname() function : regression with path normalization
H A Dbug71287.phpt6 public function stream_open($path, $mode, $options, $opened_path) {
/PHP-7.1/ext/session/tests/
H A Dbug60860.phpt17 Fatal error: session_start(): Failed to initialize storage module: user (path:%s) in %s on line 3
H A Dsession_save_path_error.phpt16 * Prototype : string session_save_path([string $path])
17 * Description : Get and/or set the current session save path
/PHP-7.1/ext/phar/tests/tar/
H A Dlinks3.phpt2 Phar: tar with link to absolute path
/PHP-7.1/ext/gd/tests/
H A Dimageloadfont_error1.phpt14 Warning: imageloadfont() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-7.1/Zend/tests/
H A Dbug47593.phpt2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
/PHP-7.1/ext/standard/tests/streams/
H A Dbug60455_02.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
/PHP-7.1/ext/gd/
H A Dconfig.m414 [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no)
19 [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix], no, no)
24 [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix], no, no)
29 [ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix], no, no)
33 [ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix], no, no)
36 [ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix], no, no)
280 dnl Make sure the libgd/ is first in the include path
327 dnl Header path
336 dnl Library path

Completed in 38 milliseconds

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