/php-src/ext/standard/ |
H A D | crypt_blowfish.c | 662 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 D | crypt_freesec.c | 631 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 …]
|
/php-src/ext/standard/tests/strings/ |
H A D | setlocale_variation3.phpt | 2 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 98 Locale info, after setting the locale
|
H A D | setlocale_variation5.phpt | 19 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 100 Locale info, after setting the locale
|
H A D | setlocale_variation4.phpt | 2 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 96 Locale info, after setting the locale
|
/php-src/ext/session/tests/ |
H A D | gh13891.phpt | 18 Deprecated: PHP Startup: Disabling session.use_only_cookies INI setting is deprecated in Unknown on… 20 Deprecated: PHP Startup: Enabling session.use_trans_sid INI setting is deprecated in Unknown on lin… 22 Deprecated: PHP Startup: Usage of session.trans_sid_hosts INI setting is deprecated in Unknown on l… 24 Deprecated: ini_set(): Usage of session.trans_sid_hosts INI setting is deprecated in %s on line 3 26 Deprecated: PHP Request Shutdown: Usage of session.trans_sid_hosts INI setting is deprecated in Unk…
|
H A D | deprecations.phpt | 49 Deprecated: ini_set(): Disabling session.use_only_cookies INI setting is deprecated in %s on line 6 51 Deprecated: ini_set(): Enabling session.use_trans_sid INI setting is deprecated in %s on line 11 53 Deprecated: ini_set(): Usage of session.trans_sid_tags INI setting is deprecated in %s on line 16 55 Deprecated: ini_set(): Usage of session.trans_sid_hosts INI setting is deprecated in %s on line 21 57 Deprecated: ini_set(): Usage of session.referer_check INI setting is deprecated in %s on line 26 59 Deprecated: session_start(): Disabling session.use_only_cookies INI setting is deprecated in %s on … 61 Deprecated: session_start(): Enabling session.use_trans_sid INI setting is deprecated in %s on line…
|
H A D | session_id_basic2.phpt | 32 Deprecated: ini_set(): session.sid_bits_per_character INI setting is deprecated in %s on line %d 34 Deprecated: ini_set(): session.sid_length INI setting is deprecated in %s on line %d 37 Deprecated: ini_set(): session.sid_length INI setting is deprecated in %s on line %d
|
H A D | bug74892.phpt | 24 Deprecated: PHP Startup: Disabling session.use_only_cookies INI setting is deprecated in Unknown on… 26 Deprecated: PHP Startup: Enabling session.use_trans_sid INI setting is deprecated in Unknown on lin… 28 Deprecated: ini_set(): Usage of session.trans_sid_hosts INI setting is deprecated in %s on line 3
|
H A D | 015.phpt | 30 Deprecated: PHP Startup: Disabling session.use_only_cookies INI setting is deprecated in Unknown on… 32 Deprecated: PHP Startup: Enabling session.use_trans_sid INI setting is deprecated in Unknown on lin…
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_phpinfo.phpt | 27 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 D | imageinterlace_variation2.phpt | 2 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 D | zend_ini_parse_quantity_zero.phpt | 25 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 D | zend_ini_parse_quantity_ini_setting_error.phpt | 2 Test ini setting with invalid quantity 13 Warning: Invalid "zend_test.quantity_value" setting. Invalid quantity "1MB": unknown multiplier "B"…
|
/php-src/ext/standard/tests/assert/ |
H A D | assert_basic1.phpt | 19 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 D | assert_basic.phpt | 20 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 D | assert_basic5.phpt | 25 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 D | assert03.phpt | 35 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
|
/php-src/ext/standard/tests/serialize/ |
H A D | max_depth.phpt | 47 // 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 D | curl_basic_004.phpt | 2 Test curl_opt() function with setting referer 14 echo '*** Testing curl setting referer ***' . "\n"; 30 *** Testing curl setting referer ***
|
/php-src/ext/dom/tests/bug79701/ |
H A D | id_property.phpt | 20 echo "--- After setting test2 ---\n"; 23 echo "--- After setting test1 ---\n"; 42 --- After setting test2 --- 44 --- After setting test1 ---
|
/php-src/ext/hash/tests/ |
H A D | murmur_seed_deprecation.phpt | 12 … a seed of a type other than int is deprecated because it is the same as setting the seed to 0 in … 14 … a seed of a type other than int is deprecated because it is the same as setting the seed to 0 in … 16 … a seed of a type other than int is deprecated because it is the same as setting the seed to 0 in …
|
/php-src/ext/mbstring/tests/ |
H A D | mb_http_input_001.phpt | 13 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 D | ini_mbstring_invalid.phpt | 20 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 D | xml_parser_get_option_variation3.phpt | 12 echo "setting:\n"; 26 setting:
|