Home
last modified time | relevance | path

Searched refs:ini (Results 1 – 25 of 148) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/file/
H A Dbug51094.phpt6 $ini = parse_ini_string('ini="ini;raw"', null, INI_SCANNER_RAW);
7 var_dump($ini['ini']);
8 $ini = parse_ini_string('ini="ini;raw', null, INI_SCANNER_RAW);
9 var_dump($ini['ini']);
10 $ini = parse_ini_string('ini=ini;raw', null, INI_SCANNER_RAW);
11 var_dump($ini['ini']);
12 $ini = parse_ini_string('ini=ini"raw', null, INI_SCANNER_RAW);
13 var_dump($ini['ini']);
15 var_dump($ini['ini']);
18 string(4) ""ini"
[all …]
H A Dbug46347.phpt11 $file = __DIR__ . '/parse.ini';
18 unlink(__DIR__.'/parse.ini');
H A Dparse_ini_file.phpt16 ; start of ini file
197 ; end of ini file
199 /* creating parse.ini file */
200 $file_handle = fopen($file_path."/parse.ini", "w");
205 echo "-- ini file without process_sections optional arg --\n";
207 $ini_array = parse_ini_file($file_path."/parse.ini");
210 echo "\n-- ini file with process_sections as TRUE --\n";
211 $ini_array = parse_ini_file($file_path."/parse.ini", TRUE);
218 unlink(__DIR__."/parse.ini");
222 -- ini file without process_sections optional arg --
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt9 $ini = "
13 $ini = "
18 $ini = "
23 $ini = "
30 $ini = "
35 $ini = "
41 $ini = "
47 $ini = "
52 $ini = "
58 $ini = "
[all …]
H A Dparse_ini_file.phpt14 $ini = "
19 $ini = "
25 $ini = "
31 $ini = "
39 $ini = "
45 $ini = "
52 $ini = "
59 $ini = "
65 $ini = "
72 $ini = "
[all …]
H A Dbug44461.phpt5 file_put_contents(__DIR__ . 'bug44461.ini', <<<EOF
10 parse_ini_file(__DIR__ . 'bug44461.ini', true);
15 unlink(__DIR__ . 'bug44461.ini');
H A Dbug77844.phpt6 $ini = <<<INI
10 var_dump(parse_ini_string($ini, true, INI_SCANNER_TYPED));
H A Dbug48768.phpt8 // Build ini data
14 // Save ini data to file
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic4.phpt2 assert() - basic - test initial values using ini.get and assert_options
20 //Using ini.get;
21 echo "Initial values: ini.get(\"assert.active\") => [".ini_get("assert.active")."]\n";
22 echo "Initial values: ini.get(\"assert.warning\") => [".ini_get("assert.warning")."]\n";
23 echo "Initial values: ini.get(\"assert.bail\") => [".ini_get("assert.bail")."]\n";
25 echo "Initial values: ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n";
32 Initial values: ini.get("assert.active") => [0]
33 Initial values: ini.get("assert.warning") => [0]
34 Initial values: ini.get("assert.bail") => [0]
35 Initial values: ini.get("assert.quiet_eval") => [0]
[all …]
H A Dassert_variation.phpt36 echo "Change callback function using ini.set and test return value \n";
39 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n";
46 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n";
54 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n";
74 Initial values: ini.get("assert.callback") => [f1]
80 Change callback function using ini.set and test return value
83 ini.get("assert.callback") => [f2]
92 ini.get("assert.callback") => [f2]
101 ini.get("assert.callback") => [f2]
114 ini.get("assert.callback") => [f2]
[all …]
/PHP-7.4/Zend/tests/
H A Dbug70748.phpt5 $ini = '[${ ';
7 $ini_file = __DIR__ . "/bug70748.ini";
9 file_put_contents($ini_file, $ini);
15 unlink(__DIR__ . "/bug70748.ini");
18 Warning: syntax error, unexpected end of file, expecting '}' in %sbug70748.ini on line %d
H A Dbug69551.phpt5 $ini = <<<INI
10 $settings = parse_ini_string($ini, false, INI_SCANNER_RAW);
H A Dbug76965.phpt6 $ini = <<<END
16 var_dump(parse_ini_string($ini, false, INI_SCANNER_RAW));
/PHP-7.4/ext/standard/tests/ini_info/
H A Dphp_ini_loaded_file.phpt5 $inifile = __DIR__.DIRECTORY_SEPARATOR.'loaded.ini';
9 // No ini file
12 // Specified ini file
17 string\(\d+\) ".*[\/\\]loaded\.ini"
H A Dphp_ini_scanned_files.phpt5 $inifile = __DIR__.DIRECTORY_SEPARATOR.'loaded.ini';
17 // Scanned ini values override previously loaded values
22 string\(\d+\) ".*[\/\\]0\.ini
/PHP-7.4/azure/
H A Dinstall.yml7 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
8 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
9 echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
10 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
/PHP-7.4/ext/session/tests/
H A Dsession_ini_set.phpt34 * Description : Set session ini
38 echo "*** Testing ini_set() for session ini: basic functionality ***\n";
94 *** Testing ini_set() for session ini: basic functionality ***
119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
138 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt27 printf("[003] php.ini setting mysqli.default_host not shown.\n");
30 printf("[004] php.ini setting mysqli.default_port not shown.\n");
33 printf("[005] php.ini setting mysqli.default_pw not shown.\n");
36 printf("[006] php.ini setting mysqli.default_socket not shown.\n");
39 printf("[007] php.ini setting mysqli.default_user not shown.\n");
42 printf("[008] php.ini setting mysqli.max_links not shown.\n");
45 printf("[009] php.ini setting mysqli.reconnect not shown.\n");
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug77578.phpt12 $ini = php_ini_loaded_file();
13 $iniopt = $ini ? "-c $ini" : '';
/PHP-7.4/ext/standard/tests/ini_info/scandir/
H A D0.ini1 ; This file is named 0.ini so it should be the first line of
2 ; any scanned ini output
/PHP-7.4/scripts/
H A Dphp-config.in68 --ini-path)
70 --ini-dir)
89 --ini-path [$ini_path]
90 --ini-dir [$ini_dir]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_input.phpt20 $ini = ini_get('mbstring.http_input');
31 if (empty($ini)) {
42 echo "This heppens when php.ini-dist is not used\n";
/PHP-7.4/sapi/cli/tests/
H A D023.phpt2 HOST/PATH ini sections test for cli
12 $ini_file = __DIR__ . "/023.ini";
42 unlink(__DIR__ . "/023.ini");
/PHP-7.4/ext/dba/tests/
H A Dbug71514.phpt10 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'bug71514.ini';
26 $filename = __DIR__ . DIRECTORY_SEPARATOR . 'bug71514.ini';
/PHP-7.4/Zend/tests/assert/
H A Dexpect_017.phpt17 Warning: zend.assertions may be completely enabled or disabled only in php.ini in %sexpect_017.php …
19 Warning: zend.assertions may be completely enabled or disabled only in php.ini in %sexpect_017.php …

Completed in 113 milliseconds

123456