Home
last modified time | relevance | path

Searched refs:settings (Results 76 – 100 of 117) sorted by relevance

12345

/PHP-7.2/ext/standard/tests/assert/
H A Dassert_basic4.phpt11 // Check the initial settings for all assert_options
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt109 …echo "Checking currency settings in the new locale, expected: ".$currency_symbol[$new_locale].", F…
127 Checking currency settings in the new locale, expected: %s, Found: %s
H A Dsetlocale_variation4.phpt23 …ll be set from the values of environment variables with the same names as the above ENV settings */
/PHP-7.2/
H A Dserver-tests.php93 function settings2array($settings, &$ini_settings) argument
95 foreach($settings as $setting) {
107 $settings = '';
111 $settings .= " -d \"".strtolower($name)."=$value\"";
114 return $settings;
1179 $settings = $this->getINISettings($section_text);
1180 foreach ($settings as $k=>$v) {
H A Drun-tests.php2416 function settings2array($settings, &$ini_settings) argument
2418 foreach($settings as $setting) {
2442 $settings = '';
2449 $settings .= " -d \"$name=$val\"";
2463 $settings .= " -d \"$name=$value\"";
2467 $ini_settings = $settings;
H A DINSTALL36 + How to change configuration settings
1113 * Different thread safety settings
1115 * Different debugging settings
1118 You should keep in mind that your extension settings should match all
1119 the settings of the PHP executable you are using. The following PHP
1120 script will tell you all about your PHP settings:
1170 the right settings. Again, phpinfo() can be of great help.
1377 * How to change configuration settings
1462 Only INI settings with the modes PHP_INI_PERDIR and PHP_INI_USER will
1481 For example, some settings may be set within a PHP script using
[all …]
H A Dphp.ini-development76 ; php.ini-production contains settings which hold security, performance and
77 ; best practices at its core. But please be aware, these settings may break
91 ; The following are all the settings which are different in either the production
93 ; Please see the actual settings later in the document for more details as to why
411 ; some common settings and their meanings.
417 ; development servers and development settings are for.
553 ; the dot. PHP's default behavior is to leave these settings empty, in which
1719 ; is used. For the decode settings you can distinguish between motorola and
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt62 Assorted mysqlnd settings missing
H A Dpdo_mysql___construct_options.phpt103 /* TODO: no way to check ATTR_TIMEOUT settings */
/PHP-7.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt78 // Server settings only allow one per second (should result in disconnection)
/PHP-7.2/ext/pdo/
H A DTODO50 defaults for the dbh will come from the INI settings.
/PHP-7.2/ext/oci8/tests/
H A Dini_1.phpt2 Test OCI8 php.ini settings
/PHP-7.2/ext/snmp/tests/
H A Dsnmp-object.phpt95 echo "SNMPv3 (default security settings)\n";
209 SNMPv3 (default security settings)
/PHP-7.2/ext/date/tests/
H A Dgmstrftime_variation1.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_variation1.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation2.phpt6 * Description: Format a local time/date according to locale settings
H A Dgmstrftime_variation2.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
/PHP-7.2/ext/pgsql/
H A Dpgsql.mak12 #include the common settings
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt106 printf("[008] Not all settings have been changed\n");
/PHP-7.2/ext/ldap/
H A Dldap.mak12 #include the common settings
/PHP-7.2/ext/xml/
H A Dxml.mak12 #include the common settings
/PHP-7.2/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt7 and returns the settings in it in an associative array.
/PHP-7.2/ext/standard/tests/file/
H A Dparse_ini_file.phpt7 and returns the settings in it in an associative array.
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja292 The following init options will allow you to change the default settings.
293 Define these settings in the global section of php3.ini.
443 o sample settings
/PHP-7.2/ext/pdo/tests/
H A Dpdo_018.phpt77 // environment settings can influence how the table is created if specifics are missing

Completed in 99 milliseconds

12345