Searched refs:settings (Results 1 – 25 of 115) sorted by relevance
12345
/PHP-5.4/ext/intl/tests/ |
H A D | spoofchecker_004.phpt | 2 spoofchecker with settings changed 11 echo "Check with default settings\n"; 15 echo "Change confusable settings\n"; 23 Check with default settings 26 Change confusable settings
|
H A D | spoofchecker_003.phpt | 2 spoofchecker with locale settings
|
/PHP-5.4/ext/date/tests/ |
H A D | date_default_timezone_get-1-win32.phpt | 14 … The behaviour on windows is to select an arbitrary timezone name from the current system settings. 20 Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You… 23 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to us…
|
H A D | date_default_timezone_get-1.phpt | 16 Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You… 19 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to us…
|
H A D | date_default_timezone_set-1.phpt | 25 Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* … 27 Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* …
|
H A D | bug35425.phpt | 2 Bug #35425 (idate() function ignores timezone settings)
|
H A D | gmstrftime_basic.phpt | 6 * Description: Format a GMT/UCT time/date according to locale settings
|
H A D | date_default_timezone_get-2.phpt | 15 Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You…
|
H A D | strftime_basic.phpt | 6 * Description: Format a local time/date according to locale settings
|
H A D | strftime_variation8.phpt | 6 * Description: Format a local time/date according to locale settings
|
/PHP-5.4/ext/mysqli/ |
H A D | TODO | 2 - ini-settings
|
/PHP-5.4/ext/session/tests/ |
H A D | 014.phpt | 35 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi… 38 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
|
H A D | rfc1867_invalid_settings_2-win.phpt | 2 session rfc1867 invalid settings 2
|
H A D | rfc1867_invalid_settings_2.phpt | 2 session rfc1867 invalid settings 2
|
H A D | rfc1867_invalid_settings-win.phpt | 2 session rfc1867 invalid settings
|
H A D | rfc1867_invalid_settings.phpt | 2 session rfc1867 invalid settings
|
/PHP-5.4/sapi/cli/ |
H A D | php_http_parser.c | 33 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, \ 324 const php_http_parser_settings *settings, in php_http_parser_execute() argument 1384 if (settings->on_headers_complete) { in php_http_parser_execute() 1385 switch (settings->on_headers_complete(parser)) { in php_http_parser_execute() 1436 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute() 1450 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute() 1522 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
|
H A D | php_http_parser.h | 161 const php_http_parser_settings *settings,
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | setlocale_basic1.phpt | 48 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-5.4/ext/pdo_mysql/tests/ |
H A D | config.inc | 2 /* Overrule global settings, if need be */ 22 /* MySQL specific settings */
|
/PHP-5.4/ext/mysql/tests/ |
H A D | setupdefault.inc | 3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys…
|
/PHP-5.4/tests/lang/ |
H A D | 034.phpt | 2 Bug #12647 (Locale settings affecting float parsing)
|
H A D | bug30638.phpt | 2 Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X)
|
/PHP-5.4/tests/run-test/ |
H A D | test008a.phpt | 11 // We check the general ini settings which affect error handling
|
H A D | test005.phpt | 11 // We check the general ini settings which affect error handling
|
Completed in 31 milliseconds
12345