Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c683 if (setting[0] != '$' || in BF_crypt()
684 setting[1] != '2' || in BF_crypt()
685 setting[2] < 'a' || setting[2] > 'z' || in BF_crypt()
687 setting[3] != '$' || in BF_crypt()
688 setting[4] < '0' || setting[4] > '3' || in BF_crypt()
689 setting[5] < '0' || setting[5] > '9' || in BF_crypt()
690 (setting[4] == '3' && setting[5] > '1') || in BF_crypt()
691 setting[6] != '$') { in BF_crypt()
696 count = (BF_word)1 << ((setting[4] - '0') * 10 + (setting[5] - '0')); in BF_crypt()
798 if (setting[0] == '*' && setting[1] == '0') in _crypt_output_magic()
[all …]
H A Dcrypt_blowfish.h21 extern int _crypt_output_magic(const char *setting, char *output, int size);
23 extern char *php_crypt_blowfish_rn(const char *key, const char *setting,
H A Dcrypt_freesec.c633 if (*setting == _PASSWORD_EFMT1) { in _crypt_extended_r()
640 int value = ascii_to_bin(setting[i]); in _crypt_extended_r()
641 if (ascii64[value] != setting[i]) in _crypt_extended_r()
649 int value = ascii_to_bin(setting[i]); in _crypt_extended_r()
650 if (ascii64[value] != setting[i]) in _crypt_extended_r()
672 memcpy(data->output, setting, 9); in _crypt_extended_r()
683 if (ascii_is_unsafe(setting[0]) || ascii_is_unsafe(setting[1])) in _crypt_extended_r()
686 salt = (ascii_to_bin(setting[1]) << 6) in _crypt_extended_r()
687 | ascii_to_bin(setting[0]); in _crypt_extended_r()
689 data->output[0] = setting[0]; in _crypt_extended_r()
[all …]
H A Dcrypt_freesec.h31 char *_crypt_extended_r(const unsigned char *key, const char *setting,
/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt2 Test setlocale() function : usage variations - setting system locale = 0
21 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
23 echo "*** Testing setlocale() : usage variations - setting system locale = 0 ***\n";
30 echo "Locale info, before setting the locale\n";
40 echo "Locale info, after setting the locale\n";
57 *** Testing setlocale() : usage variations - setting system locale = 0 ***
58 Locale info, before setting the locale
108 Locale info, after setting the locale
H A Dsetlocale_variation5.phpt25 echo "*** Testing setlocale() : usage variations - setting system locale = \"\" ***\n";
27 //initially setting the locale
30 echo "Locale info, before setting the locale\n";
41 echo "Locale info, after setting the locale\n";
59 *** Testing setlocale() : usage variations - setting system locale = "" ***
60 Locale info, before setting the locale
110 Locale info, after setting the locale
H A Dsetlocale_variation4.phpt2 Test setlocale() function : usage variations - setting system locale as null
27 //initially setting the locale
30 echo "Locale info, before setting the locale\n";
39 echo "Locale info, after setting the locale\n";
56 Locale info, before setting the locale
106 Locale info, after setting the locale
/PHP-7.4/ext/gd/tests/
H A Dimageinterlace_variation2.phpt2 Testing setting the interlace bit off with imageinterlace() of GD library
15 //setting the interlace bit to on
18 //setting de interlace bit to off
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt34 // Depth can also be adjusted using ini setting
35 echo "Ini setting:\n";
41 echo "Ini setting overridden:\n";
51 // Reset ini setting to a large value,
107 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
114 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
118 Ini setting:
121 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
125 Ini setting overridden:
128 … using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
[all …]
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_004.phpt2 Test curl_opt() function with setting referer
20 echo '*** Testing curl setting referer ***' . "\n";
37 *** Testing curl setting referer ***
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt23 echo "Change setting to false - ";
30 echo "Change setting back to true - ";
59 Change setting to false - PDO::ATTR_AUTOCOMMIT: bool(false)
60 Change setting back to true - PDO::ATTR_AUTOCOMMIT: bool(true)
/PHP-7.4/ext/xml/tests/
H A Dxml_parser_get_option_variation3.phpt13 echo "setting:\n";
24 setting:
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt17 …printf("[001] Maybe PDO could indicate that this is not a proper way of setting ATTR_ORACLE_NULLS.…
21 …printf("[002] Maybe PDO could indicate that this is not a proper way of setting ATTR_ORACLE_NULLS.…
24 …printf("[003] Maybe PDO could indicate that this is not a proper way of setting ATTR_ORACLE_NULLS.…
85 [002] Maybe PDO could indicate that this is not a proper way of setting ATTR_ORACLE_NULLS...
86 [003] Maybe PDO could indicate that this is not a proper way of setting ATTR_ORACLE_NULLS...
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-7.4/ext/date/tests/
H A Ddefault-timezone-1.phpt2 date.timezone setting [1]
H A Ddefault-timezone-2.phpt2 date.timezone setting [2]
/PHP-7.4/Zend/tests/
H A Dexception_set_previous_leak.phpt2 Leak when setting recursive previous exception in finally handling
/PHP-7.4/ext/standard/tests/network/
H A Dbug80067.phpt2 Bug #80067 (Omitting the port in bindto setting errors)
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_encrypt_ccm.phpt29 // Test setting different IV length and tag length
33 // Test setting invalid tag length
/PHP-7.4/ext/session/tests/
H A D031.phpt2 setting hash_function to sha512 and hash_bits_per_character > 4 should not crash
H A D017.phpt2 setting $_SESSION before session_start() should not cause segfault
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug40752.phpt2 Bug #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array)
/PHP-7.4/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt49 Write operations disabled by the php.ini setting phar.readonly
50 Write operations disabled by the php.ini setting phar.readonly
/PHP-7.4/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 61 milliseconds

1234567