Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 117) sorted by relevance

12345

/PHP-7.2/ext/intl/tests/
H A Dspoofchecker_004.phpt2 spoofchecker with settings changed
12 echo "Check with default settings\n";
16 echo "Change confusable settings\n";
24 Check with default settings
27 Change confusable settings
H A Dspoofchecker_005.phpt2 spoofchecker with settings changed
12 echo "Check with default settings\n";
16 echo "Change confusable settings\n";
24 Check with default settings
27 Change confusable settings
H A Dspoofchecker_003.phpt2 spoofchecker with locale settings
/PHP-7.2/ext/session/tests/
H A Dsession_ini_set.phpt119 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…
141 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
144 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
147 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
H A D014.phpt36 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
39 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
H A Drfc1867_invalid_settings_2.phpt2 session rfc1867 invalid settings 2
H A Drfc1867_invalid_settings.phpt2 session rfc1867 invalid settings
/PHP-7.2/Zend/tests/
H A Dbug75573.phpt40 if (isset($this->settings) && isset($this->settings[$property])) {
41 $retval =& $this->settings[$property];
50 $b->settings = [ "foo" => "bar", "name" => "abc" ];
52 var_dump($b->settings);
H A Dbug69551.phpt10 $settings = parse_ini_string($ini, false, INI_SCANNER_RAW);
11 var_dump($settings);
H A Dbug69092.2.phpt16 Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in …
/PHP-7.2/ext/mysqli/
H A DTODO2 - ini-settings
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c33 if (settings->on_##FOR) { \
34 if (0 != settings->on_##FOR(parser)) return (p - data); \
47 if (settings->on_##FOR) { \
48 if (0 != settings->on_##FOR(parser, \
257 const php_http_parser_settings *settings, in php_http_parser_execute() argument
1328 if (settings->on_headers_complete) { in php_http_parser_execute()
1329 switch (settings->on_headers_complete(parser)) { in php_http_parser_execute()
1382 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
1396 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
1469 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c1451 if (settings) { in main()
1452 exec = settings->exec; in main()
1458 if (settings == NULL) { in main()
1512 if (settings == NULL) { in main()
1588 settings = (void *) 0x1; in main()
1676 phpdbg_globals = *settings; in main()
1678 free(settings); in main()
1958 if (settings == (void *) 0x1) { in main()
2120 memcpy(settings->colors, PHPDBG_G(colors), sizeof(settings->colors)); in main()
2121 settings->eol = PHPDBG_G(eol); in main()
[all …]
/PHP-7.2/ext/opcache/tests/
H A Dget_configuration_matches_ini.phpt2 …hat the directives listed with `opcache_get_configuration` include all those from the ini settings.
/PHP-7.2/ext/pdo_mysql/tests/
H A Dconfig.inc2 /* Overrule global settings, if need be */
22 /* MySQL specific settings */
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt48 Check the currency settings in the new locale */
106 //checking currency settings in the new locale to see if the setlocale() was effective
108 echo "Checking currency settings in the new locale, expected: ".$currency_symbol[$value].", Found: …
122 Checking currency settings in the new locale, expected: %s, Found: %s
/PHP-7.2/ext/pgsql/tests/
H A Dbug46408.phpt2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
/PHP-7.2/tests/lang/
H A D034.phpt2 Bug #12647 (Locale settings affecting float parsing)
H A Dbug30638.phpt2 Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X)
/PHP-7.2/ext/date/tests/
H A Dbug35425.phpt2 Bug #35425 (idate() function ignores timezone settings)
H A Ddate_default_timezone_get-1-win32.phpt14 … The behaviour on windows is to select an arbitrary timezone name from the current system settings.
H A Dgmstrftime_basic.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dstrftime_basic.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation8.phpt6 * Description: Format a local time/date according to locale settings
H A Dgmstrftime_variation8.phpt6 * Description: Format a GMT/UCT time/date according to locale settings

Completed in 69 milliseconds

12345