Home
last modified time | relevance | path

Searched refs:x (Results 26 – 50 of 1404) sorted by relevance

12345678910>>...57

/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation39.phpt23 "%Lx", " %x", "%x ",
24 "\t%x", "\n%x", "%4x",
25 "%30x", "%[0-9A-Fa-f]", "%*x"
45 string(2) "1x"
47 string(1) "x"
56 string(1) "x"
62 string(1) "x"
71 string(1) "x"
77 string(1) "x"
86 string(1) "x"
[all …]
H A Dsprintf_variation35.phpt37 "%Lx", " %x", "%x ",
38 "\t%x", "\n%x", "%4x",
39 "%30x", "%[0-9A-Fa-f]", "%*x"
62 string(1) "x"
71 string(1) "x"
77 string(1) "x"
86 string(1) "x"
92 string(1) "x"
101 string(1) "x"
107 string(1) "x"
[all …]
H A Dsprintf_variation35_64bit.phpt33 "%Lx", " %x", "%x ",
34 "\t%x", "\n%x", "%4x",
35 "%30x", "%[0-9A-Fa-f]", "%*x"
58 string(1) "x"
67 string(1) "x"
73 string(1) "x"
82 string(1) "x"
88 string(1) "x"
97 string(1) "x"
103 string(1) "x"
[all …]
H A Dvprintf_variation13.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
72 7fffffff x, 7000000 80000000
88 %34 x
H A Dvprintf_variation13_64bit.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
72 7fffffff x, 7000000 ffffffff80000000
88 %34 x
H A Dvsprintf_variation13.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
68 string(28) "7fffffff x, 7000000 80000000"
80 string(5) "%34 x"
H A Dvsprintf_variation13_64bit.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
68 string(36) "7fffffff x, 7000000 ffffffff80000000"
80 string(5) "%34 x"
H A Dvfprintf_variation13.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
77 7fffffff x, 7000000 80000000
85 %34 x
H A Dvfprintf_variation13_64bit.phpt23 "%x",
24 "%+x %-x %X",
25 "%lx %Lx, %4x %-4x",
26 "%10.4x %-10.4x %04x %04.4x",
27 "%'#2x %'2x %'$2x %'_2x",
28 "%x %x %x %x",
29 "% %%x x%",
30 '%3$x %4$x %1$x %2$x'
77 7fffffff x, 7000000 ffffffff80000000
85 %34 x
H A Dsprintf_variation34_64bit.phpt39 "%Lx", " %x", "%x ",
40 "\t%x", "\n%x", "%4x",
41 "%30x", "%[0-9A-Fa-f]", "%*x"
61 string(2) "0x"
63 string(1) "x"
72 string(1) "x"
78 string(1) "x"
87 string(1) "x"
93 string(1) "x"
102 string(1) "x"
[all …]
H A Dunpack_offset.phpt8 printf("0x%08x 0x%08x\n", $a[1], $a[2]);
10 printf("0x%08x 0x%08x\n",
/PHP-7.4/ext/gd/tests/
H A Dlibgd00100.phpt28 $x = 100;
30 $x, $top,
31 $x+2*$d, $top,
34 $x, $bot
81 $x = 150;
83 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
86 $x = 180;
88 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
91 $x = 225;
93 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_crop.c122 for (x = 0; match && x < width; x++) { in gdImageCropAuto()
137 for (x = 0; match && x < width; x++) { in gdImageCropAuto()
144 for (x = 0; match && x < width; x++) { in gdImageCropAuto()
149 crop.x = x - 1; in gdImageCropAuto()
152 for (x = width - 1; match && x >= 0; x--) { in gdImageCropAuto()
157 crop.width = x - crop.x + 2; in gdImageCropAuto()
210 for (x = 0; match && x < width; x++) { in gdImageCropThreshold()
224 for (x = 0; match && x < width; x++) { in gdImageCropThreshold()
231 for (x = 0; match && x < width; x++) { in gdImageCropThreshold()
236 crop.x = x - 1; in gdImageCropThreshold()
[all …]
H A Dgd_pixelate.c5 int x, y; in gdImagePixelate() local
15 for (x = 0; x < im->sx; x += block_size) { in gdImagePixelate()
16 if (gdImageBoundsSafe(im, x, y)) { in gdImagePixelate()
17 int c = gdImageGetPixel(im, x, y); in gdImagePixelate()
18 gdImageFilledRectangle(im, x, y, x + block_size - 1, y + block_size - 1, c); in gdImagePixelate()
25 for (x = 0; x < im->sx; x += block_size) { in gdImagePixelate()
34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { in gdImagePixelate()
37 c = gdImageGetPixel(im, x + cx, y + cy); in gdImagePixelate()
48 gdImageFilledRectangle(im, x, y, x + block_size - 1, y + block_size - 1, c); in gdImagePixelate()
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_082.phpt7 public static int $x = 0;
14 $x =& Test::$x;
16 $x = "foo";
18 var_dump($x, Test::$x);
20 Test::$x =& Test2::$y; // remove the typed ref from $x
21 $x = "foo";
22 var_dump($x, Test::$x);
26 Cannot assign string to reference held by property Test::$x of type int
/PHP-7.4/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) argument
46 #define cosd(x) cos((x)*DEGRAD) argument
47 #define tand(x) tan((x)*DEGRAD) argument
49 #define atand(x) (RADEG*atan(x)) argument
50 #define asind(x) (RADEG*asin(x)) argument
51 #define acosd(x) (RADEG*acos(x)) argument
52 #define atan2d(y,x) (RADEG*atan2(y,x)) argument
76 return (x - 360.0 * floor(x * INV360)); in astro_revolution()
84 return (x - 360.0 * floor(x * INV360 + 0.5)); in astro_rev180()
152 *r = sqrt(x*x + y*y); /* Solar distance */ in astro_sunpos()
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dbug78015.phpt8 $x = 1;
11 global $x;
12 $a = ['b' => [$x], 'c' => [$x]];
18 global $x;
25 global $x;
32 global $x;
39 global $x;
46 global $x;
54 global $x;
77 global $x;
[all …]
/PHP-7.4/Zend/tests/
H A Dresult_unused.phpt5 $x = array(1);
6 $a = "x";
9 $x = array(array(2));
10 $x[0];
12 $x = "str";
13 $x[0];
14 $x[3];
22 $x = new Foo();
23 $x->prop;
24 $x->y;
H A Dnowdoc_015.phpt10 $x = <<<EOF
12 var_dump($x);
14 $x = <<<'EOF'
16 var_dump($x);
18 $x = <<<EOF
21 var_dump($x);
23 $x = <<<'EOF'
26 var_dump($x);
28 $x = <<<EOF
36 var_dump($x);
[all …]
H A Drope_with_exception.phpt7 function __get($x) {
13 $x = new Obj;
15 $r = "$y|$x->x|";
22 $x = new Obj;
24 $r = "$y$x->x|";
31 $x = new Obj;
33 $r = "$y|$y$x->x";
43 #0 %s(%d): Obj->__get('x')
47 #0 %s(%d): Obj->__get('x')
51 #0 %s(%d): Obj->__get('x')
H A Dpow_array_leak.phpt6 $x = [0];
7 $x **= 1;
8 var_dump($x);
10 $x = [0];
11 $x **= $x;
12 var_dump($x);
H A Dbug30820.phpt9 private static $x;
12 Blah::$x = 1;
13 $this->x = 5; // no warning, but refers to different variable
15 echo 'Blah::$x = '. Blah::$x ."\n";
16 echo '$this->x = '. $this->x ."\n";
24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
25 Blah::$x = 1
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
28 $this->x = 5
/PHP-7.4/ext/spl/tests/
H A Dbug74058.phpt13 public function offsetSet($x, $v)
15 echo "offsetSet('{$x}')\n";
19 public function offsetGet($x)
21 echo "offsetGet('{$x}')\n";
35 echo "offsetSet('{$x}')\n";
39 public function offsetGet($x)
46 $x = new MyArrayObject;
47 $x->a1 = new stdClass();
48 var_dump($x->a1);
50 $x->a1->b = 'some value';
[all …]
/PHP-7.4/ext/hash/
H A Dhash_md.c229 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
230 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
231 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
232 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
236 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
358 Decode(x, block, 64);
438 ZEND_SECURE_ZERO((unsigned char*) x, sizeof(x));
446 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
447 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
448 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
[all …]
/PHP-7.4/ext/date/tests/
H A Ddate_time_immutable.phpt21 dump($v, $z, $x);
25 dump($v, $z, $x);
31 dump($v, $z, $x);
35 dump($v, $z, $x);
41 dump($v, $z, $x);
45 dump($v, $z, $x);
51 dump($v, $z, $x);
55 dump($v, $z, $x);
59 dump($v, $z, $x);
65 dump($v, $z, $x);
[all …]

Completed in 35 milliseconds

12345678910>>...57