Home
last modified time | relevance | path

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

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

/PHP-7.0/ext/pdo_pgsql/
H A Dconfig.m47 install directory or the path to pg_config])
58 AC_MSG_ERROR(Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path)
62 AC_MSG_ERROR(Cannot find libpq.so. Please specify correct PostgreSQL installation path)
/PHP-7.0/ext/standard/
H A Ddir.c366 char path[MAXPATHLEN]; in PHP_FUNCTION() local
374 ret = VCWD_GETCWD(path, MAXPATHLEN); in PHP_FUNCTION()
376 ret = VCWD_GETWD(path); in PHP_FUNCTION()
380 RETURN_STRING(path); in PHP_FUNCTION()
/PHP-7.0/ext/phar/
H A DTODO72 phar path, $phar->mount('/path/to/external.phar', 'internal/path');
76 path. Because the mapping would be to an external directory, write access
110 phar:///path/to/archive.phar/internal.phar/file opens internal.phar and
/PHP-7.0/ext/curl/tests/
H A Dbug61948-win32.phpt31 …basedir restriction in effect. File(c:/xxx/bar) is not within the allowed path(s): (%sbug61948) in…
/PHP-7.0/ext/session/tests/
H A Dsession_set_cookie_params_variation1.phpt13 …* Prototype : void session_set_cookie_params(int $lifetime [, string $path [, string $domain [, bo…
/PHP-7.0/ext/standard/tests/streams/
H A Dset_file_buffer.phpt10 function stream_open($path, $mode, $openedpath) {
/PHP-7.0/ext/pgsql/
H A Dconfig.m47 base install directory or the path to pg_config])
55 AC_MSG_ERROR(Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path)
59 AC_MSG_ERROR(Cannot find libpq.so. Please specify correct PostgreSQL installation path)
/PHP-7.0/ext/bz2/
H A Dconfig.m412 AC_MSG_CHECKING(for BZip2 in default path)
/PHP-7.0/ext/gd/tests/
H A Dimagegd_nullbyte_injection.phpt33 Warning: imagegd() expects parameter 2 to be a valid path, string given in %s on line %d
H A Dimagegd2_nullbyte_injection.phpt33 Warning: imagegd2() expects parameter 2 to be a valid path, string given in %s on line %d
/PHP-7.0/ext/openssl/tests/
H A Dbug73072.phpt2 Bug #73072: Invalid path SNI_server_certs causes segfault
/PHP-7.0/ext/phar/tests/
H A Dphar_create_in_cwd.phpt2 Phar: attempt to create a Phar with relative path
H A Dfgc_edgecases.phpt50 Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %sfgc_edgecases…
83 …phar://%sfgc_edgecases.phar.php/oops): failed to open stream: phar error: path "oops" is a directo…
H A Dphar_dir_iterate.phpt18 foreach (new RecursiveIteratorIterator($newphar) as $path => $obj) {
/PHP-7.0/ext/standard/tests/file/
H A Dfile_put_contents_variation7-win32.phpt32 // Note invalid dirs in p8 result in (The system cannot find the path specified.)
50 // unixifed path
H A Dfile_put_contents_variation8.phpt74 Warning: file_put_contents() expects parameter 1 to be a valid path, string given in %s on line %d
78 Warning: file_put_contents() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dunlink_variation8-win32.phpt33 // relative bad path
42 //absolute bad path
H A Dfile_put_contents_variation5.phpt2 Test file_put_contents() function : variation - include path testing
H A Dglob_variation2.phpt2 Test glob() function with relative path
/PHP-7.0/ext/zlib/tests/
H A Dgzfile_variation6.phpt48 Error: 2 - gzfile() expects parameter 1 to be a valid path, object given, %s(%d)
H A Dreadgzfile_variation6.phpt48 Error: 2 - readgzfile() expects parameter 1 to be a valid path, object given, %s(%d)
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_21_security.phpt36 …): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %ssqlite…
/PHP-7.0/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt32 Warning: finfo_file(): Invalid path in %s%efinfo_file_basic.php on line %d
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1233 PHPDBG_API const char *phpdbg_load_module_or_extension(char **path, char **name) /* {{{ */ { in phpdbg_load_module_or_extension() argument
1239 if (strchr(*path, '/') != NULL || strchr(*path, DEFAULT_SLASH) != NULL) { in phpdbg_load_module_or_extension()
1245 spprintf(&libpath, 0, "%s%s", extension_dir, *path); /* SAFE */ in phpdbg_load_module_or_extension()
1247 spprintf(&libpath, 0, "%s%c%s", extension_dir, DEFAULT_SLASH, *path); /* SAFE */ in phpdbg_load_module_or_extension()
1249 efree(*path); in phpdbg_load_module_or_extension()
1250 *path = libpath; in phpdbg_load_module_or_extension()
1257 handle = DL_LOAD(*path); in phpdbg_load_module_or_extension()
1378 char *name, *path; in PHPDBG_COMMAND() local
1389 path = estrndup(param->str, param->len); in PHPDBG_COMMAND()
1392 if ((type = phpdbg_load_module_or_extension(&path, &name)) == NULL) { in PHPDBG_COMMAND()
[all …]
/PHP-7.0/sapi/fpm/tests/
H A D011.phpt18 ping.path = /ping

Completed in 28 milliseconds

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