Home
last modified time | relevance | path

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

1234567

/PHP-8.1/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,
H A Dcrypt_freesec.h31 char *_crypt_extended_r(const unsigned char *key, const char *setting,
/PHP-8.1/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");
45 printf("[009] php.ini setting mysqli.reconnect not shown.\n");
/PHP-8.1/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt2 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 Dsetlocale_variation5.phpt18 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 Dsetlocale_variation4.phpt2 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 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
H A Dimageinterlace_variation1.phpt2 Testing setting the interlace bit on with imageinterlace() of GD library
/PHP-8.1/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-8.1/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-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt25 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 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-8.1/ext/xml/tests/
H A Dxml_parser_get_option_variation3.phpt11 echo "setting:\n";
22 setting:
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug66528.phpt50 … 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 Ddefault-timezone-1.phpt2 date.timezone setting [1]
H A Ddefault-timezone-2.phpt2 date.timezone setting [2]
/PHP-8.1/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt46 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 Dfilter_default_deprecation.phpt14 Deprecated: The filter.default ini setting is deprecated in Unknown on line 0
/PHP-8.1/Zend/tests/
H A Dexception_set_previous_leak.phpt2 Leak when setting recursive previous exception in finally handling
H A Dexception_024.phpt2 zend.exception_string_param_max_len ini setting
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_encrypt_ccm.phpt29 // Test setting different IV length and tag length
33 // Test setting invalid tag length
/PHP-8.1/ext/session/tests/
H A Derror_when_setting_save_handler_ini_setting_in_runtime.phpt2 Error when setting session.save_handler to user via ini_set
/PHP-8.1/sapi/cli/tests/
H A Dcli_process_title_unix.phpt19 echo "*** Testing setting the process title ***\n";
60 *** Testing setting the process title ***

Completed in 39 milliseconds

1234567