/PHP-8.1/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 …]
|
H A D | crypt_blowfish.h | 20 extern char *php_crypt_blowfish_rn(const char *key, const char *setting,
|
H A D | crypt_freesec.h | 31 char *_crypt_extended_r(const unsigned char *key, const char *setting,
|
/PHP-8.1/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"); 45 printf("[009] php.ini setting mysqli.reconnect not shown.\n");
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | setlocale_variation3.phpt | 2 Test setlocale() function : usage variations - setting system locale = 0 14 /* If locale is "0", the locale setting is not affected, only the current setting is returned */ 16 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n"; 23 echo "Locale info, before setting the locale\n"; 33 echo "Locale info, after setting the locale\n"; 50 *** Testing setlocale() : usage variations - setting system locale = 0 *** 51 Locale info, before setting the locale 101 Locale info, after setting the locale
|
H A D | setlocale_variation5.phpt | 18 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n"; 20 //initially setting the locale 23 echo "Locale info, before setting the locale\n"; 34 echo "Locale info, after setting the locale\n"; 52 *** Testing setlocale() : usage variations - setting system locale = "" *** 53 Locale info, before setting the locale 103 Locale info, after setting the locale
|
H A D | setlocale_variation4.phpt | 2 Test setlocale() function : usage variations - setting system locale as null 20 //initially setting the locale 23 echo "Locale info, before setting the locale\n"; 32 echo "Locale info, after setting the locale\n"; 49 Locale info, before setting the locale 99 Locale info, after setting the locale
|
/PHP-8.1/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
|
H A D | imageinterlace_variation1.phpt | 2 Testing setting the interlace bit on with imageinterlace() of GD library
|
/PHP-8.1/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-8.1/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-8.1/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_autocommit_1.phpt | 25 echo "Change setting to false - "; 32 echo "Change setting back to true - "; 61 Change setting to false - PDO::ATTR_AUTOCOMMIT: bool(false) 62 Change setting back to true - PDO::ATTR_AUTOCOMMIT: bool(true)
|
/PHP-8.1/ext/mbstring/tests/ |
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-8.1/ext/xml/tests/ |
H A D | xml_parser_get_option_variation3.phpt | 11 echo "setting:\n"; 22 setting:
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | bug66528.phpt | 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… 52 … only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_AT…
|
/PHP-8.1/ext/date/tests/ |
H A D | default-timezone-1.phpt | 2 date.timezone setting [1]
|
H A D | default-timezone-2.phpt | 2 date.timezone setting [2]
|
/PHP-8.1/ext/phar/tests/ |
H A D | pharfileinfo_setmetadata.phpt | 46 Write operations disabled by the php.ini setting phar.readonly 47 Write operations disabled by the php.ini setting phar.readonly
|
/PHP-8.1/ext/filter/tests/ |
H A D | filter_default_deprecation.phpt | 14 Deprecated: The filter.default ini setting is deprecated in Unknown on line 0
|
/PHP-8.1/Zend/tests/ |
H A D | exception_set_previous_leak.phpt | 2 Leak when setting recursive previous exception in finally handling
|
H A D | exception_024.phpt | 2 zend.exception_string_param_max_len ini setting
|
/PHP-8.1/ext/openssl/tests/ |
H A D | openssl_encrypt_ccm.phpt | 29 // Test setting different IV length and tag length 33 // Test setting invalid tag length
|
/PHP-8.1/ext/session/tests/ |
H A D | error_when_setting_save_handler_ini_setting_in_runtime.phpt | 2 Error when setting session.save_handler to user via ini_set
|
/PHP-8.1/sapi/cli/tests/ |
H A D | cli_process_title_unix.phpt | 19 echo "*** Testing setting the process title ***\n"; 60 *** Testing setting the process title ***
|