Home
last modified time | relevance | path

Searched refs:path (Results 351 – 375 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-7.0/ext/standard/tests/file/
H A Dglob_variation.phpt332 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
335 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
338 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
341 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
344 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
347 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
452 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dis_readable_variation1.phpt91 Warning: is_readable() expects parameter 1 to be a valid path, string given in %s on line %d
95 Warning: is_readable() expects parameter 1 to be a valid path, string given in %s on line %d
99 Warning: is_readable() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dfile_put_contents_variation8-win32.phpt31 /* prefix with path separator of a non existing directory*/
81 Warning: file_put_contents() expects parameter 1 to be a valid path, string given in %s on line %d
86 Warning: file_put_contents() expects parameter 1 to be a valid path, array given in %s on line %d
H A Drename_variation12-win32.phpt92 …11Sub//..//../renameVar11Sub/IwasRenamed.tmp): The system cannot find the path specified. (code: 3…
97 …eVar11/renameVar11Sub/BADDIR/IwasRenamed.tmp): The system cannot find the path specified. (code: 3…
118 Warning: rename(BADDIR/renameMe.tmp,BADDIR/IwasRenamed.tmp): The system cannot find the path specif…
H A Dbug52624.phpt12 Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
H A Dfile_variation2.phpt148 Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d)
152 Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d)
156 Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d)
160 Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d)
200 Error: 2 - file() expects parameter 1 to be a valid path, object given, %s(%d)
H A Dparse_ini_file_variation4.phpt148 Error: 2 - parse_ini_file() expects parameter 1 to be a valid path, array given, %s(%d)
152 Error: 2 - parse_ini_file() expects parameter 1 to be a valid path, array given, %s(%d)
156 Error: 2 - parse_ini_file() expects parameter 1 to be a valid path, array given, %s(%d)
160 Error: 2 - parse_ini_file() expects parameter 1 to be a valid path, array given, %s(%d)
200 Error: 2 - parse_ini_file() expects parameter 1 to be a valid path, object given, %s(%d)
H A Dbug49047.phpt2 Test fopen() function : variation: interesting paths, no use include path
H A Dbasename_variation3.phpt5 /* Prototype : string basename(string path [, string suffix])
6 * Description: Returns the filename component of the path
94 // loop through each element of the array for path
H A Ddirname_variation1.phpt7 /* Prototype : string dirname(string path)
8 * Description: Returns the directory name component of the path
98 // loop through each element of the array for path
/PHP-7.0/ext/standard/
H A Dhead.h41 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, …
/PHP-7.0/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt77 --> zlib:/path/to/my/file/file.txt : NULL
83 --> file:///path/to/file : NULL
84 --> file://path/to/file : NULL
85 --> file:/path/to/file : NULL
91 --> http://user:@pass@host/path?argument?value#etc : NULL
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_blacklist.h28 char *path; member
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_fgetcsv_basic.phpt2 SplFileObject::fgetcsv default path
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c168 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
692 if (!path || !*path || **path == '/') { in fpm_evaluate_full_path()
715 if (tmp != *path) { in fpm_evaluate_full_path()
721 free(*path); in fpm_evaluate_full_path()
723 *path = tmp; in fpm_evaluate_full_path()
725 free(*path); in fpm_evaluate_full_path()
726 *path = NULL; in fpm_evaluate_full_path()
731 if (*path) { in fpm_evaluate_full_path()
733 free(*path); in fpm_evaluate_full_path()
734 *path = strdup(full_path); in fpm_evaluate_full_path()
[all …]
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_variation4.phpt32 $path = dirname(__FILE__);
33 session_save_path($path);
/PHP-7.0/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_004.phpt15 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
H A Dxmlwriter_open_uri_error_005.phpt15 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
H A Dxmlwriter_open_uri_error_003.phpt15 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
/PHP-7.0/ext/phar/tests/tar/
H A Dbug67761.phpt2 Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar")
/PHP-7.0/ext/gettext/tests/
H A Dgettext_bindtextdomain-path.phpt2 Test if bindtextdomain() returns false if path does not exist.
/PHP-7.0/ext/openssl/tests/
H A Dcheck_default_conf_path.phpt2 Check for default OpenSSL config path on Windows
/PHP-7.0/ext/standard/tests/streams/
H A Dstream_get_line_NUL_delimiter.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
/PHP-7.0/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])

Completed in 48 milliseconds

1...<<11121314151617181920>>...29