Searched refs:xc (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_win.c | 31 CONTEXT *xc = xp->ContextRecord; in phpdbg_exception_handler_win32() local
|
/PHP-7.4/Zend/ |
H A D | zend_strtod.c | 894 xc = xc0; 902 *xc = carry; 910 xc = xc0; 920 *xc = carry; 924 xc = xc0; 926 z2 = *xc; 935 *xc = z2; 942 xc = xc0; 955 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ; 1156 xc = c->x; [all …]
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_intersect_key_variation4.phpt | 13 $input_array = array(0 => '0', -1 => '-1' , 02 => 'two', -07 => '-07', 0xA => '0xA', -0xC => '-0xc'…
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | bug48645.phpt | 25 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1619 uint32_t xc; in PRIV() local 1628 while (hptr < ptrend && (xc = XDIGIT(*hptr)) != 0xff) in PRIV() 1636 cc = (cc << 4) | xc; in PRIV() 1653 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV() 1654 cc = (cc << 4) | xc; in PRIV() 1655 if ((xc = XDIGIT(ptr[2])) == 0xff) break; /* Not a hex digit */ in PRIV() 1656 cc = (cc << 4) | xc; in PRIV() 1658 c = (cc << 4) | xc; in PRIV() 1878 uint32_t xc; in PRIV() local 1881 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV() [all …]
|
/PHP-7.4/ext/hash/tests/ |
H A D | fnv1a64.phpt | 273 array( 'cS!+[7nnxu?o^qXqJb\\LZakFY=_54/.xc/%?Gs/@iN1H@j;kNw9)Z%', '176ecfc36ff0fb5e' ),
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 1828 >0xc byte 00 \b, DOS 3.3 sector order 1831 >0xc byte 01 \b, ProDOS sector order 1833 >0xc byte 02 \b, NIB data 3363 >(0xc.l+9) byte 0x74 3364 >>(0xc.l+7) use rar-file-header 3366 >(0xc.l+9) byte 0x7a 3367 >>(0xc.l+7) use rar-file-header 4469 >>20 byte&0xe 0xc \b, 7 channels 7625 >>0xc lelong >0 \b, rerecorded %d times 16615 >>101 beshort&0xf 0xc \b(reserved %d) [all …]
|
H A D | magic | 1828 >0xc byte 00 \b, DOS 3.3 sector order 1831 >0xc byte 01 \b, ProDOS sector order 1833 >0xc byte 02 \b, NIB data 3363 >(0xc.l+9) byte 0x74 3364 >>(0xc.l+7) use rar-file-header 3366 >(0xc.l+9) byte 0x7a 3367 >>(0xc.l+7) use rar-file-header 4469 >>20 byte&0xe 0xc \b, 7 channels 7625 >>0xc lelong >0 \b, rerecorded %d times 16615 >>101 beshort&0xf 0xc \b(reserved %d) [all …]
|
Completed in 235 milliseconds