Home
last modified time | relevance | path

Searched refs:xc (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_win.c31 CONTEXT *xc = xp->ContextRecord; in phpdbg_exception_handler_win32() local
/PHP-7.3/Zend/
H A Dzend_strtod.c891 xc = xc0;
899 *xc = carry;
907 xc = xc0;
917 *xc = carry;
921 xc = xc0;
923 z2 = *xc;
932 *xc = z2;
939 xc = xc0;
952 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
1153 xc = c->x;
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Darray_intersect_key_variation4.phpt13 $input_array = array(0 => '0', -1 => '-1' , 02 => 'two', -07 => '-07', 0xA => '0xA', -0xC => '-0xc'…
/PHP-7.3/ext/mbstring/tests/
H A Dbug48645.phpt25 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1526 uint32_t xc; in PRIV() local
1529 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV()
1530 cc = (cc << 4) | xc; in PRIV()
1531 if ((xc = XDIGIT(ptr[2])) == 0xff) break; /* Not a hex digit */ in PRIV()
1532 cc = (cc << 4) | xc; in PRIV()
1533 if ((xc = XDIGIT(ptr[3])) == 0xff) break; /* Not a hex digit */ in PRIV()
1534 c = (cc << 4) | xc; in PRIV()
1752 uint32_t xc; in PRIV() local
1755 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV()
1756 c = (cc << 4) | xc; in PRIV()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c2682 CClassNode* xc = CCLASS_(x); in is_exclusive() local
2693 if (IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) { in is_exclusive()
2696 if (BITSET_AT(xc->bs, i)) { in is_exclusive()
2705 if (IS_NOT_NULL(xc->mbuf)) return 0; in is_exclusive()
2706 if (IS_NCCLASS_NOT(xc)) return 0; in is_exclusive()
2711 if (BITSET_AT(xc->bs, i)) in is_exclusive()
2716 if (BITSET_AT(xc->bs, i)) return 0; in is_exclusive()
2733 v = BITSET_AT(xc->bs, i); in is_exclusive()
2734 if ((v != 0 && !IS_NCCLASS_NOT(xc)) || (v == 0 && IS_NCCLASS_NOT(xc))) { in is_exclusive()
2741 if ((IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) || in is_exclusive()
/PHP-7.3/ext/hash/tests/
H A Dfnv1a64.phpt275 array( 'cS!+[7nnxu?o^qXqJb\\LZakFY=_54/.xc/%?Gs/@iN1H@j;kNw9)Z%', '176ecfc36ff0fb5e' ),
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic1691 >0xc byte 00 \b, DOS 3.3 sector order
1694 >0xc byte 01 \b, ProDOS sector order
1696 >0xc byte 02 \b, NIB data
3177 >(0xc.l+9) byte 0x74
3178 >>(0xc.l+7) use rar-file-header
3180 >(0xc.l+9) byte 0x7a
3181 >>(0xc.l+7) use rar-file-header
4163 >>20 byte&0xe 0xc \b, 7 channels
6772 >>0xc lelong >0 \b, rerecorded %d times
15519 >>101 beshort&0xf 0xc \b(reserved %d)
H A Dmagic私はガラスを食べられます1691 >0xc byte 00 \b, DOS 3.3 sector order
1694 >0xc byte 01 \b, ProDOS sector order
1696 >0xc byte 02 \b, NIB data
3177 >(0xc.l+9) byte 0x74
3178 >>(0xc.l+7) use rar-file-header
3180 >(0xc.l+9) byte 0x7a
3181 >>(0xc.l+7) use rar-file-header
4163 >>20 byte&0xe 0xc \b, 7 channels
6772 >>0xc lelong >0 \b, rerecorded %d times
15519 >>101 beshort&0xf 0xc \b(reserved %d)

Completed in 149 milliseconds