Home
last modified time | relevance | path

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

/php-src/ext/opcache/tests/jit/
H A Dgh10271.phpt21 $sol['xc']=968;
34 printf("In;%.12f;%.12f;%.12f;%.12f;",$x,$y,$sol['xc'],$sol['yc']);
35 $x = $sol['xc']*($x+1);
/php-src/sapi/phpdbg/
H A Dphpdbg_win.c29 CONTEXT *xc = xp->ContextRecord; in phpdbg_exception_handler_win32() local
/php-src/ext/standard/tests/array/
H A Darray_intersect_key_variation4.phpt8 $input_array = array(0 => '0', -1 => '-1' , 02 => 'two', -07 => '-07', 0xA => '0xA', -0xC => '-0xc'…
/php-src/Zend/
H A Dzend_strtod.c878 xc = xc0;
886 *xc = carry;
894 xc = xc0;
904 *xc = carry;
908 xc = xc0;
910 z2 = *xc;
919 *xc = z2;
926 xc = xc0;
939 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
1142 xc = c->x;
[all …]
/php-src/ext/mbstring/tests/
H A Dbug48645.phpt25 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1692 uint32_t xc; in PRIV() local
1701 while (hptr < ptrend && (xc = XDIGIT(*hptr)) != 0xff) in PRIV()
1709 cc = (cc << 4) | xc; in PRIV()
1730 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV()
1731 cc = (cc << 4) | xc; in PRIV()
1732 if ((xc = XDIGIT(ptr[2])) == 0xff) break; /* Not a hex digit */ in PRIV()
1733 cc = (cc << 4) | xc; in PRIV()
1735 c = (cc << 4) | xc; in PRIV()
1971 uint32_t xc; in PRIV() local
1974 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV()
[all …]
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt273 array( 'cS!+[7nnxu?o^qXqJb\\LZakFY=_54/.xc/%?Gs/@iN1H@j;kNw9)Z%', '176ecfc36ff0fb5e' ),
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2160 >0xc byte 00 \b, DOS 3.3 sector order
2163 >0xc byte 01 \b, ProDOS sector order
2169 >0xc byte 02 \b, NIB data
4056 >(0xc.l+9) byte 0x74
4057 >>(0xc.l+7) use rar-file-header
4059 >(0xc.l+9) byte 0x7a
4060 >>(0xc.l+7) use rar-file-header
5557 >>20 byte&0xe 0xc \b, 7 channels
25414 >0xc uleshort !0 \b, zeroes %#x
33734 >0 byte&0x0F 0xc \b#
[all …]
H A Dmagic2160 >0xc byte 00 \b, DOS 3.3 sector order
2163 >0xc byte 01 \b, ProDOS sector order
2169 >0xc byte 02 \b, NIB data
4056 >(0xc.l+9) byte 0x74
4057 >>(0xc.l+7) use rar-file-header
4059 >(0xc.l+9) byte 0x7a
4060 >>(0xc.l+7) use rar-file-header
5557 >>20 byte&0xe 0xc \b, 7 channels
25414 >0xc uleshort !0 \b, zeroes %#x
33734 >0 byte&0x0F 0xc \b#
[all …]

Completed in 222 milliseconds