/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mk_emoji_tbl.pl | 80 $s = $key; 85 $docomo_v[$key-$docomo_min] = $docomo{$key}; 188 $s = $key; 196 $kddi_v1[$key-$kddi_min1] = $kddi{$key}; 198 $kddi_v2[$key-$kddi_min2] = $kddi{$key}; 308 $s = $key; 311 $v = $key - $sb_min1; 315 $sb_v1[$key-$sb_min1] = $softbank{$key}; 317 $sb_v2[$key-$sb_min2] = $softbank{$key}; 319 $sb_v3[$key-$sb_min3] = $softbank{$key}; [all …]
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_key_exists_variation8.phpt | 110 -- $key arguments are int data: 115 -- $key arguments are float data: 142 -- $key arguments are unset data: 146 -- $key arguments are int data: 182 -- $key arguments are int data: 218 -- $key arguments are int data: 254 -- $key arguments are int data: 290 -- $key arguments are int data: 326 -- $key arguments are int data: 362 -- $key arguments are int data: [all …]
|
/PHP-8.0/ext/intl/tests/ |
H A D | collator_get_sort_key_variant7.phpt | 60 key: 2a2c2e01070107 62 key: 2a2c3001070107 64 key: 2a2a2a01070107 68 key: 610601050105 70 key: 5c01050105 72 key: 0101 74 key: 0101 76 key: 1901050105 78 key: 5a01050105 80 key: 3a01050105 [all …]
|
H A D | collator_get_sort_key.phpt | 61 key: 27292b01070107 63 key: 27292d01070107 65 key: 27272701070107 69 key: 5c0a01050105 71 key: 5901050105 73 key: 0101 75 key: 0101 77 key: 1801050105 79 key: 5701050105 81 key: 3701050105 [all …]
|
H A D | collator_get_sort_key_variant2.phpt | 61 key: 27292b01070107 63 key: 27292d01070107 65 key: 27272701070107 69 key: 5c0a01050105 71 key: 5901050105 73 key: 0101 75 key: 0101 77 key: 1801050105 79 key: 5701050105 81 key: 3701050105 [all …]
|
H A D | collator_get_sort_key_variant3.phpt | 61 key: 292b2d01070107 63 key: 292b2f01070107 65 key: 29292901070107 69 key: 5e0901050105 71 key: 5b01050105 73 key: 0101 75 key: 0101 77 key: 1a01050105 79 key: 5901050105 81 key: 3901050105 [all …]
|
H A D | collator_get_sort_key_variant4.phpt | 61 key: 292b2d01070107 63 key: 292b2f01070107 65 key: 29292901070107 69 key: 5e0601050105 71 key: 5b01050105 73 key: 0101 75 key: 0101 77 key: 1a01050105 79 key: 5901050105 81 key: 3901050105 [all …]
|
H A D | collator_get_sort_key_variant5.phpt | 61 key: 292b2d01070107 63 key: 292b2f01070107 65 key: 29292901070107 69 key: 600601050105 71 key: 5b01050105 73 key: 0101 75 key: 0101 77 key: 1801050105 79 key: 5901050105 81 key: 3901050105 [all …]
|
H A D | collator_get_sort_key_variant6.phpt | 61 key: 292b2d01070107 63 key: 292b2f01070107 65 key: 29292901070107 69 key: 600601050105 71 key: 5b01050105 73 key: 0101 75 key: 0101 77 key: 1801050105 79 key: 5901050105 81 key: 3901050105 [all …]
|
/PHP-8.0/ext/dba/libinifile/ |
H A D | inifile.c | 130 if (key->group && *key->group) { in inifile_key_string() 132 spprintf(&result, 0, "[%s]%s", key->group, key->name ? key->name : ""); in inifile_key_string() 246 …if (skip == -1 && dba->next.key.group && dba->next.key.name && !inifile_key_cmp(&dba->next.key, ke… in inifile_fetch() 260 if (!(res=inifile_key_cmp(&ln.key, key))) { in inifile_fetch() 297 ln.key.group = estrdup(dba->curr.key.group ? dba->curr.key.group : ""); in inifile_nextkey() 301 return ln.key.group || ln.key.name; in inifile_nextkey() 331 if (key->group && strlen(key->group)) { in inifile_find_group() 365 ln.key.group = estrdup(key->group); in inifile_next_group() 367 if (inifile_key_cmp(&ln.key, key) == 2) { in inifile_next_group() 418 switch(inifile_key_cmp(&ln.key, key)) { in inifile_filter() [all …]
|
/PHP-8.0/ext/standard/ |
H A D | mail.c | 92 if (*(key->val+len) < 33 || *(key->val+len) > 126 || *(key->val+len) == ':') { in php_mail_build_headers_check_field_name() 151 zend_string *key; in php_mail_build_headers() local 156 if (!key) { in php_mail_build_headers() 163 if (!strncasecmp("orig-date", ZSTR_VAL(key), ZSTR_LEN(key))) { in php_mail_build_headers() 170 if (!strncasecmp("from", ZSTR_VAL(key), ZSTR_LEN(key))) { in php_mail_build_headers() 177 if (!strncasecmp("sender", ZSTR_VAL(key), ZSTR_LEN(key))) { in php_mail_build_headers() 184 if (!strncasecmp("reply-to", ZSTR_VAL(key), ZSTR_LEN(key))) { in php_mail_build_headers() 191 if (!strncasecmp("to", ZSTR_VAL(key), ZSTR_LEN(key))) { in php_mail_build_headers() 195 if (!strncasecmp("cc", ZSTR_VAL(key), ZSTR_LEN(key))) { in php_mail_build_headers() 202 if (!strncasecmp("bcc", ZSTR_VAL(key), ZSTR_LEN(key))) { in php_mail_build_headers() [all …]
|
H A D | php_mail.h | 25 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument 28 php_mail_build_headers_elem(&s, key, val); \ 30 if (!strncasecmp(target, ZSTR_VAL(key), ZSTR_LEN(key))) { \ 34 php_mail_build_headers_elems(&s, key, val); \ 36 …zend_type_error("Header \"%s\" must be of type array|string, %s given", ZSTR_VAL(key), zend_zval_t… 41 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument 44 php_mail_build_headers_elem(&s, key, val); \ 46 php_mail_build_headers_elems(&s, key, val); \ 48 …zend_type_error("Header \"%s\" must be of type array|string, %s given", ZSTR_VAL(key), zend_zval_t…
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gdcache.c | 153 int key; member 159 cacheTest (void *map, void *key) in cacheTest() argument 161 return (((key_value_t *) map)->key == *(int *) key); in cacheTest() 170 map->key = *(int *) key; in cacheFetch() 187 int elem, key; in main() local 191 key = 20; in main() 193 key = 30; in main() 195 key = 40; in main() 197 key = 50; in main() 199 key = 30; in main() [all …]
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug47859.phpt | 2 Bug #47859 (parse_ini_file() does not like asterisk (*) in key in the beginning) 5 var_dump(parse_ini_string('*key = "*value"')); 6 var_dump(parse_ini_string('-key = "-value"')); 9 var_dump(parse_ini_string('key* = "value*"')); 10 var_dump(parse_ini_string('key.*.* = "value.*.*"')); 11 var_dump(parse_ini_string('*.*.key = "*.*.value"')); 16 ["*key"]=> 20 ["-key"]=> 28 ["key*"]=> 32 ["key.*.*"]=> [all …]
|
/PHP-8.0/Zend/tests/ |
H A D | bug60362.phpt | 14 echo "sub-key 1 is set: "; 17 echo "sub-key 1 is not set.\n"; 22 echo "sub-key 'sub_sub' is set: "; 28 echo "sub-sub-key 0 is set: "; 42 echo "sub-key 1 is empty.\n"; 44 echo "sub-key 1 is not empty: "; 64 sub-key 'non_existent' is not set. 65 sub-key 1 is set: string(1) "o" 67 sub-sub-key 'sub_sub' is not set. 70 sub-key 'non_existent' is empty. [all …]
|
H A D | bug79793.phpt | 6 $key = "foo"; 7 $key .= "bar"; 8 set_error_handler(function($_, $m) use (&$key) { 10 $key .= "baz"; 14 $ary[$key]++; 16 $ary[$key] += 1; 21 Undefined array key "foobar" 26 Undefined array key "foobarbaz"
|
/PHP-8.0/ext/hash/tests/ |
H A D | hash_hmac_basic.phpt | 9 $key = 'secret'; 11 echo "gost: " . hash_hmac('gost', $content, $key) . "\n"; 12 echo "haval128,3: " . hash_hmac('haval128,3', $content, $key) . "\n"; 13 echo "md2: " . hash_hmac('md2', $content, $key) . "\n"; 14 echo "md4: " . hash_hmac('md4', $content, $key) . "\n"; 15 echo "md5: " . hash_hmac('md5', $content, $key) . "\n"; 20 echo "sha1: " . hash_hmac('sha1', $content, $key) . "\n"; 21 echo "sha256: " . hash_hmac('sha256', $content, $key) . "\n"; 22 echo "sha384: " . hash_hmac('sha384', $content, $key) . "\n"; 23 echo "sha512: " . hash_hmac('sha512', $content, $key) . "\n"; [all …]
|
H A D | hash_hmac_file_basic.phpt | 28 $key = 'secret'; 31 echo "gost: " . hash_hmac_file('gost', $file, $key) . "\n"; 33 echo "md2: " . hash_hmac_file('md2', $file, $key) . "\n"; 34 echo "md4: " . hash_hmac_file('md4', $file, $key) . "\n"; 35 echo "md5: " . hash_hmac_file('md5', $file, $key) . "\n"; 36 echo "ripemd128: " . hash_hmac_file('ripemd128', $file, $key) . "\n"; 40 echo "sha1: " . hash_hmac_file('sha1', $file, $key) . "\n"; 41 echo "sha256: " . hash_hmac_file('sha256', $file, $key) . "\n"; 42 echo "sha384: " . hash_hmac_file('sha384', $file, $key) . "\n"; 43 echo "sha512: " . hash_hmac_file('sha512', $file, $key) . "\n"; [all …]
|
/PHP-8.0/ext/dba/ |
H A D | dba.stub.php | 27 * @param string|array $key 30 function dba_exists($key, $dba): bool {} argument 33 * @param string|array $key 37 function dba_fetch($key, $skip, $dba = UNKNOWN): string|false {} argument 39 function dba_key_split(string|false|null $key): array|false {} argument 48 * @param string|array $key 51 function dba_delete($key, $dba): bool {} argument 54 * @param string|array $key 57 function dba_insert($key, string $value, $dba): bool {} argument 60 * @param string|array $key [all …]
|
/PHP-8.0/ext/opcache/ |
H A D | zend_accelerator_hash.c | 99 && !memcmp(entry->key, key, key_length)) { in zend_accel_hash_update() 136 entry->key = key; in zend_accel_hash_update() 157 && !memcmp(entry->key, key, key_length)) { in zend_accel_hash_find_ex() 184 ZSTR_VAL(key), in zend_accel_hash_find() 185 ZSTR_LEN(key), in zend_accel_hash_find() 186 zend_string_hash_val(key), in zend_accel_hash_find() 197 ZSTR_VAL(key), in zend_accel_hash_find_entry() 198 ZSTR_LEN(key), in zend_accel_hash_find_entry() 210 key, in zend_accel_hash_str_find() 223 key, in zend_accel_hash_str_find_entry() [all …]
|
/PHP-8.0/ext/openssl/tests/ |
H A D | 001.phpt | 2 OpenSSL private key functions 10 echo "Creating private key\n"; 16 die("failed to create private key"); 20 $key_file_name = __DIR__ . '/001-tmp.key'; 25 echo "Export key to file\n"; 42 echo "Load key using direct syntax\n"; 71 Creating private key 72 Export key to file 74 Load key from file - array syntax 77 Load key using direct syntax [all …]
|
H A D | openssl_pkey_export_basic.phpt | 2 openssl_pkey_export() with EC key 12 $key = openssl_pkey_get_private('file://' . __DIR__ . '/private_ec.key'); 13 var_dump($key); 17 var_dump(openssl_pkey_export($key, $output, NULL, $config_arg)); 20 // Load the private key from the exported pem string 24 // Export key with passphrase 25 openssl_pkey_export($key, $output, 'passphrase', $config_arg); 30 // Read public key 31 $pKey = openssl_pkey_get_public('file://' . __DIR__ . '/public_ec.key'); 33 // The details are the same for a public or private key, expect the private key parameter 'd [all …]
|
/PHP-8.0/Zend/tests/weakrefs/ |
H A D | weakrefs_006.phpt | 30 ["key"]=> 38 ["key"]=> 46 ["key"]=> 54 ["key"]=> 62 ["key"]=> 70 ["key"]=> 78 ["key"]=> 86 ["key"]=> 94 ["key"]=> 102 ["key"]=> [all …]
|
/PHP-8.0/ext/spl/tests/ |
H A D | iterator_013.phpt | 10 foreach($it as $key=>$val) 12 echo "$key=>$val\n"; 19 foreach($it as $key=>$val) 21 echo "$key=>$val\n"; 26 foreach($it as $key=>$val) 28 echo "$key=>$val\n"; 35 foreach(new NoRewindIterator($it) as $key=>$val) 37 echo "$key=>$val\n"; 42 foreach($it as $key=>$val) 44 echo "$key=>$val\n";
|
/PHP-8.0/tests/lang/ |
H A D | foreachLoop.009.phpt | 55 key: 0; value: original.0 56 key: 1; value: original.1 57 key: 2; value: original.2 60 key: 0; value: original.0 61 key: 1; value: original.1 64 key: 0; value: original.0 65 key: 1; value: original.1 72 key: 3; value: new.0 73 key: 4; value: new.1 74 key: 5; value: new.2 [all …]
|