Home
last modified time | relevance | path

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

123

/php-src/ext/intl/tests/
H A Dspoofchecker_004.phpt2 spoofchecker with settings changed
14 echo "Check with default settings\n";
18 echo "Change confusable settings\n";
26 Check with default settings
29 Change confusable settings
H A Dspoofchecker_005.phpt2 spoofchecker with settings changed
14 echo "Check with default settings\n";
18 echo "Change confusable settings\n";
26 Check with default settings
29 Change confusable settings
H A Dspoofchecker_003.phpt2 spoofchecker with locale settings
/php-src/Zend/tests/
H A Dbug75573.phpt36 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 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-src/ext/session/tests/
H A Dsession_ini_set.phpt121 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
124 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
127 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
131 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
134 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
137 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
140 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
143 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
146 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
149 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
[all …]
H A D014.phpt38 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
41 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %…
H A Drfc1867_invalid_settings.phpt2 session rfc1867 invalid settings
H A Drfc1867_invalid_settings_2.phpt2 session rfc1867 invalid settings 2
/php-src/ext/opcache/tests/opt/
H A Dsccp_023.phpt13 $settings = [
19 return $settings[$field_type];
/php-src/ext/mbstring/tests/
H A Dini_mbstring_invalid.phpt2 Invalid values for MBString INI settings
17 // Empty as we are only testing INI settings
/php-src/sapi/phpdbg/
H A Dphpdbg.c1190 if (settings) { in main()
1191 exec = settings->exec; in main()
1197 if (settings == NULL) { in main()
1228 if (settings == NULL) { in main()
1276 settings = (void *) 0x1; in main()
1346 *ptr = *settings; in main()
1348 phpdbg_globals = *settings; in main()
1350 free(settings); in main()
1572 if (settings == (void *) 0x1) { in main()
1698 memcpy(ZEND_VOIDP(settings->colors), PHPDBG_G(colors), sizeof(settings->colors)); in main()
[all …]
/php-src/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()
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-src/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-src/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt37 Check the currency settings in the new locale */
95 //checking currency settings in the new locale to see if the setlocale() was effective
97 echo "Checking currency settings in the new locale, expected: ".$currency_symbol[$value].", Found: …
111 Checking currency settings in the new locale, expected: %s, Found: %s
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst17 The ``settings.json`` file referenced below can be opened in the Settings page by pressing the
18 "Open Settings (JSON)" button in the top right corner. Most of these settings can also be
46 ``settings.json`` file:
62 ``settings.json`` file:
75 peculiar, so you might want to disable this option in your ``settings.json`` file:
/php-src/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-src/ext/date/tests/
H A Dbug35425.phpt2 Bug #35425 (idate() function ignores timezone settings)
/php-src/ext/standard/tests/general_functions/
H A Ddl-check-enabled.phpt2 dl() returns false when disabled via INI settings
H A Ddl-001.phpt2 dl(): Loaded extensions properly unregister their ini settings
/php-src/ext/pgsql/tests/
H A Dbug46408.phpt2 Bug #46408 (Locale number format settings can cause pg_query_params to break with numerics)
/php-src/ext/zip/tests/
H A Dbug7658.phpt21 "settings.xml",
/php-src/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid.phpt2 FPM: UNIX socket owner and group settings can be numeric

Completed in 37 milliseconds

123