Home
last modified time | relevance | path

Searched refs:y (Results 101 – 125 of 478) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/spl/tests/
H A Dbug74058.phpt53 $y = new MyArray();
54 $y['a2'] = new stdClass();
55 var_dump($y['a2']);
57 $y['a2']->b = 'some value';
58 var_dump($y['a2']);
H A Dbug45826.phpt6 $y = new StdClass;
7 $o->append($y);
8 $o->append($y);
44 $y = new StdClass;
45 $o->append($y);
46 $o->append($y);
/PHP-7.2/ext/gd/tests/
H A Dimagefttext.phpt28 for ($y = 0; $y < $sy; ++$y) {
30 if (imagecolorat($im, $x, $y) == $colour_b) {
H A Dimagegammacorrect_variation2.phpt39 function draw_cell($im, $x, $y)
42 $y1 = 120 * $y;
45 $color = cell_color($im, $x, $y);
49 function cell_color($im, $x, $y)
52 switch ($y) {
H A Dimagettftext_charmap_order.phpt49 for ($y = 0; $y < $h; $y++) {
51 $rgb = imagecolorat($im, $x, $y);
H A Dcopyresized.phpt28 for ($y = 0; $y < 38; $y++) {
29 $p1 = imagecolorat($im, $x, $y);
30 $p2 = imagecolorat($dst, $x, $y);
/PHP-7.2/ext/standard/
H A Durl.c602 register size_t x, y; local
606 for (x = 0, y = 0; len--; x++, y++) {
609 if ((ZSTR_VAL(str)[y] < '0' && ZSTR_VAL(str)[y] != '-' && ZSTR_VAL(str)[y] != '.') ||
610 (ZSTR_VAL(str)[y] < 'A' && ZSTR_VAL(str)[y] > '9') ||
611 (ZSTR_VAL(str)[y] > 'Z' && ZSTR_VAL(str)[y] < 'a' && ZSTR_VAL(str)[y] != '_') ||
612 (ZSTR_VAL(str)[y] > 'z' && ZSTR_VAL(str)[y] != '~')) {
613 ZSTR_VAL(str)[y++] = '%';
617 if (!isalnum(ZSTR_VAL(str)[y]) && strchr("_-.~", ZSTR_VAL(str)[y]) != NULL) {
618 ZSTR_VAL(str)[y++] = '%';
624 ZSTR_VAL(str)[y] = '\0';
[all …]
/PHP-7.2/ext/gd/libgd/
H A Dgd_matrix.c31 double y = src->y; in gdAffineApplyToPointF() local
33 y = src->y; in gdAffineApplyToPointF()
34 dst->x = x * affine[0] + y * affine[2] + affine[4]; in gdAffineApplyToPointF()
35 dst->y = x * affine[1] + y * affine[3] + affine[5]; in gdAffineApplyToPointF()
H A Dgd_wbmp.c97 int x, y, pos; in gdImageWBMPCtx() local
108 for (y = 0; y < gdImageSY(image); y++) { in gdImageWBMPCtx()
110 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx()
H A Dgd.h279 double x, y; member
324 int x, y; member
422 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
424 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
425 int gdImageGetPixel(gdImagePtr im, int x, int y);
502 double ptsize, double angle, int x, int y, char * string,
508 int x, y; member
683 void gdImageFill(gdImagePtr im, int x, int y, int color);
758 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
759 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
[all …]
/PHP-7.2/ext/soap/interop/
H A Dtest.utility.php97 function compare(&$x,&$y) { argument
100 $y_type = gettype($y);
103 $ok = array_compare($x, $y);
105 $ok = object_compare($x, $y);
107 $ok = number_compare($x, $y);
111 $ok = ($x == $y);
/PHP-7.2/ext/date/tests/
H A Dbug52113.phpt20 'y' => 7,
37 ["y"]=>
70 string(332) "O:12:"DateInterval":16:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:4;s:1:"i";i:0;s:…
72 'y' => 0,
89 ["y"]=>
138 ["y"]=>
177 ["y"]=>
226 ["y"]=>
/PHP-7.2/Zend/tests/
H A Dbug30140.phpt15 A::$test2 = "y";
26 string(1) "y"
29 string(1) "y"
H A Dconstant_arrays.phpt21 $y = [&$x];
22 define('QUX', $y);
23 $y[0] = 3;
24 var_dump($x, $y, QUX);
H A Dbug39018.phpt27 @$y = $x[4];
51 $y = 'foobar';
53 $y[12.2];
55 print $y[12.2]; // 52
57 $y[3.5];
59 print $y[3.5]; // 56
H A Dclosure_028.phpt6 foreach (function(){ return 1; } as $y) {
7 var_dump($y);
H A Dclosure_019.phpt13 $y = 3;
14 var_dump($GLOBALS['lambda']($y));
15 var_dump($lambda($y));
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_2.phpt24 $item = "�yԇ���ֹ�·��"; // cp936 string
52 getting basename of %s\�yԇ���ֹ�·��25
53 string(%d) "�yԇ���ֹ�·��25"
55 string(%d) "%s\�yԇ���ֹ�·��25"
/PHP-7.2/ext/standard/tests/streams/
H A Dbug71323.phpt7 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
16 string(1) "y"
18 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_get_info.phpt7 var_dump(password_get_info('$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y'));
9 var_dump(password_get_info('$2y$11$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y'));
11 var_dump(password_get_info('$2y$11$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100'));
/PHP-7.2/ext/standard/tests/file/
H A Dbasename_bug66395_variation2-win32.phpt7 echo basename("y:") . "\n";
8 echo basename("y:/") . "\n";
18 echo basename("x:y:z:hello\world:my.stream:\$DATA") . "\n";
24 y
25 y
/PHP-7.2/ext/soap/tests/
H A Dserver014.phpt7 function Add($x,$y) {
9 return $x+$y;
26 <y xsi:type="xsd:int">33</y>
/PHP-7.2/ext/standard/tests/strings/
H A Dbug77608.phpt6 $a = ["x" => 1E+14, "y" => "1E+14"];
11 x=1.0E%2B14&y=1E%2B14
/PHP-7.2/Zend/tests/type_declarations/
H A Ddefault_boolean_hint_values.phpt6 function foo(bool $x = true, bool $y = false) {
7 var_dump($x, $y);
/PHP-7.2/ext/intl/tests/
H A Dcollator_asort.phpt59 array( 'd' => 'y' ,
101 array( '1' => 'y' ,
125 array( 'd' => 'y',
143 'd' => 'y',
216 1 => 'y',
240 'd' => 'y',

Completed in 51 milliseconds

12345678910>>...20