/PHP-7.1/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-7.1/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-7.1/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() 1401 x = x2; in gdImageDashedLine() 1451 x = x2; in gdImageDashedLine() 2041 x1 = x2; in gdImageRectangle() 2042 x2 = t; in gdImageRectangle() 2114 x1 = x2; in _gdImageFilledHRectangle() 2115 x2 = x; in _gdImageFilledHRectangle() 2158 x1 = x2; in _gdImageFilledVRectangle() 2159 x2 = x; in _gdImageFilledVRectangle() [all …]
|
/PHP-7.1/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-7.1/Zend/tests/ |
H A D | list_mixed_nested_keyed_unkeyed.phpt | 11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points; 12 var_dump($x1, $y1, $x2, $y2); 21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints; 22 var_dump($x1, $y1, $x2, $y2);
|
H A D | bug32296.phpt | 16 private function x2() {} 39 [0] => x2 46 [0] => x2
|
/PHP-7.1/ext/gd/tests/ |
H A D | bug53156.phpt | 20 function draw_and_check_rectangle($x1, $y1, $x2, $y2) 25 imagerectangle($img, $x1, $y1, $x2, $y2, $black); 26 $x = ($x1 + $x2) / 2; 31 draw_and_check_pixel($x2, $y);
|
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-7.1/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 uint64_t a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
|
/PHP-7.1/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_doclit_009w.phpt | 23 function __construct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function __construct($f, $s, $x1, $x2, $x3, $b) { 32 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_010w.phpt | 23 function __construct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function __construct($f, $s, $x1, $x2, $x3, $b) { 32 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_007w.phpt | 23 function __construct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function __construct($f, $s, $x1, $x2, $x3, $b) { 32 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_008w.phpt | 23 function __construct($f, $s, $x1, $x2, $x3) { 26 $this->intMessage = $x2; 31 function __construct($f, $s, $x1, $x2, $x3, $b) { 32 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_007w.phpt | 17 function __construct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function __construct($f, $s, $x1, $x2, $x3, $b) { 26 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_008w.phpt | 17 function __construct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function __construct($f, $s, $x1, $x2, $x3, $b) { 26 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_009w.phpt | 17 function __construct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function __construct($f, $s, $x1, $x2, $x3, $b) { 26 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_rpcenc_010w.phpt | 17 function __construct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2; 25 function __construct($f, $s, $x1, $x2, $x3, $b) { 26 parent::__construct($f, $s, $x1, $x2, $x3);
|
H A D | r4_groupH_complex_doclit_003w.phpt | 24 function __construct($f, $s, $x1, $x2, $x3) { 27 $this->intMessage = $x2;
|
H A D | r4_groupH_complex_rpcenc_003w.phpt | 17 function __construct($f, $s, $x1, $x2, $x3) { 20 $this->intMessage = $x2;
|
/PHP-7.1/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 74 $x2 = array(array(2),2); 78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
|