Home
last modified time | relevance | path

Searched refs:open_basedir (Results 51 – 75 of 112) sorted by relevance

12345

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_options_openbasedir.phpt2 mysqli_options() - MYSQLI_OPT_LOCAL_INFILE and open_basedir
12 ini_set("open_basedir", __DIR__);
18 printf("[002] Can not set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
22 printf("[002] Can set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
H A Dbug68077.phpt2 Bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)
23 open_basedir=
28 ini_set("open_basedir", __DIR__);
54 ini_set("open_basedir", __DIR__ . "/dummy");
82 [006] [2000] open_basedir restriction in effect. Unable to open file
/PHP-7.4/ext/standard/tests/file/
H A Dbug52624.phpt2 Bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
4 open_basedir=.
14 Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Dopen_basedir_cwd_resolve.phpt2 CWD on open_basedir should not imply that everything is accessible
7 ini_set('open_basedir', $cwd);
12 Warning: file_get_contents(): open_basedir restriction in effect. File(/some/path/outside/open/base…
H A Dbug41655_2.phpt2 Bug #41655 (open_basedir bypass via glob()) 2/2
4 open_basedir=/
H A Dbug42560.phpt2 Bug #42560 Empty directory argument to tempnam yields open_basedir problems
6 ini_set('open_basedir', $tmpdir);
H A Dbug24313.phpt2 Bug #24313 (file_exists() throws a warning on nonexistent files when is open_basedir enabled)
10 open_basedir=/dev
H A Dbug41655_1-win32.phpt2 Bug #41655 (open_basedir bypass via glob()) 1/2
12 open_basedir="{TMP}"
H A Dbug41655_1.phpt2 Bug #41655 (open_basedir bypass via glob()) 1/2
12 open_basedir="{TMP}"
H A Dglob_variation3.phpt7 ini_set('open_basedir', NULL);
16 var_dump(empty(ini_get('open_basedir')));
H A Dglob_variation4.phpt7 ini_set('open_basedir', $path);
16 var_dump($path == ini_get('open_basedir'));
H A Dglob_variation6.phpt9 ini_set('open_basedir', 'c:\\windows');
18 var_dump('c:\\windows' == ini_get('open_basedir'));
H A Dglob_variation5.phpt9 ini_set('open_basedir', '/tmp');
18 var_dump('/tmp' == ini_get('open_basedir'));
/PHP-7.4/ext/readline/tests/
H A Dreadline_read_history_open_basedir_001.phpt2 readline_read_history(): Test that open_basedir is respected
6 open_basedir=/tmp/some-sandbox
16 Warning: readline_read_history(): open_basedir restriction in effect. File(/tmp/out-of-sandbox) is …
H A Dreadline_write_history_open_basedir_001.phpt2 readline_write_history(): Test that open_basedir is respected
6 open_basedir=/tmp/some-sandbox
16 Warning: readline_write_history(): open_basedir restriction in effect. File(/tmp/out-of-sandbox) is…
/PHP-7.4/ext/openssl/tests/
H A Dbug76296.phpt2 Bug #76296 openssl_pkey_get_public does not respect open_basedir
13 ini_set('open_basedir', $dir);
18 Warning: openssl_pkey_get_public(): open_basedir restriction in effect. File(%s) is not within the …
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_21_security.phpt2 SQLite3 open_basedir checks
6 open_basedir=.
36 Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the all…
37 Exception: open_basedir prohibits opening %s in %ssqlite3_21_security.php:%d
/PHP-7.4/tests/security/
H A Dbug53226.phpt4 open_basedir=.
7 require_once "open_basedir.inc";
18 require_once "open_basedir.inc";
H A Dopen_basedir_glob_variation.phpt2 Test open_basedir configuration for glob
4 open_basedir=.
/PHP-7.4/ext/curl/tests/
H A Dbug61948-unix.phpt2 Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
9 open_basedir="/tmp"
22 Warning: curl_setopt(): open_basedir restriction in effect. File(/xxx/bar) is not within the allowe…
H A Dbug61948.phpt2 Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
11 ini_set("open_basedir", $base_dir);
29 Warning: curl_setopt(): open_basedir restriction in effect. File(c:/xxx/bar) is not within the allo…
/PHP-7.4/ext/standard/tests/streams/
H A Dglob-wrapper.phpt2 Glob wrapper bypasses open_basedir
4 open_basedir=/does_not_exist
26 Warning: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
32 Warning: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Dbug70362.phpt2 Bug #70362 (Can't copy() large 'data://' with open_basedir)
4 open_basedir=.
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-write.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test
6 open_basedir=.
43 Warning: DOMDocument::save(): open_basedir restriction in effect. File(%s) is not within the allowe…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug41518.phpt2 Bug #41518 (file_exists() warns of open_basedir restriction on non-existent file)
13 open_basedir=.

Completed in 39 milliseconds

12345