Home
last modified time | relevance | path

Searched refs:ini (Results 51 – 75 of 159) sorted by relevance

1234567

/php-src/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt46 Write operations disabled by the php.ini setting phar.readonly
47 Write operations disabled by the php.ini setting phar.readonly
/php-src/ext/readline/tests/
H A Dbug77812-readline.phpt13 $ini = getenv('TEST_PHP_EXTRA_ARGS');
15 $proc = proc_open("$php $ini -a", $descriptorspec, $pipes);
/php-src/Zend/tests/
H A Dbug52508.phpt6 $file = __DIR__ .'/bug52508.ini';
H A Dexception_024.phpt2 zend.exception_string_param_max_len ini setting
H A Dbug61087.phpt6 // even though it's not an .ini
H A Dignore_repeated_source.phpt2 Test ignore_repeated_source ini setting
/php-src/win32/build/
H A Dconfig.w32.phpize.in133 ARG_ENABLE("test-ini", "Enable automatic php.ini generation. The test.ini will be put \
136 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
137 be excluded from the test.ini", "no");
/php-src/ext/filter/tests/
H A Dfilter_default_deprecation.phpt14 Deprecated: The filter.default ini setting is deprecated in Unknown on line 0
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt9 ; start of ini file
169 ; Expected:error, reserved key words must not be used as keys for ini file
190 ; end of ini file
194 echo "-- ini string without process_sections optional arg --\n";
199 echo "\n-- ini string with process_sections as TRUE --\n";
207 -- ini string without process_sections optional arg --
316 -- ini string with process_sections as TRUE --
H A Dget_cfg_var_array.phpt2 Using get_cfg_var() on an array ini value
H A Dbug49692.phpt8 var_dump(parse_ini_file('bug49692.ini', true));
H A Dbug40752.phpt6 $file = __DIR__."/bug40752.ini";
H A Dbug41445_1.phpt6 $file = __DIR__."/bug41445_1.ini";
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt13 $iniFile = "php.ini";
53 $iniFile = "php.ini";
H A Dpopen_pclose_basic-win32-mb.phpt27 // remove variables_order= from PHP.ini (setting it in run-test's
30 // since we can't depend on PHP.ini being set a certain way,
/php-src/ext/opcache/tests/
H A Dget_configuration_matches_ini.phpt2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_ini_setting_error.phpt2 Test ini setting with invalid quantity
/php-src/ext/standard/tests/misc/
H A Dbug65550.phpt4 browscap={PWD}/browscap.ini
/php-src/ext/mbstring/tests/
H A Dbug63447_001.phpt16 …t variables exceeded 5. To increase the limit change max_input_vars in php.ini. in Unknown on line…
H A Dbug63447_002.phpt16 …t variables exceeded 4. To increase the limit change max_input_vars in php.ini. in Unknown on line…
/php-src/tests/basic/
H A Dbug71273.phpt2 Bug #71273 A wrong ext directory setup in php.ini leads to crash
/php-src/.github/scripts/windows/
H A Dtest_task.bat118 rem generate php.ini
119 echo extension_dir=%PHP_BUILD_DIR% > %PHP_BUILD_DIR%\php.ini
120 echo opcache.file_cache=%PHP_BUILD_DIR%\test_file_cache >> %PHP_BUILD_DIR%\php.ini
121 if "%OPCACHE%" equ "1" echo zend_extension=php_opcache.dll >> %PHP_BUILD_DIR%\php.ini
123 echo extension=php_openssl.dll >> %PHP_BUILD_DIR%\php.ini
/php-src/sapi/cli/tests/
H A D017.phpt18 $ini = getenv('TEST_PHP_EXTRA_ARGS');
22 $proc = proc_open("$php $ini -a", $descriptorspec, $pipes);
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc95 $ini = php_ini_loaded_file();
98 PHP_BINARY, $ini ? "-n -c $ini" : "",

Completed in 24 milliseconds

1234567