/php-src/ext/standard/tests/file/ |
H A D | bug51094.phpt | 6 $ini = parse_ini_string('ini="ini;raw"', false, INI_SCANNER_RAW); 7 var_dump($ini['ini']); 8 $ini = parse_ini_string('ini="ini;raw', false, INI_SCANNER_RAW); 9 var_dump($ini['ini']); 10 $ini = parse_ini_string('ini=ini;raw', false, INI_SCANNER_RAW); 11 var_dump($ini['ini']); 12 $ini = parse_ini_string('ini=ini"raw', false, INI_SCANNER_RAW); 13 var_dump($ini['ini']); 15 var_dump($ini['ini']); 19 string(4) ""ini" [all …]
|
H A D | bug46347.phpt | 11 $file = __DIR__ . '/parse.ini'; 18 unlink(__DIR__.'/parse.ini');
|
H A D | parse_ini_file.phpt | 11 ; start of ini file 192 ; end of ini file 194 /* creating parse.ini file */ 195 $file_handle = fopen($file_path."/parse.ini", "w"); 200 echo "-- ini file without process_sections optional arg --\n"; 202 $ini_array = parse_ini_file($file_path."/parse.ini"); 205 echo "\n-- ini file with process_sections as TRUE --\n"; 206 $ini_array = parse_ini_file($file_path."/parse.ini", TRUE); 213 unlink(__DIR__."/parse.ini"); 217 -- ini file without process_sections optional arg -- [all …]
|
/php-src/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_002.phpt | 6 $ini = " 10 $ini = " 15 $ini = " 20 $ini = " 27 $ini = " 32 $ini = " 38 $ini = " 44 $ini = " 49 $ini = " 55 $ini = " [all …]
|
H A D | parse_ini_file.phpt | 12 $ini = " 17 $ini = " 23 $ini = " 29 $ini = " 37 $ini = " 43 $ini = " 50 $ini = " 57 $ini = " 63 $ini = " 70 $ini = " [all …]
|
H A D | bug44461.phpt | 5 file_put_contents(__DIR__ . 'bug44461.ini', <<<EOF 10 parse_ini_file(__DIR__ . 'bug44461.ini', true); 15 unlink(__DIR__ . 'bug44461.ini');
|
H A D | bug77844.phpt | 6 $ini = <<<INI 10 var_dump(parse_ini_string($ini, true, INI_SCANNER_TYPED));
|
H A D | bug48768.phpt | 8 // Build ini data 14 // Save ini data to file
|
/php-src/ext/tidy/tests/ |
H A D | open_basedir_failure_config.phpt | 11 $tidy->repairString('my epic string', 'my_config_file.ini'); 14 tidy_parse_string('my epic string', 'my_config_file.ini'); 17 tidy_parse_file(__DIR__.'/open_basedir/test.html', 'my_config_file.ini'); 21 $tidy = new tidy(__DIR__.'/open_basedir/test.html', 'my_config_file.ini'); 28 $tidy->parseFile(__DIR__.'/open_basedir/test.html', 'my_config_file.ini'); 32 $tidy->parseString('my epic string', 'my_config_file.ini'); 37 Warning: tidy::repairString(): open_basedir restriction in effect. File(my_config_file.ini) is not … 40 Warning: tidy_parse_string(): open_basedir restriction in effect. File(my_config_file.ini) is not w… 43 Warning: tidy_parse_file(): open_basedir restriction in effect. File(my_config_file.ini) is not wit… 45 tidy::__construct(): open_basedir restriction in effect. File(my_config_file.ini) is not within the… [all …]
|
/php-src/.github/workflows/ |
H A D | real-time-benchmark.yml | 56 …n-benchmarks/config/infra/aws/x86_64-metal.ini.dist ./php-version-benchmarks/config/infra/aws/x86_… 76 … ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_ba… 82 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 88 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 93 …php-version-benchmarks/config/php/master_jit.ini.dist ./php-version-benchmarks/config/php/master_n… 97 …./php-version-benchmarks/config/test/1_laravel.ini.dist ./php-version-benchmarks/config/test/1_lar… 98 …rsion-benchmarks/config/test/2_symfony_main.ini.dist ./php-version-benchmarks/config/test/2_symfon… 99 …hp-version-benchmarks/config/test/4_wordpress.ini.dist ./php-version-benchmarks/config/test/4_word… 100 …hp-version-benchmarks/config/test/5_bench.php.ini.dist ./php-version-benchmarks/config/test/5_benc… 101 …n-benchmarks/config/test/6_micro_bench.php.ini.dist ./php-version-benchmarks/config/test/6_micro_b… [all …]
|
/php-src/.github/actions/install-linux-x32/ |
H A D | action.yml | 11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini 12 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini 13 echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini 14 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini 15 echo opcache.preload_user=root >> /etc/php.d/opcache.ini
|
/php-src/ext/standard/tests/ini_info/ |
H A D | php_ini_loaded_file.phpt | 5 $inifile = __DIR__.DIRECTORY_SEPARATOR.'loaded.ini'; 9 // No ini file 12 // Specified ini file 17 string\(\d+\) ".*[\/\\]loaded\.ini"
|
H A D | php_ini_scanned_files.phpt | 5 $inifile = __DIR__.DIRECTORY_SEPARATOR.'loaded.ini'; 17 // Scanned ini values override previously loaded values 22 string\(\d+\) ".*[\/\\]0\.ini
|
/php-src/ext/standard/tests/assert/ |
H A D | assert_basic4.phpt | 2 assert() - basic - test initial values using ini.get and assert_options 18 //Using ini.get; 19 echo "Initial values: ini.get(\"assert.active\") => [".ini_get("assert.active")."]\n"; 20 echo "Initial values: ini.get(\"assert.warning\") => [".ini_get("assert.warning")."]\n"; 21 echo "Initial values: ini.get(\"assert.bail\") => [".ini_get("assert.bail")."]\n"; 22 echo "Initial values: ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n"; 50 Initial values: ini.get("assert.active") => [0] 51 Initial values: ini.get("assert.warning") => [0] 52 Initial values: ini.get("assert.bail") => [0] 53 Initial values: ini.get("assert.callback") => [f1]
|
H A D | assert_variation.phpt | 35 echo "Change callback function using ini.set and test return value\n"; 38 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n"; 45 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n"; 53 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n"; 92 Initial values: ini.get("assert.callback") => [f1] 96 Change callback function using ini.set and test return value 105 ini.get("assert.callback") => [f2] 120 ini.get("assert.callback") => [f2] 135 ini.get("assert.callback") => [f2] 154 ini.get("assert.callback") => [f2] [all …]
|
/php-src/Zend/tests/ |
H A D | bug70748.phpt | 5 $ini = '[${ '; 7 $ini_file = __DIR__ . "/bug70748.ini"; 9 file_put_contents($ini_file, $ini); 15 unlink(__DIR__ . "/bug70748.ini");
|
H A D | bug69551.phpt | 5 $ini = <<<INI 10 $settings = parse_ini_string($ini, false, INI_SCANNER_RAW);
|
/php-src/ext/session/tests/ |
H A D | session_ini_set.phpt | 36 * Description : Set session ini 40 echo "*** Testing ini_set() for session ini: basic functionality ***\n"; 96 *** Testing ini_set() for session ini: basic functionality *** 121 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 124 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 127 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 131 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 134 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 137 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 140 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… [all …]
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_phpinfo.phpt | 27 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");
|
/php-src/ext/standard/tests/ini_info/scandir/ |
H A D | 0.ini | 1 ; This file is named 0.ini so it should be the first line of 2 ; any scanned ini output
|
/php-src/scripts/ |
H A D | php-config.in | 81 --ini-path) 83 --ini-dir) 104 --ini-path [$ini_path] 105 --ini-dir [$ini_dir]
|
/php-src/sapi/cli/tests/ |
H A D | 023.phpt | 2 HOST/PATH ini sections test for cli 12 $ini_file = __DIR__ . "/023.ini"; 43 unlink(__DIR__ . "/023.ini");
|
/php-src/ext/opcache/tests/ |
H A D | issue0149.phpt | 25 $ini = '-d opcache.enable=1 -d opcache.enable_cli=1'; 27 $ini .= ' -d extension=phar.'.PHP_SHLIB_SUFFIX; 29 php_cli_server_start($ini);
|
/php-src/.github/actions/install-linux/ |
H A D | action.yml | 11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini 12 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
|
/php-src/sapi/fpm/tests/ |
H A D | ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt | 2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini default 48 … variables exceeded 20. To increase the limit change max_input_vars in php.ini. in Unknown on line… 50 … exceeded 25. To increase the limit change max_multipart_body_parts in php.ini. in Unknown on line…
|