Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 53) sorted by relevance

123

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode_fold1_key.c55 hash(OnigCodePoint codes[]) in hash() argument
86 …codes_byte_at(codes, 2)+3] + asso_values[(unsigned char)onig_codes_byte_at(codes, 1)] + asso_value… in hash()
90 onigenc_unicode_fold1_key(OnigCodePoint codes[]) in onigenc_unicode_fold1_key() argument
2988 int key = hash(codes); in onigenc_unicode_fold1_key()
2994 if (index >= 0 && onig_codes_cmp(codes, OnigUnicodeFolds1 + index, 1) == 0) in onigenc_unicode_fold1_key()
H A Dunicode_fold3_key.c55 hash(OnigCodePoint codes[]) in hash() argument
86 …_codes_byte_at(codes, 8)] + asso_values[(unsigned char)onig_codes_byte_at(codes, 5)] + asso_values… in hash()
90 onigenc_unicode_fold3_key(OnigCodePoint codes[]) in onigenc_unicode_fold3_key() argument
126 int key = hash(codes); in onigenc_unicode_fold3_key()
132 if (index >= 0 && onig_codes_cmp(codes, OnigUnicodeFolds3 + index, 3) == 0) in onigenc_unicode_fold3_key()
H A Dunicode_fold2_key.c55 hash(OnigCodePoint codes[]) in hash() argument
86 …so_values[(unsigned char)onig_codes_byte_at(codes, 5)] + asso_values[(unsigned char)onig_codes_byt… in hash()
90 onigenc_unicode_fold2_key(OnigCodePoint codes[]) in onigenc_unicode_fold2_key() argument
216 int key = hash(codes); in onigenc_unicode_fold2_key()
222 if (index >= 0 && onig_codes_cmp(codes, OnigUnicodeFolds2 + index, 2) == 0) in onigenc_unicode_fold2_key()
H A Dunicode_unfold_key.c55 hash(OnigCodePoint codes[]) in hash() argument
90 …des_byte_at(codes, 2)+35] + asso_values[(unsigned char)onig_codes_byte_at(codes, 1)+1] + asso_valu… in hash()
H A Dunicode.c282 OnigCodePoint code, codes[3]; in onigenc_unicode_get_case_fold_codes_by_str() local
445 codes[0] = code; in onigenc_unicode_get_case_fold_codes_by_str()
450 codes[1] = *FOLDS1_FOLD(buk->index); in onigenc_unicode_get_case_fold_codes_by_str()
453 codes[1] = code; in onigenc_unicode_get_case_fold_codes_by_str()
458 index = onigenc_unicode_fold2_key(codes); in onigenc_unicode_get_case_fold_codes_by_str()
474 codes[2] = *FOLDS1_FOLD(buk->index); in onigenc_unicode_get_case_fold_codes_by_str()
477 codes[2] = code; in onigenc_unicode_get_case_fold_codes_by_str()
482 index = onigenc_unicode_fold3_key(codes); in onigenc_unicode_get_case_fold_codes_by_str()
/PHP-7.3/ext/pdo_mysql/
H A Dget_error_codes.php2 $codes = array(); variable
9 $codes[$matches[1]] = $matches[2];
14 if (empty($codes)) {
20 foreach ($codes as $code => $state) {
/PHP-7.3/sapi/cli/tests/
H A D017.phpt17 $codes = array();
19 $codes[1] = <<<EOT
24 $codes[] = <<<EOT
31 $codes[] = <<<EOT
40 $codes[] = <<<EOT
47 $codes[] = <<<EOT
54 foreach ($codes as $key => $code) {
H A D016.phpt17 $codes = array();
19 $codes[1] = <<<EOT
24 $codes[] = <<<EOT
31 $codes[] = <<<EOT
40 $codes[] = <<<EOT
47 $codes[] = <<<EOT
54 foreach ($codes as $key => $code) {
H A Dbug67429.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
/PHP-7.3/ext/standard/tests/strings/
H A Dpack64_32.phpt22 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
25 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
28 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
31 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
34 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
37 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
40 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
43 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
H A Dstrval_variation2.phpt2 Test strval() function : usage variations - Pass all valid char codes
10 echo "*** Testing strval() : usage variations - Pass all valid char codes ***\n";
65 *** Testing strval() : usage variations - Pass all valid char codes ***
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_serialize.c72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_encode() argument
87 if (codes == NULL || serialized_bytes == NULL || serialized_size == NULL) in pcre2_serialize_encode()
98 if (codes[i] == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_encode()
99 re = (const pcre2_real_code *)(codes[i]); in pcre2_serialize_encode()
129 re = (const pcre2_real_code *)(codes[i]); in pcre2_serialize_encode()
163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_decode() argument
177 if (data == NULL || codes == NULL) return PCRE2_ERROR_NULL; in pcre2_serialize_decode()
222 memctl->free(codes[j], memctl->memory_data); in pcre2_serialize_decode()
223 codes[j] = NULL; in pcre2_serialize_decode()
246 codes[i] = dst_re; in pcre2_serialize_decode()
/PHP-7.3/ext/standard/tests/streams/
H A Dbug64433.phpt23 $codes = array(200, 201, 204, 301, 302, 303, 304, 305, 307, 404, 500);
24 foreach($codes as $code) {
34 foreach($codes as $code) {
44 foreach($codes as $code) {
/PHP-7.3/ext/mbstring/ucgendat/
H A Ductest.php40 $codes = [];
42 $codes[] = intval($strCode, 16);
44 return $codes;
/PHP-7.3/ext/standard/tests/general_functions/
H A Dheader_redirection_002.phpt2 Location: headers override non-201 and 3xx response codes
/PHP-7.3/ext/intl/tests/
H A Dintl_is_failure.phpt8 * Check determining failure error codes.
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt83 printf("[014] Cannot find proper error codes: %s\n", $tmp);
97 printf("[016] Cannot find proper error codes: %s\n", $tmp);
114 printf("[018] Cannot find proper error codes: %s\n", $tmp);
128 printf("[019] Cannot find proper error codes: %s\n", $tmp);
154 printf("[022] Cannot find proper error codes: %s\n", $tmp);
172 printf("[024] Cannot find proper error codes: %s\n", $tmp);
218 /* TODO: add proper codes */
220 printf("[027] TODO - Cannot find proper error codes: %s\n", $tmp);
/PHP-7.3/ext/tokenizer/tests/
H A Dbug54089.phpt7 $codes = array(
15 foreach ($codes as $code) {
/PHP-7.3/ext/ctype/tests/
H A Dctype_space_variation2.phpt13 * Pass different integers to ctype_space() to test which character codes are considered
H A Dctype_digit_variation2.phpt13 * Pass different integers to ctype_digit() to test which character codes are considered
H A Dctype_xdigit_variation2.phpt13 * Pass different integers to ctype_xdigit() to test which character codes are considered
H A Dctype_xdigit_variation4.phpt15 * 2. correspond to character codes recognised as hexadecimal digits (see variation2)
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_ping.phpt33 printf("[004] Error codes should have been reset\n");
/PHP-7.3/ext/mbstring/tests/
H A Dhtmlent.phpt27 // &128... will stay as they are since their character codes are above 127

Completed in 135 milliseconds

123