Home
last modified time | relevance | path

Searched refs:y (Results 201 – 225 of 717) sorted by relevance

12345678910>>...29

/php-src/Zend/tests/
H A Dconstant_arrays.phpt21 $y = [&$x];
22 define('QUX', $y);
23 $y[0] = 3;
24 var_dump($x, $y, QUX);
H A Dbug30140.phpt15 A::$test2 = "y";
26 string(1) "y"
29 string(1) "y"
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-src/ext/ffi/tests/
H A D046.phpt28 $x = FFI::type("struct {double x; double y;}");
33 var_dump($x->getStructFieldOffset("y"));
35 var_dump($x->getStructFieldType("y")->getKind() == $x::TYPE_DOUBLE);
37 $x = FFI::type("union {double x; double y;}");
42 var_dump($x->getStructFieldOffset("y"));
44 var_dump($x->getStructFieldType("y")->getKind() == $x::TYPE_DOUBLE);
81 string(1) "y"
95 string(1) "y"
H A Dgh10403.phpt12 uint64_t y : 54;
20 $test_struct->y = $test_value;
21 var_dump($test_struct->y === $test_value);
/php-src/ext/opcache/tests/
H A Dbug78015.phpt56 $y = 1;
58 $y = 2;
60 return $y;
70 'y' => $i,
112 ["y"]=>
/php-src/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt50 for ($y = 0; $y < $h; $y++) {
52 $rgb = imagecolorat($im, $x, $y);
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_2.phpt26 $item = "�yԇ���ֹ�·��"; // cp936 string
53 getting basename of %s\�yԇ���ֹ�·��25
54 string(%d) "�yԇ���ֹ�·��25"
56 string(%d) "%s\�yԇ���ֹ�·��25"
/php-src/ext/date/lib/
H A Dtimelib_private.h105 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) argument
/php-src/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt16 echo 'ctype_lower(\xe4): ' . (ctype_lower("\xe4") ? 'y' : 'n') . "\n";
21 echo 'ctype_lower(\xe4): ' . (ctype_lower("\xe4") ? 'y' : 'n') . "\n";
27 echo 'ctype_lower(\xe4): ' . (ctype_lower("\xe4") ? 'y' : 'n') . "\n";
40 ctype_lower(\xe4): y
/php-src/Zend/tests/generators/errors/
H A Dresume_running_generator_error_003.phpt7 $g->send($y);
12 }catch(y) {
16 Warning: Undefined variable $y in %sresume_running_generator_error_003.php on line 4
/php-src/ext/spl/tests/
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-src/ext/date/tests/
H A DDateInterval_serialize-002.phpt29 'y' => 43,
49 ["y"]=>
73 string(172) "O:12:"DateInterval":10:{s:1:"y";i:43;s:1:"m";i:3;s:1:"d";i:24;s:1:"h";i:1;s:1:"i";i:12…
78 ["y"]=>
103 ["y"]=>
128 ["y"]=>
/php-src/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-src/ext/opcache/tests/opt/
H A Ddce_013.phpt6 $a = $r[] = $r = []&$y;
7 list(&$y)=$a;
H A Ddce_014.phpt6 $a = $r[][] = $r = [] & $y;
7 +list(&$y) = $a;
H A Dsccp_036.phpt10 $y=NAN;
11 for(;x;)for(;$y=1;);
/php-src/ext/soap/tests/
H A Dclassmap007.phpt22 public $y;
25 $this->y = $a + 1;
60 [y] => 6
65 [y] => 6
/php-src/ext/gd/libgd/
H A Dgd.h269 double x, y; member
314 int x, y; member
418 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
420 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
421 int gdImageGetPixel(gdImagePtr im, int x, int y);
498 double ptsize, double angle, int x, int y, char * string,
504 int x, y; member
698 void gdImageFill(gdImagePtr im, int x, int y, int color);
785 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
786 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
[all …]
/php-src/ext/standard/tests/password/
H A Dpassword_default.phpt9 2y
10 2y
/php-src/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";
23 y
24 y
/php-src/.github/actions/apt-x64/
H A Daction.yml13 apt-get update -y | true
14 apt-get install -y sudo
17 sudo apt-get update -y | true
18 sudo apt-get install -y \
/php-src/ext/opcache/tests/jit/
H A Dassign_obj_004.phpt10 $obj->y = 42;
11 $obj && y;

Completed in 30 milliseconds

12345678910>>...29