Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 191) sorted by relevance

12345678

/php-src/ext/standard/
H A Dcrypt_blowfish.c662 if (setting[0] != '$' || in BF_crypt()
663 setting[1] != '2' || in BF_crypt()
664 setting[2] < 'a' || setting[2] > 'z' || in BF_crypt()
666 setting[3] != '$' || in BF_crypt()
667 setting[4] < '0' || setting[4] > '3' || in BF_crypt()
668 setting[5] < '0' || setting[5] > '9' || in BF_crypt()
669 (setting[4] == '3' && setting[5] > '1') || in BF_crypt()
670 setting[6] != '$') { in BF_crypt()
675 count = (BF_word)1 << ((setting[4] - '0') * 10 + (setting[5] - '0')); in BF_crypt()
777 if (setting[0] == '*' && setting[1] == '0') in _crypt_output_magic()
[all …]
H A Dcrypt_freesec.c631 if (*setting == _PASSWORD_EFMT1) { in _crypt_extended_r()
638 int value = ascii_to_bin(setting[i]); in _crypt_extended_r()
639 if (ascii64[value] != setting[i]) in _crypt_extended_r()
647 int value = ascii_to_bin(setting[i]); in _crypt_extended_r()
648 if (ascii64[value] != setting[i]) in _crypt_extended_r()
670 memcpy(data->output, setting, 9); in _crypt_extended_r()
681 if (ascii_is_unsafe(setting[0]) || ascii_is_unsafe(setting[1])) in _crypt_extended_r()
684 salt = (ascii_to_bin(setting[1]) << 6) in _crypt_extended_r()
685 | ascii_to_bin(setting[0]); in _crypt_extended_r()
687 data->output[0] = setting[0]; in _crypt_extended_r()
[all …]
H A Dcrypt_blowfish.h20 extern char *php_crypt_blowfish_rn(const char *key, const char *setting,
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt2 Test setlocale() function : usage variations - setting system locale = 0
15 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
17 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n";
24 echo "Locale info, before setting the locale\n";
34 echo "Locale info, after setting the locale\n";
51 *** Testing setlocale() : usage variations - setting system locale = 0 ***
52 Locale info, before setting the locale
102 Locale info, after setting the locale
H A Dsetlocale_variation5.phpt19 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n";
21 //initially setting the locale
24 echo "Locale info, before setting the locale\n";
35 echo "Locale info, after setting the locale\n";
53 *** Testing setlocale() : usage variations - setting system locale = "" ***
54 Locale info, before setting the locale
104 Locale info, after setting the locale
H A Dsetlocale_variation4.phpt2 Test setlocale() function : usage variations - setting system locale as null
21 //initially setting the locale
24 echo "Locale info, before setting the locale\n";
33 echo "Locale info, after setting the locale\n";
50 Locale info, before setting the locale
100 Locale info, after setting the locale
/php-src/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt27 printf("[003] php.ini setting mysqli.default_host not shown.\n");
30 printf("[004] php.ini setting mysqli.default_port not shown.\n");
33 printf("[005] php.ini setting mysqli.default_pw not shown.\n");
36 printf("[006] php.ini setting mysqli.default_socket not shown.\n");
39 printf("[007] php.ini setting mysqli.default_user not shown.\n");
42 printf("[008] php.ini setting mysqli.max_links not shown.\n");
/php-src/ext/gd/tests/
H A Dimageinterlace_variation2.phpt2 Testing setting the interlace bit off with imageinterlace() of GD library
13 //setting the interlace bit to on
16 //setting de interlace bit to off
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_zero.phpt25 foreach ($tests as $setting) {
26 printf("# \"%s\"\n", addcslashes($setting, "\0..\37!@\177..\377"));
27 var_dump(zend_test_zend_ini_parse_quantity($setting));
H A Dzend_ini_parse_quantity_ini_setting_error.phpt2 Test ini setting with invalid quantity
13 Warning: Invalid "zend_test.quantity_value" setting. Invalid quantity "1MB": unknown multiplier "B"…
H A Dzend_ini_parse_quantity.phpt15 $setting = sprintf('%s%s1%s%s%s',
17 printf("# \"%s\"\n", $setting);
18 var_dump(zend_test_zend_ini_parse_quantity($setting));
23 $setting = sprintf('%s%s0123%s%s%s',
25 printf("# \"%s\"\n", $setting);
26 var_dump(zend_test_zend_ini_parse_quantity($setting));
/php-src/ext/standard/tests/assert/
H A Dassert_basic1.phpt19 Deprecated: PHP Startup: assert.active INI setting is deprecated in Unknown on line 0
21 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
23 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
H A Dassert_basic.phpt20 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
22 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
24 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
H A Dassert_basic5.phpt25 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
27 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
29 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
H A Dassert03.phpt35 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
37 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
52 Deprecated: ini_set(): assert.callback INI setting is deprecated in %s on line %d
H A Dassert_basic3.phpt22 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
24 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
H A Dassert_error2.phpt24 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
26 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
H A Dassert_basic4.phpt25 Deprecated: PHP Startup: assert.active INI setting is deprecated in Unknown on line 0
27 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
29 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
/php-src/ext/standard/tests/serialize/
H A Dmax_depth.phpt47 // Depth can also be adjusted using ini setting
48 echo "Ini setting:\n";
54 echo "Ini setting overridden:\n";
64 // Reset ini setting to a large value,
116 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
123 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
127 Ini setting:
130 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
134 Ini setting overridden:
137 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
[all …]
/php-src/ext/curl/tests/
H A Dcurl_basic_004.phpt2 Test curl_opt() function with setting referer
14 echo '*** Testing curl setting referer ***' . "\n";
30 *** Testing curl setting referer ***
/php-src/ext/mbstring/tests/
H A Dmb_http_input_001.phpt13 Warning: PHP Startup: INI setting contains invalid encoding "-1" in Unknown on line 0
15 Warning: PHP Startup: INI setting contains invalid encoding "-1" in Unknown on line 0
H A Dini_mbstring_invalid.phpt20 Warning: PHP Startup: INI setting contains invalid encoding "DETECT_ORDER" in Unknown on line 0
24 Warning: PHP Startup: INI setting contains invalid encoding "HTTP_INPUT" in Unknown on line 0
30 Warning: PHP Startup: Unknown encoding "UNKNOWN_ENCODING" in ini setting in Unknown on line 0
/php-src/ext/xml/tests/
H A Dxml_parser_get_option_variation3.phpt12 echo "setting:\n";
26 setting:
/php-src/ext/pdo_mysql/tests/
H A Dbug66528.phpt49 … only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_AT…
50 … only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_AT…
51 … only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_AT…
/php-src/ext/date/tests/
H A Ddefault-timezone-1.phpt2 date.timezone setting [1]

Completed in 43 milliseconds

12345678