Searched refs:xc (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/opcache/tests/jit/ |
H A D | gh10271.phpt | 21 $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 D | phpdbg_win.c | 29 CONTEXT *xc = xp->ContextRecord; in phpdbg_exception_handler_win32() local
|
/php-src/ext/standard/tests/array/ |
H A D | array_intersect_key_variation4.phpt | 8 $input_array = array(0 => '0', -1 => '-1' , 02 => 'two', -07 => '-07', 0xA => '0xA', -0xC => '-0xc'…
|
/php-src/Zend/ |
H A D | zend_strtod.c | 874 xc = xc0; 882 *xc = carry; 890 xc = xc0; 900 *xc = carry; 904 xc = xc0; 906 z2 = *xc; 915 *xc = z2; 922 xc = xc0; 935 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ; 1138 xc = c->x; [all …]
|
/php-src/ext/mbstring/tests/ |
H A D | bug48645.phpt | 25 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1693 uint32_t xc; in PRIV() local 1702 while (hptr < ptrend && (xc = XDIGIT(*hptr)) != 0xff) in PRIV() 1710 cc = (cc << 4) | xc; in PRIV() 1731 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV() 1732 cc = (cc << 4) | xc; in PRIV() 1733 if ((xc = XDIGIT(ptr[2])) == 0xff) break; /* Not a hex digit */ in PRIV() 1734 cc = (cc << 4) | xc; in PRIV() 1736 c = (cc << 4) | xc; in PRIV() 1972 uint32_t xc; in PRIV() local 1975 if ((xc = XDIGIT(ptr[1])) == 0xff) break; /* Not a hex digit */ in PRIV() [all …]
|
/php-src/ext/hash/tests/ |
H A D | fnv1a64.phpt | 273 array( 'cS!+[7nnxu?o^qXqJb\\LZakFY=_54/.xc/%?Gs/@iN1H@j;kNw9)Z%', '176ecfc36ff0fb5e' ),
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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 …]
|
Completed in 233 milliseconds