Home
last modified time | relevance | path

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

12345678910>>...44

/PHP-5.4/Zend/tests/
H A Dconstants_009.phpt6 namespace foo\x;
8 const x = 2;
10 class x {
11 const x = 1;
15 var_dump(namespace\x,
16 x::x,
17 namespace\x::x);
18 var_dump(defined('foo\x\x'));
H A Dns_040.phpt9 function f1($x=A) {
10 echo $x;
13 echo $x;
15 function f3($x=Y\A) {
16 echo $x;
19 echo $x;
21 function f5($x=B) {
22 echo $x;
25 echo $x[0];
28 echo $x["aaa"];
[all …]
H A Dbug28444.phpt14 public $x;
18 $this->x = $x;
25 public $x;
29 $this->x = new Object($x);
45 var_dump($y->x);
46 var_dump($y->x->x);
47 var_dump($y->x->x = 3);
51 var_dump($y->z->x);
53 var_dump($t->x = 5);
60 ["x"]=>
[all …]
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 Dbug30820.phpt8 private static $x;
11 Blah::$x = 1;
12 $this->x = 5; // no warning, but refers to different variable
14 echo 'Blah::$x = '. Blah::$x ."\n";
15 echo '$this->x = '. $this->x ."\n";
23 Strict Standards: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
24 Blah::$x = 1
26 Strict Standards: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
27 $this->x = 5
H A Ddereference_002.phpt10 $x = array();
11 $x[] = 3;
12 $x[] = array(1, 5);
13 $x[] = new foo;
14 return $x;
22 var_dump($x[0]);
24 var_dump($x->bar());
25 var_dump($x->bar()[0]);
27 $x = array();
28 $x[] = new foo;
[all …]
/PHP-5.4/ext/reflection/tests/
H A Dbug42976.phpt7 function __construct(&$x) {
8 $x = "x.changed";
12 $x = "x.original";
13 new C($x); // OK
14 var_dump($x);
17 $x = "x.original";
19 var_dump($x);
20 $x = "x.original";
22 var_dump($x);
27 string(9) "x.changed"
[all …]
/PHP-5.4/ext/standard/tests/strings/
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 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 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 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'
69 string(36) "7fffffff x, 7000000 ffffffff80000000"
81 string(5) "%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'
69 string(28) "7fffffff x, 7000000 80000000"
81 string(5) "%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 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
/PHP-5.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 …]
H A Dlines.phpt22 for ($x=1; $x<5; $x++) {
23 $p3 = $p3 && (imagecolorat($im, $x,5)==0x00ff00);
53 $x=1;
57 $p3 = $p3 && (imagecolorat($im, $x,$y)==0x00ff00);
58 $x++;
70 for ($x=0; $x<6; $x++) {
72 $p3 = $p3 && (imagecolorat($im, $x,$y)!=0x00ff00);
83 for ($x=0; $x<6; $x++) {
85 $p3 = $p3 && (imagecolorat($im, $x,$y)!=0x00ff00);
96 for ($x=0; $x<5; $x++) {
[all …]
/PHP-5.4/ext/date/lib/
H A Dastro.c40 #define sind(x) sin((x)*DEGRAD) argument
41 #define cosd(x) cos((x)*DEGRAD) argument
42 #define tand(x) tan((x)*DEGRAD) argument
44 #define atand(x) (RADEG*atan(x)) argument
45 #define asind(x) (RADEG*asin(x)) argument
46 #define acosd(x) (RADEG*acos(x)) argument
47 #define atan2d(y,x) (RADEG*atan2(y,x)) argument
71 return (x - 360.0 * floor(x * INV360)); in astro_revolution()
79 return (x - 360.0 * floor(x * INV360 + 0.5)); in astro_rev180()
147 *r = sqrt(x*x + y*y); /* Solar distance */ in astro_sunpos()
[all …]
/PHP-5.4/ext/gd/libgd/
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()
H A Dgd_arc_f_buggy.c42 int x;
114 pt[1].x = cx + axis_pt[(i + 1) & 3].x;
369 pt[0].x = cx + (flip_x ? (-pt[0].x) : pt[0].x);
373 pt[2].x = cx + (flip_x ? (-pt[2].x) : pt[2].x);
391 pt[0].x = cx + (flip_x ? (-pt[0].x) : pt[0].x);
393 pt[1].x = cx + (flip_x ? (-pt[1].x) : pt[1].x);
395 pt[2].x = cx + (flip_x ? (-pt[2].x) : pt[2].x);
450 lg -= 2 * (pt[0].x - pt[2].x);
459 for (x = (int) (lx2 / 2); x <= (int) (x2 / 2); x++)
520 lg += 2 * (pt[0].x - pt[2].x);
[all …]
/PHP-5.4/ext/hash/
H A Dhash_md.c231 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
233 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
234 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
238 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
360 Decode(x, block, 64);
440 memset((unsigned char*) x, 0, sizeof(x));
448 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
449 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
450 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
[all …]
/PHP-5.4/ext/standard/tests/array/
H A Dbug28739.phpt6 public $x;
7 function __construct($x){$this->x=$x;}
9 function a(&$a, &$b){var_dump(__FUNCTION__);return $a->x - $b->x;}
10 function b(&$a, &$b){var_dump(__FUNCTION__);return $a->x - $b->x;}
27 [x] => 0
32 [x] => 1
37 [x] => 2
55 [x] => 1

Completed in 84 milliseconds

12345678910>>...44