/php-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | encode.c | 344 if (cp == 0x000E || cp == 0x000F || cp == 0x001B) { in lxb_encoding_encode_iso_2022_jp() 353 if (cp == 0x00A5 || cp == 0x203E) { in lxb_encoding_encode_iso_2022_jp() 382 if (cp == 0x000E || cp == 0x000F || cp == 0x001B) { in lxb_encoding_encode_iso_2022_jp() 439 if (cp == 0x00A5 || cp == 0x203E) { in lxb_encoding_encode_iso_2022_jp() 797 cp = *p; in lxb_encoding_encode_utf_8() 1073 else if (cp >= 0xF780 && cp <= 0xF7FF) { in lxb_encoding_encode_x_user_defined() 1288 if (cp == 0x000E || cp == 0x000F || cp == 0x001B) { in lxb_encoding_encode_iso_2022_jp_single() 1298 if (cp == 0x00A5 || cp == 0x203E) { in lxb_encoding_encode_iso_2022_jp_single() 1325 if (cp == 0x000E || cp == 0x000F || cp == 0x001B) { in lxb_encoding_encode_iso_2022_jp_single() 1384 if (cp == 0x00A5 || cp == 0x203E) { in lxb_encoding_encode_iso_2022_jp_single() [all …]
|
H A D | encode.h | 19 lxb_encoding_encode_default(lxb_encoding_encode_t *ctx,const lxb_codepoint_t **cp, 23 lxb_encoding_encode_auto(lxb_encoding_encode_t *ctx, const lxb_codepoint_t **cp, 31 lxb_encoding_encode_big5(lxb_encoding_encode_t *ctx, const lxb_codepoint_t **cp, 35 lxb_encoding_encode_euc_jp(lxb_encoding_encode_t *ctx, const lxb_codepoint_t **cp, 39 lxb_encoding_encode_euc_kr(lxb_encoding_encode_t *ctx, const lxb_codepoint_t **cp, 43 lxb_encoding_encode_gbk(lxb_encoding_encode_t *ctx, const lxb_codepoint_t **cp, 202 const lxb_char_t *end, lxb_codepoint_t cp); 210 const lxb_char_t *end, lxb_codepoint_t cp); 222 const lxb_char_t *end, lxb_codepoint_t cp); 310 const lxb_char_t *end, lxb_codepoint_t cp); [all …]
|
/php-src/ext/standard/ |
H A D | dns.c | 505 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr() 541 cp++; in php_parserr() 547 cp++; in php_parserr() 559 cp++; in php_parserr() 563 cp++; in php_parserr() 672 cp++; in php_parserr() 770 cp++; in php_parserr() 777 cp++; in php_parserr() 1007 while (an-- && cp && cp < end) { in PHP_FUNCTION() 1020 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION() [all …]
|
H A D | crypt_sha256.c | 334 char *cp; in php_sha256_crypt_r() local 450 cp = zend_mempcpy((void *)cp, (const void *)temp_result, 32); in php_sha256_crypt_r() 452 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r() 469 cp = zend_mempcpy(cp, temp_result, 32); in php_sha256_crypt_r() 471 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r() 518 cp += n; in php_sha256_crypt_r() 522 cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in php_sha256_crypt_r() 526 *cp++ = '$'; in php_sha256_crypt_r() 536 *cp++ = b64t[w & 0x3f]; \ in php_sha256_crypt_r() 557 *cp = '\0'; /* Terminate the string. */ in php_sha256_crypt_r() [all …]
|
H A D | crypt_sha512.c | 371 char *cp; in php_sha512_crypt_r() local 488 cp = zend_mempcpy((void *) cp, (const void *)temp_result, 64); in php_sha512_crypt_r() 491 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r() 508 cp = zend_mempcpy(cp, temp_result, 64); in php_sha512_crypt_r() 510 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r() 557 cp += n; in php_sha512_crypt_r() 561 cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len)); in php_sha512_crypt_r() 565 *cp++ = '$'; in php_sha512_crypt_r() 575 *cp++ = b64t[w & 0x3f]; \ in php_sha512_crypt_r() 608 *cp = '\0'; /* Terminate the string. */ in php_sha512_crypt_r() [all …]
|
/php-src/ext/intl/uchar/ |
H A D | uchar.c | 53 UChar32 cp; in IC_METHOD() local 74 UChar32 cp; in IC_METHOD() local 86 UChar32 cp; in IC_METHOD() local 106 UChar32 cp; in IC_METHOD() local 150 UChar32 cp; in IC_METHOD() local 203 UChar32 cp; in IC_METHOD() local 215 UChar32 cp; in IC_METHOD() local 429 UChar32 cp; in IC_METHOD() local 471 UChar32 cp; in IC_METHOD() local 504 UChar32 cp; in IC_METHOD() local [all …]
|
/php-src/ext/standard/tests/file/windows_mb_path/ |
H A D | util.inc | 15 function set_active_cp($cp, $echo = true) 18 $ret = exec("chcp $cp"); 20 if (!sapi_windows_cp_set($cp)) { 21 echo "Failed to set cp $cp\n"; 29 function get_basename_with_cp($path, $cp, $echo = true) 32 set_active_cp($cp, $echo); 47 function skip_if_wrong_cp($cp, $kind = "") 49 if (get_active_cp($kind) != $cp) { 50 die("skip this test expect codepage $cp"); 82 $now = get_basename_with_cp($full, $cp, false); [all …]
|
H A D | util_utf8.inc | 3 function create_data_from_utf8($id, $item = "", $cp = 65001) 46 create_verify_file($prefix, $item, "opened an utf8 filename for reading", $cp); 63 create_verify_file($prefix, $item, $content, $cp); 85 create_verify_dir($prefix, $item, $cp); 89 create_verify_file($prefix, $item, "", $cp);
|
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | syntax.c | 99 if (cp == 0 || cp > 0x10FFFF || (cp >= 0xD800 && cp <= 0xDFFF)) { in lxb_css_syntax_codepoint_to_ascii() 110 if (cp <= 0x0000007F) { in lxb_css_syntax_codepoint_to_ascii() 112 data[0] = (lxb_char_t) cp; in lxb_css_syntax_codepoint_to_ascii() 116 else if (cp <= 0x000007FF) { in lxb_css_syntax_codepoint_to_ascii() 118 data[0] = (char)(0xC0 | (cp >> 6 )); in lxb_css_syntax_codepoint_to_ascii() 119 data[1] = (char)(0x80 | (cp & 0x3F)); in lxb_css_syntax_codepoint_to_ascii() 123 else if (cp <= 0x0000FFFF) { in lxb_css_syntax_codepoint_to_ascii() 125 data[0] = (char)(0xE0 | ((cp >> 12))); in lxb_css_syntax_codepoint_to_ascii() 127 data[2] = (char)(0x80 | ( cp & 0x3F)); in lxb_css_syntax_codepoint_to_ascii() 131 else if (cp <= 0x001FFFFF) { in lxb_css_syntax_codepoint_to_ascii() [all …]
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | diyfp.c | 123 const lexbor_diyfp_cpe_t *cp; in lexbor_cached_power_dec() local 126 cp = &lexbor_cached_powers[index]; in lexbor_cached_power_dec() 128 *dec_exp = cp->dec_exp; in lexbor_cached_power_dec() 130 return lexbor_diyfp(cp->significand, cp->bin_exp); in lexbor_cached_power_dec() 138 const lexbor_diyfp_cpe_t *cp; in lexbor_cached_power_bin() local 145 cp = &lexbor_cached_powers[index]; in lexbor_cached_power_bin() 149 return lexbor_diyfp(cp->significand, cp->bin_exp); in lexbor_cached_power_bin()
|
/php-src/win32/ |
H A D | codepage.c | 377 if (!cp->name || !cp->name[0]) { in php_win32_cp_get_by_enc() 382 return cp; in php_win32_cp_get_by_enc() 385 if (cp->enc) { in php_win32_cp_get_by_enc() 392 return cp; in php_win32_cp_get_by_enc() 399 return cp; in php_win32_cp_get_by_enc() 557 cp = cur_cp; in php_win32_cp_cli_do_setup() 560 if (!cp) { in php_win32_cp_cli_do_setup() 565 return cp; in php_win32_cp_cli_do_setup() 568 return cp; in php_win32_cp_cli_do_setup() 612 if (!cp) { in PHP_FUNCTION() [all …]
|
H A D | cp_enc_map_gen.c | 5 struct cp { struct 12 static const struct cp cp_map[] = { argument 174 DWORD cp; in main() local 176 struct cp *cur; in main()
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_x86.h | 374 do { *((unaligned_short *)cp) = (unsigned short)(x); cp+=2; } while (0) 376 do { *((unaligned_int *)cp) = (unsigned int)(x); cp+=4; } while (0) 378 do { *((unaligned_long_long *)cp) = (unsigned long long)(x); cp+=8; } while (0) 390 return cp; in dasma_() 392 #define dasma(x) (cp = dasma_(cp, (x))) 415 *cp++ = action; in dasm_encode() 423 while (((cp-base) & n)) *cp++ = 0x90; /* nop */ in dasm_encode() 462 cp--; in dasm_encode() 467 else if (n == 4 && t < 0x20) { cp[-1] ^= n; *cp++ = 0x20; } in dasm_encode() 468 cp[-1] ^= n; in dasm_encode() [all …]
|
H A D | dasm_arm64.h | 445 case DASM_ESC: *cp++ = *p++; break; in dasm_encode() 450 ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0xd503201f; in dasm_encode() 466 cp[-1] |= ((n >> 2) & 0x03ffffff); in dasm_encode() 479 cp[0] = (unsigned int)((ptrdiff_t)cp - 4 + n); in dasm_encode() 480 cp[1] = (unsigned int)(((ptrdiff_t)cp - 4 + n) >> 32); in dasm_encode() 481 cp += 2; in dasm_encode() 490 na = na - (ptrdiff_t)cp + 4; in dasm_encode() 510 cp[-1] |= (dasm_imm13(n, n) << 10); in dasm_encode() 522 *cp++ = n; in dasm_encode() 525 cp[-1] |= (n & 0x1f) << (ins & 0x1f); in dasm_encode() [all …]
|
H A D | dasm_arm.h | 344 unsigned int *cp = (unsigned int *)buffer; in dasm_encode() local 361 case DASM_ESC: *cp++ = *p++; break; in dasm_encode() 366 ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0xe1a00000; in dasm_encode() 370 n = (int)((ptrdiff_t)D->globals[-n-10] - (ptrdiff_t)cp - 4); in dasm_encode() 376 n = *DASM_POS2PTR(D, n) - (int)((char *)cp - base) - 4; in dasm_encode() 380 cp[-1] |= ((n >> 2) & 0x00ffffff); in dasm_encode() 401 cp[-1] |= dasm_imm12((unsigned int)n); in dasm_encode() 404 cp[-1] |= ((n & 0xf000) << 4) | (n & 0x0fff); in dasm_encode() 407 cp[-1] |= n >= 0 ? (0x00800000 | (n & 0x0f) | ((n & 0xf0) << 4)) : in dasm_encode() 411 cp[-1] |= n >= 0 ? (0x00800000 | n) : (-n); in dasm_encode() [all …]
|
H A D | dasm_mips.h | 322 unsigned int *cp = (unsigned int *)buffer; in dasm_encode() local 339 case DASM_ESC: *cp++ = *p++; break; in dasm_encode() 341 n = DASM_EXTERN(Dst, (unsigned char *)cp, (ins & 2047), 1); in dasm_encode() 344 ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0x60000000; in dasm_encode() 348 n = (int)((ptrdiff_t)D->globals[-n-10] - (ptrdiff_t)cp); in dasm_encode() 358 n = n - (int)((char *)cp - base); in dasm_encode() 363 cp[-1] |= ((n>>2) & ((1<<e)-1)); in dasm_encode() 371 cp[-1] |= ((n>>3) & 4); n &= 0x1f; in dasm_encode() 374 cp[-1] |= (n & ((1<<((ins>>5)&31))-1)) << (ins&31); in dasm_encode() 376 default: *cp++ = ins; break; in dasm_encode() [all …]
|
H A D | dasm_ppc.h | 326 unsigned int *cp = (unsigned int *)buffer; in dasm_encode() local 343 case DASM_ESC: *cp++ = *p++; break; in dasm_encode() 345 n = DASM_EXTERN(Dst, (unsigned char *)cp, (ins & 2047), 1) - 4; in dasm_encode() 348 ins &= 255; while ((((char *)cp - base) & ins)) *cp++ = 0x60000000; in dasm_encode() 352 n = (int)((ptrdiff_t)D->globals[-n-10] - (ptrdiff_t)cp); in dasm_encode() 358 n = *DASM_POS2PTR(D, n) - (int)((char *)cp - base); in dasm_encode() 363 cp[-1] |= ((n+4) & ((ins & 2048) ? 0x0000fffc: 0x03fffffc)); in dasm_encode() 370 cp[-1] |= (n & ((1<<((ins>>5)&31))-1)) << (ins&31); in dasm_encode() 373 cp[-1] |= (ins & 1) ? ((n&31)<<11)|((n&32)>>4) : ((n&31)<<6)|(n&32); in dasm_encode() 375 default: *cp++ = ins; break; in dasm_encode() [all …]
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | utf7_helper.h | 17 static inline bool has_surrogate(uint16_t cp, bool is_surrogate) in has_surrogate() argument 19 return !is_surrogate && cp >= 0xD800 && cp <= 0xDBFF; in has_surrogate()
|
H A D | mbfilter_utf7imap.c | 478 if (cp >= 0xDC00 && cp <= 0xDFFF) { in handle_utf16_cp() 479 *out++ = ((*surrogate1 & 0x3FF) << 10) + (cp & 0x3FF) + 0x10000; in handle_utf16_cp() 486 } else if (cp >= 0xD800 && cp <= 0xDBFF) { in handle_utf16_cp() 487 *surrogate1 = cp; in handle_utf16_cp() 488 } else if (cp >= 0xDC00 && cp <= 0xDFFF) { in handle_utf16_cp() 491 } else if (cp >= 0x20 && cp <= 0x7E && cp != '&') { in handle_utf16_cp() 494 *out++ = cp; in handle_utf16_cp() 737 static bool is_utf16_cp_valid(uint16_t cp, bool is_surrogate) in is_utf16_cp_valid() argument 740 return cp >= 0xDC00 && cp <= 0xDFFF; in is_utf16_cp_valid() 741 } else if (cp >= 0xDC00 && cp <= 0xDFFF) { in is_utf16_cp_valid() [all …]
|
/php-src/ext/curl/ |
H A D | interface.c | 437 CURL *cp; in curl_clone_obj() local 447 cp = curl_easy_duphandle(ch->cp); in curl_clone_obj() 448 if (!cp) { in curl_clone_obj() 453 clone_ch->cp = cp; in curl_clone_obj() 1221 CURL *cp; in PHP_FUNCTION() local 1230 if (!cp) { in PHP_FUNCTION() 1237 ch->cp = cp; in PHP_FUNCTION() 1576 CURL *cp; in PHP_FUNCTION() local 1587 cp = curl_easy_duphandle(ch->cp); in PHP_FUNCTION() 1588 if (!cp) { in PHP_FUNCTION() [all …]
|
/php-src/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 8 function unicode_info($cp) { 24 $ncp = IntlChar::ord($cp); 30 IntlChar::hasBinaryProperty($cp, $prop) ? "true" : "false" 35 var_dump(IntlChar::$method($cp)); 37 echo " charAge(): ", implode('.', IntlChar::charAge($cp)), "\n"; 43 foreach($codepoints as $cp) { 44 unicode_info($cp); 47 IntlChar::enumCharNames(0x2600, 0x2610, function($cp, $nc, $name) { 48 printf("U+%04x %s\n", $cp, $name);
|
/php-src/ext/dba/ |
H A D | install_cdb.sh | 40 cp ../error.o . 49 cp cdb.h uint32.h "$prefix/include"
|
/php-src/ext/mbstring/tests/ |
H A D | utf8_mobile_encodings.phpt | 99 $cp = pack('N', rand(1, 0x10FFFF)); 100 if (isset($fromUnicode[$cp])) 102 …if (mb_convert_encoding($cp, $encoding, 'UTF-32BE') !== mb_convert_encoding($cp, 'UTF-8', 'UTF-32B… 103 die("Expected U+" . bin2hex($cp) . " to be the same in UTF-8 and " . $encoding); 124 foreach ($toUnicode as $char => $cp) 125 testValidString($char, $cp, $encoding, 'UCS-4BE', false); 126 foreach ($fromUnicode as $cp => $char) 127 testValidString($cp, $char, 'UCS-4BE', $encoding, false); 128 foreach ($invalidCodepoints as $cp => $_) 129 convertInvalidString($cp, '%', 'UCS-4BE', $encoding);
|
/php-src/.github/workflows/ |
H A D | real-time-benchmark.yml | 56 …cp ./php-version-benchmarks/config/infra/aws/x86_64-metal.ini.dist ./php-version-benchmarks/config… 59 …cp ./php-version-benchmarks/build/infrastructure/config/aws.tfvars.dist ./php-version-benchmarks/b… 76 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 82 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 88 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 93 …cp ./php-version-benchmarks/config/php/master_jit.ini.dist ./php-version-benchmarks/config/php/mas… 97 …cp ./php-version-benchmarks/config/test/1_laravel.ini.dist ./php-version-benchmarks/config/test/1_… 98 …cp ./php-version-benchmarks/config/test/2_symfony_main.ini.dist ./php-version-benchmarks/config/te… 99 …cp ./php-version-benchmarks/config/test/4_wordpress.ini.dist ./php-version-benchmarks/config/test/… 100 …cp ./php-version-benchmarks/config/test/5_bench.php.ini.dist ./php-version-benchmarks/config/test/… [all …]
|
/php-src/ext/filter/tests/ |
H A D | 040.phpt | 8 ap[]=1&bp=test&cp= 14 var_dump(filter_has_var(INPUT_POST, "cp"));
|