/PHP-5.5/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 169 x2("", "", 0, 0); in main() 170 x2("^", "", 0, 0); in main() 171 x2("$", "", 0, 0); in main() 172 x2("\\G", "", 0, 0); in main() 173 x2("\\A", "", 0, 0); in main() 174 x2("\\Z", "", 0, 0); in main() 175 x2("\\z", "", 0, 0); in main() 176 x2("^$", "", 0, 0); in main() 181 x2("", "a", 0, 0); in main() 182 x2("a", "a", 0, 1); in main() [all …]
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | testc.c | 169 x2("", "", 0, 0); in main() 170 x2("^", "", 0, 0); in main() 171 x2("$", "", 0, 0); in main() 172 x2("\\G", "", 0, 0); in main() 173 x2("\\A", "", 0, 0); in main() 174 x2("\\Z", "", 0, 0); in main() 175 x2("\\z", "", 0, 0); in main() 176 x2("^$", "", 0, 0); in main() 181 x2("", "a", 0, 0); in main() 182 x2("a", "a", 0, 1); in main() [all …]
|
H A D | testu.c | 217 x2("\000\000", "\000\000", 0, 0); in main() 218 x2("\000^\000\000", "\000\000", 0, 0); in main() 219 x2("\000$\000\000", "\000\000", 0, 0); in main() 224 x2("\000^\000$\000\000", "\000\000", 0, 0); in main() 229 x2("\000\000", "\000a\000\000", 0, 0); in main() 230 x2("\000a\000\000", "\000a\000\000", 0, 2); in main() 243 x2("\000.\000\000", "\000a\000\000", 0, 2); in main() 627 x2("\000\000", "0B\000\000", 0, 0); in main() 628 x2("0B\000\000", "0B\000\000", 0, 2); in main() 633 x2("0B\000\000", "0D0B\000\000", 2, 4); in main() [all …]
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_arc_f_buggy.c | 294 x2 = w; 297 g = x2 - 1; 307 x2 -= 2; 328 x2 = 0; 411 x2 = w; 476 x2 = 0; 484 x2 += 2; 505 x2 += 2; 633 x2 = w; 660 x2 = 0; [all …]
|
H A D | gd.c | 1155 x = x2; in gdImageLine() 1220 x = x2; in gdImageLine() 1310 x2 += (y2 * (x1 - x2)) / (y2 - y1); in gdImageAALine() 1323 x2 -= ((im->sy - y2) * (x1 - x2)) / (y2 - y1); in gdImageAALine() 1336 y2 += (x2 * (y1 - y2)) / (x2 - x1); in gdImageAALine() 1337 x2 = 0; in gdImageAALine() 1348 y2 -= ((im->sx - x2) * (y1 - y2)) / (x2 - x1); in gdImageAALine() 1435 x = x2; in gdImageDashedLine() 2061 x2 = t; in gdImageRectangle() 2131 x2 = x; in gdImageFilledRectangle() [all …]
|
H A D | gd.h | 423 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 424 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 428 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 431 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 433 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color); 434 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
|
/PHP-5.5/ext/standard/tests/math/ |
H A D | log.phpt | 7 $x2 = (int) exp(log($x)); 9 if (($x2 < ($x + 2)) && ($x2 > ($x - 2))) { 12 print "$x : $x2\n"; 20 $x2 = (int) pow($base, log($x, $base)); 22 if (($x2 < ($x + 2)) && ($x2 > ($x - 2))) { 25 print "base $base: $x : $x2\n";
|
/PHP-5.5/Zend/tests/ |
H A D | bug32296.phpt | 16 private function x2() {} 39 [0] => x2 46 [0] => x2
|
/PHP-5.5/ext/hash/ |
H A D | hash_haval.c | 129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument 130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument 131 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) ) 132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument 133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument 134 ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \ 136 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument 137 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
|
H A D | hash_tiger.c | 57 round(c,a,b,x2,mul) \ 67 x2 += x1; \ 68 x3 -= x2 ^ ((~x1)<<19); \ 75 x2 ^= x1; \ 76 x3 += x2; \ 77 x4 -= x3 ^ ((~x2)>>23); \ 102 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \ 121 register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
|
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_doclit_007w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_009w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_010w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_008w.phpt | 23 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 32 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_007w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_008w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_009w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_010w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) { 26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_003w.phpt | 24 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 27 $this->intMessage = $x2;
|
H A D | r4_groupH_complex_rpcenc_003w.phpt | 17 function ExtendedStruct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2;
|
/PHP-5.5/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 74 $x2 = array(array(2),2); 78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
|
/PHP-5.5/ext/gd/tests/ |
H A D | types.phpt | 15 if ($flags&0x2 && !function_exists("imagejpeg")) {
|
H A D | imageconvolution_error3.phpt | 2 Testing wrong array size 3x2 in imageconvolution() of GD library
|
H A D | libgd00186.phpt | 14 $other = imagecolorallocate($tile,0,0,0x2);
|
/PHP-5.5/ext/zlib/tests/ |
H A D | bug_40189.phpt | 10 $a = "\x3\x0\x85\x46\x2f\x7c\xc2\xaa\x69\x2b\x6d\xe5\xdb\xfe\xe4\x21\x8f\x0\x97\x21\x1d\x2\x0\x0\x0…
|