/PHP-8.0/ext/intl/tests/ |
H A D | spoofchecker_004.phpt | 2 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 D | spoofchecker_005.phpt | 2 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 D | spoofchecker_003.phpt | 2 spoofchecker with locale settings
|
/PHP-8.0/ext/session/tests/ |
H A D | session_ini_set.phpt | 119 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 122 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 125 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 129 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 132 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 135 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 138 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 141 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 144 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 147 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d [all …]
|
H A D | 014.phpt | 36 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 39 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
|
H A D | rfc1867_invalid_settings.phpt | 2 session rfc1867 invalid settings
|
H A D | rfc1867_invalid_settings_2.phpt | 2 session rfc1867 invalid settings 2
|
/PHP-8.0/Zend/tests/ |
H A D | bug75573.phpt | 36 if (isset($this->settings) && isset($this->settings[$property])) { 37 $retval =& $this->settings[$property]; 46 $b->settings = [ "foo" => "bar", "name" => "abc" ]; 48 var_dump($b->settings);
|
H A D | bug69551.phpt | 10 $settings = parse_ini_string($ini, false, INI_SCANNER_RAW); 11 var_dump($settings);
|
H A D | bug69092.2.phpt | 16 Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in …
|
/PHP-8.0/ext/opcache/tests/opt/ |
H A D | sccp_023.phpt | 13 $settings = [ 19 return $settings[$field_type];
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | ini_mbstring_invalid.phpt | 2 Invalid values for MBString INI settings 18 // Empty as we are only testing INI settings
|
/PHP-8.0/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, \ 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() 1387 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute() 1401 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute() 1474 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg.c | 1387 if (settings) { in main() 1388 exec = settings->exec; in main() 1394 if (settings == NULL) { in main() 1448 if (settings == NULL) { in main() 1524 settings = (void *) 0x1; in main() 1608 *ptr = *settings; in main() 1610 phpdbg_globals = *settings; in main() 1612 free(settings); in main() 1903 if (settings == (void *) 0x1) { in main() 2068 memcpy(ZEND_VOIDP(settings->colors), PHPDBG_G(colors), sizeof(settings->colors)); in main() [all …]
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | setlocale_basic1.phpt | 36 Check the currency settings in the new locale */ 94 //checking currency settings in the new locale to see if the setlocale() was effective 96 echo "Checking currency settings in the new locale, expected: ".$currency_symbol[$value].", Found: … 110 Checking currency settings in the new locale, expected: %s, Found: %s
|
H A D | setlocale_basic3.phpt | 74 …echo "Checking currency settings in the new locale, expected: ".$currency_symbol[$new_locale].", F… 89 Checking currency settings in the new locale, expected: %s, Found: %s
|
/PHP-8.0/ext/opcache/tests/ |
H A D | get_configuration_matches_ini.phpt | 2 …hat the directives listed with `opcache_get_configuration` include all those from the ini settings.
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | config.inc | 2 /* Overrule global settings, if need be */ 22 /* MySQL specific settings */
|
/PHP-8.0/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-8.0/ext/pgsql/tests/ |
H A D | bug46408.phpt | 2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
|
/PHP-8.0/ext/date/tests/ |
H A D | bug35425.phpt | 2 Bug #35425 (idate() function ignores timezone settings)
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | dl-check-enabled.phpt | 2 dl() returns false when disabled via INI settings
|
/PHP-8.0/ext/zip/tests/ |
H A D | bug7658.phpt | 23 "settings.xml",
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | socket-uds-numeric-ugid.phpt | 2 FPM: UNIX socket owner and group settings can be numeric
|