Home
last modified time | relevance | path

Searched refs:u (Results 226 – 250 of 300) sorted by relevance

12345678910>>...12

/PHP-8.1/ext/intl/tests/
H A Dlocale_get_display_variant2.phpt62 'en-US-u-islamCal',
245 locale='en-US-u-islamCal'
H A Dlocale_get_display_language.phpt65 'en-US-u-islamCal',
253 locale='en-US-u-islamCal'
H A Dlocale_get_display_language2.phpt65 'en-US-u-islamCal',
253 locale='en-US-u-islamCal'
H A Dlocale_get_display_region2.phpt64 'en-US-u-islamCal',
247 locale='en-US-u-islamCal'
H A Dlocale_get_display_name7.phpt76 'en-US-u-islamCal',
315 locale='en-US-u-islamCal'
/PHP-8.1/
H A D.gdbinit321 if $ht->u.v.flags & 4
558 ____printzv &$znode->u.constant 0
562 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
567 set $tvar = (union _temp_variable *)((char *)$eg.current_execute_data->Ts + $znode->u.var)
/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt61 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation52.phpt13 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dfscanf_variation53.phpt13 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-8.1/ext/phar/tests/files/
H A Dinclude_path2.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dnophar.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl256.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar229 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c170 } u; member
270 zm = (*compr[i].u.func)(buf); in file_zmagic()
272 zm = memcmp(buf, compr[i].u.magic, in file_zmagic()
/PHP-8.1/ext/exif/
H A Dexif.c1549 union { uint32_t i; float f; } u; in php_ifd_get_float() local
1550 u.i = php_ifd_get32u(data, 0); in php_ifd_get_float()
1551 return u.f; in php_ifd_get_float()
1555 union { uint64_t i; double f; } u; in php_ifd_get_double() local
1556 u.i = php_ifd_get64u(data, 0); in php_ifd_get_double()
1557 return u.f; in php_ifd_get_double()
1789 unsigned u; member
2296 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
2553 add_assoc_long(&tmpi, name, (int)info_value->u); in add_assoc_image_info()
2555 add_index_long(&array, ap, (int)info_value->u); in add_assoc_image_info()
[all …]
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_error4.phpt6u[a-fA-F0-9]{4})*"\\s*:\\s*(?:[0-9.]+|null|true|false|"(?:[^\\0-\\x09\\x0a-\\x1f\\\\"]+|\\\\["bfnr…
/PHP-8.1/ext/phar/
H A Dphar_object.c351 if (u) { in phar_postprocess_ru_web()
352 u[0] = '/'; in phar_postprocess_ru_web()
355 u[0] = '\0'; in phar_postprocess_ru_web()
364 if (u) { in phar_postprocess_ru_web()
366 u[0] = '/'; in phar_postprocess_ru_web()
367 saveu = u; in phar_postprocess_ru_web()
369 u = u1; in phar_postprocess_ru_web()
370 if (!u) { in phar_postprocess_ru_web()
374 u = strrchr(e, '/'); in phar_postprocess_ru_web()
375 if (!u) { in phar_postprocess_ru_web()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c249 if (!(jump->u.target & 0x1)) in detect_jump_type()
251 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2) - executable_offset) >> 1; in detect_jump_type()
255 diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2)) >> 1; in detect_jump_type()
303 …2_const((sljit_u16*)jump->addr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target); in set_jump_instruction()
308 SLJIT_ASSERT(jump->u.target & 0x1); in set_jump_instruction()
309 …diff = ((sljit_sw)jump->u.target - (sljit_sw)(jump->addr + sizeof(sljit_u32)) - executable_offset)… in set_jump_instruction()
312 SLJIT_ASSERT(jump->u.label->addr & 0x1); in set_jump_instruction()
313 …diff = ((sljit_sw)(jump->u.label->addr) - (sljit_sw)(jump->addr + sizeof(sljit_u32)) - executable_… in set_jump_instruction()
2135 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativeX86_64.c46 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && !(jump->flags & JUMP_LABEL) && (jump->u in generate_far_jump_code()
64 sljit_unaligned_store_s32(code_ptr, (sljit_s32)jump->u.target); in generate_far_jump_code()
66 sljit_unaligned_store_sw(code_ptr, jump->u.target); in generate_far_jump_code()
H A DsljitNativeSPARC_common.c229 target_addr = jump->u.target; in detect_jump_type()
232 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type()
389 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
1415 jump->u.target = srcw; in sljit_emit_ijump()
/PHP-8.1/ext/standard/tests/array/
H A Dend_64bit.phpt47 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
H A Dend.phpt47 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c277 } u; member
308 } u; member
10391 if (BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
10530 BACKTRACK_AS(bracket_backtrack)->u.condfailed = NULL; in compile_bracket_matchingpath()
10598 BACKTRACK_AS(bracket_backtrack)->u.assert = assert; in compile_bracket_matchingpath()
12487 CURRENT_AS(bracket_backtrack)->u.framesize >>= 1; in compile_bracket_backtrackingpath()
12581 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
12628 assert = CURRENT_AS(bracket_backtrack)->u.assert; in compile_bracket_backtrackingpath()
12779 assert = CURRENT_AS(bracket_backtrack)->u.assert; in compile_bracket_backtrackingpath()
12824 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
[all …]

Completed in 114 milliseconds

12345678910>>...12