Searched refs:x7 (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_intersect_key_variation4.phpt | 13 'hexa indexed' => array(0x12 => '0x12', -0x7 => '-0x7', ), 52 string(4) "-0x7"
|
H A D | array_diff_uassoc_variation9.phpt | 13 'hexa indexed' => array(0xA => 10, -0x7 => -0x7 ),
|
H A D | array_diff_key_variation4.phpt | 13 'hexa indexed' => array(0x12 => '0x12', -0x7 => '-0x7', ),
|
H A D | array_diff_ukey_variation6.phpt | 13 'hexa indexed' => array(0x12 => '0x12', -0x7 => '-0x7', ),
|
H A D | array_uintersect_assoc_basic2.phpt | 11 $arr1 = array("one" => "one", "02" => "two", '3' => "three", "four", "0.5" => 5, 0.6 => 6, "0x7" =>…
|
H A D | shuffle_basic2.phpt | 18 "seven" => 0x7, "#8" => 012, "nine" => 9
|
/PHP-8.0/ext/hash/ |
H A D | hash_tiger.c | 58 round(b,c,a,x7,mul) 61 x0 -= x7 ^ L64(0xA5A5A5A5A5A5A5A5); \ 68 x7 ^= x6; \ 69 x0 += x7; \ 70 x1 -= x0 ^ ((~x7)<<19); \ 76 x7 -= x6 ^ L64(0x0123456789ABCDEF); 99 x4=str[4]; x5=str[5]; x6=str[6]; x7=str[7]; 117 register uint64_t a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
|
/PHP-8.0/ext/standard/ |
H A D | crc32_x86.c | 104 __m128i x5, x6, x7, x8, x9, x10, x11; in crc32_pclmul_batch() local 108 x7 = _mm_clmulepi64_si128(x3, k, 0x00); in crc32_pclmul_batch() 124 x3 = _mm_xor_si128(x3, x7); in crc32_pclmul_batch() 213 __m128i x5, x6, x7, x8, x9, x10, x11; in crc32_pclmul_reflected_batch() local 217 x7 = _mm_clmulepi64_si128(x3, k, 0x00); in crc32_pclmul_reflected_batch() 229 x3 = _mm_xor_si128(x3, x7); in crc32_pclmul_reflected_batch()
|
/PHP-8.0/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 28 0x7: Bw==
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | bug48645.phpt | 14 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 4913 >3 byte&0xF 0x7 \b, SV 7 7500 >>>13 byte&0x0F =0x7 \b, RP2C03C 11254 >>459 string press\ any\ key...\x7\0 \b, Acronis Startup Recovery Loader 11954 #0x0~1,0x1~2,...,0x3~4,0x4~F,0x7~D default boot 13167 >>8 byte&0x7 0 17713 >>101 beshort&0xf 0x7 \b32-FLOAT 23625 >>>0x7 string \0\0\0\0\0\0\0\0
|
H A D | magic | 4913 >3 byte&0xF 0x7 \b, SV 7 7500 >>>13 byte&0x0F =0x7 \b, RP2C03C 11254 >>459 string press\ any\ key...\x7\0 \b, Acronis Startup Recovery Loader 11954 #0x0~1,0x1~2,...,0x3~4,0x4~F,0x7~D default boot 13167 >>8 byte&0x7 0 17713 >>101 beshort&0xf 0x7 \b32-FLOAT 23625 >>>0x7 string \0\0\0\0\0\0\0\0
|
Completed in 120 milliseconds