Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/intl/tests/
H A Dlocale_get_display_language2.phpt64 'en-US-u-islamCal',
252 locale='en-US-u-islamCal'
H A Dlocale_get_display_name4.phpt75 'en-US-u-islamCal',
314 locale='en-US-u-islamCal'
H A Dlocale_get_display_name5.phpt75 'en-US-u-islamCal',
314 locale='en-US-u-islamCal'
H A Dlocale_get_display_name6.phpt75 'en-US-u-islamCal',
314 locale='en-US-u-islamCal'
H A Dlocale_get_display_name2.phpt74 'en-US-u-islamCal',
313 locale='en-US-u-islamCal'
H A Dlocale_get_display_name3.phpt74 'en-US-u-islamCal',
313 locale='en-US-u-islamCal'
H A Dlocale_get_display_name8.phpt74 'en-US-u-islamCal',
313 locale='en-US-u-islamCal'
H A Dlocale_get_display_name7.phpt75 'en-US-u-islamCal',
314 locale='en-US-u-islamCal'
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
H A Dhtml_entity_decode_iso8859-5.phpt104 foreach ($arr as $u => $v) {
105 $ent = sprintf("&#x%X;", $u);
/PHP-7.4/ext/exif/
H A Dexif.c1578 union { uint32_t i; float f; } u; in php_ifd_get_float() local
1579 u.i = php_ifd_get32u(data, 0); in php_ifd_get_float()
1580 return u.f; in php_ifd_get_float()
1584 union { uint64_t i; double f; } u; in php_ifd_get_double() local
1585 u.i = php_ifd_get64u(data, 0); in php_ifd_get_double()
1586 return u.f; in php_ifd_get_double()
1817 unsigned u; member
2242 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
2526 add_assoc_long(&tmpi, name, (int)info_value->u); in add_assoc_image_info()
2528 add_index_long(&array, ap, (int)info_value->u); in add_assoc_image_info()
[all …]
/PHP-7.4/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-7.4/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()
2124 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()
1410 jump->u.target = srcw; in sljit_emit_ijump()
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.4/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-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c277 } u; member
308 } u; member
10314 if (BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
10453 BACKTRACK_AS(bracket_backtrack)->u.condfailed = NULL; in compile_bracket_matchingpath()
10521 BACKTRACK_AS(bracket_backtrack)->u.assert = assert; in compile_bracket_matchingpath()
12410 CURRENT_AS(bracket_backtrack)->u.framesize >>= 1; in compile_bracket_backtrackingpath()
12504 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
12551 assert = CURRENT_AS(bracket_backtrack)->u.assert; in compile_bracket_backtrackingpath()
12702 assert = CURRENT_AS(bracket_backtrack)->u.assert; in compile_bracket_backtrackingpath()
12747 if (CURRENT_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_backtrackingpath()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dend.phpt51 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
H A Dend_64bit.phpt51 $array_test = array("a", "b", "d", 7, "u" => "U", -4, "-.008" => "neg.008");
/PHP-7.4/main/streams/
H A Dmemory.c309 self->smax = ~0u; in _php_stream_memory_create()
747 if ((stream = php_stream_temp_create_rel(0, ~0u)) != NULL) { in php_stream_url_wrap_rfc2397()
/PHP-7.4/docs/
H A Drelease-process.md61 git push -u origin master
116 git tag -u YOURKEYID php-7.4.2RC2
203 sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address
228 7. Tag the repository with the version e.g. `git tag -u YOURKEYID php-7.4.1`
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re59 …/* fprintf(stderr, "UNSERIALIZE_INIT == lock: %u, level: %u\n", BG(serialize_lock), BG(unserial…
82 …/* fprintf(stderr, "UNSERIALIZE_DESTROY == lock: %u, level: %u\n", BG(serialize_lock), BG(unserial…
/PHP-7.4/Zend/
H A Dzend_compile.h84 } u; member
934 #define ZEND_SEND_BY_VAL 0u
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c76 uint32_t u; member
79 #define NEED_SWAP (cdf_bo.u == CAST(uint32_t, 0x01020304))
96 #define CDF_CALLOC(n, u) ecalloc(n, u) argument

Completed in 274 milliseconds

12345678910>>...12