Home
last modified time | relevance | path

Searched refs:u (Results 251 – 275 of 285) sorted by relevance

1...<<1112

/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt104 foreach ($arr as $u => $v) {
105 $ent = sprintf("&#x%X;", $u);
H A Dhtml_entity_decode_win1251.phpt140 foreach ($arr as $u => $v) {
141 $ent = sprintf("&#x%X;", $u);
H A Dhtml_entity_decode_macroman.phpt140 foreach ($arr as $u => $v) {
141 $ent = sprintf("&#x%X;", $u);
H A Dprintf.phpt131 printf( "%u", $unsig_num );
H A Dprintf_64bit.phpt131 printf( "%u", $unsig_num );
H A Dhtml_entity_decode_cp866.phpt136 foreach ($arr as $u => $v) {
137 $ent = sprintf("&#x%X;", $u);
H A Dhtml_entity_decode_koi8-r.phpt136 foreach ($arr as $u => $v) {
137 $ent = sprintf("&#x%X;", $u);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c175 target_addr = jump->u.target; in detect_jump_type()
178 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type()
326 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
1778 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativeTILEGX_64.c913 target_addr = jump->u.target; in detect_jump_type()
916 target_addr = (sljit_uw)(code + jump->u.label->size); in detect_jump_type()
1076 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
2376 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c330 target_addr = jump->u.target; in detect_jump_type()
333 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type()
600 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
2074 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativePPC_common.c274 target_addr = jump->u.target; in detect_jump_type()
277 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type()
522 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
2043 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitLir.h359 } u; member
H A DsljitNativeX86_32.c62 …sljit_unaligned_store_sw(code_ptr, jump->u.target - (jump->addr + 4) - (sljit_uw)executable_offset… in generate_far_jump_code()
/PHP-7.4/
H A DUPGRADING.INTERNALS24 u. Removed uint and ulong typedefs
216 u. The typedefs uint and ulong are no longer guaranteed to be available, and
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in316 ; %u: remote user
318 ; Default: "%R - %u %t \"%m %r\" %s"
319 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
H A Dconfig.m4657 …$\$2 == \"B\")) && (substr(\$\$3,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIB…
/PHP-7.4/ext/pcre/tests/
H A Dbug76514.phpt488 (?<string> " ([^"\\\\]* | \\\\ ["\\\\bfnrt\/] | \\\\ u [0-9a-f]{4} )* " )
/PHP-7.4/ext/json/
H A Djson_scanner.re146 UTFSYM = "u" ;
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
H A Dfscanf_variation51.phpt29 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.4/ext/standard/
H A Dconfig.m4135 salt[6]='m'; salt[7]='u'; salt[8]='s';
/PHP-7.4/Zend/
H A Dzend_hash.c137 ht->u.v.flags = HASH_FLAG_PACKED | HASH_FLAG_STATIC_KEYS; in zend_hash_real_init_packed_ex()
153 ht->u.v.flags = HASH_FLAG_STATIC_KEYS; in zend_hash_real_init_mixed_ex()
215 .gc.u.type_info = IS_ARRAY | (GC_IMMUTABLE << GC_FLAGS_SHIFT),
216 .u.flags = HASH_FLAG_UNINITIALIZED,
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags
70 #define HT_ITERATORS_COUNT(ht) (ht)->u.v.nIteratorsCount
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_basic.phpt1388 …string(99) "~^mozilla/5\.0 \(ipod; u; .*mac os x; en\) applewebkit/.* \(.*\) version/3\.0 mobile/.…
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4813 [[maybe_unused]] auto p = pair{13, 42u};

Completed in 79 milliseconds

1...<<1112