Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-8.2/ext/standard/tests/password/
H A Dpassword_default.phpt9 2y
10 2y
/PHP-8.2/ext/opcache/tests/opt/
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;);
H A Dinference_004.phpt9 function y() {
11 $arr[]->y = c;
/PHP-8.2/ext/date/lib/
H A Dtimelib_private.h105 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) argument
/PHP-8.2/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 …]
H A Dgd_wbmp.c104 int x, y, pos; in _gdImageWBMPCtx() local
115 for (y = 0; y < gdImageSY(image); y++) { in _gdImageWBMPCtx()
117 if (gdImageGetPixel (image, x, y) == fg) { in _gdImageWBMPCtx()
/PHP-8.2/Zend/tests/
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));
H A Dbug67111.phpt10 foreach ($array2 as $y) {
11 echo "$x.$y\n";
H A Dbug27669.phpt10 $y[0] = 'hello';
11 A::{$y[0]}();
/PHP-8.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";
23 y
24 y
/PHP-8.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-8.2/ext/standard/tests/strings/
H A Dbug77608.phpt6 $a = ["x" => 1E+14, "y" => "1E+14"];
11 x=1.0E%2B14&y=1E%2B14
H A Dstr_ireplace.phpt26 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
30 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
32 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("ttttTttttttttTT", "aayyaayasday…
33 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("key"=>"ttttTttttttttTT", "test"…
34 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
/PHP-8.2/Zend/tests/list/
H A Dlist_reference_004.phpt6 foreach ($coords as [&$x, $y]) {
8 $y++;
/PHP-8.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-8.2/ext/opcache/tests/jit/
H A Dfetch_dim_r_004.phpt31 $y="b";
32 foo($x.$y);
35 $y="x";
36 foo($x.$y);
H A Dfetch_r_001.phpt11 $y = 'x';
12 $$y == [&$x[0]];
/PHP-8.2/Zend/tests/fibers/
H A Dgh10340-002.phpt6 $y = 'a';
7 $$y = Fiber::getCurrent();
/PHP-8.2/ext/gd/tests/
H A Dcopyresized.phpt26 for ($y = 0; $y < 38; $y++) {
27 $p1 = imagecolorat($im, $x, $y);
28 $p2 = imagecolorat($dst, $x, $y);
/PHP-8.2/sapi/embed/
H A Dphp_embed.h27 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
28 php_embed_init(x, y); \
/PHP-8.2/ext/intl/tests/
H A Dcollator_asort.phpt60 array( 'd' => 'y' ,
102 array( '1' => 'y' ,
126 array( 'd' => 'y',
144 'd' => 'y',
217 1 => 'y',
241 'd' => 'y',
H A Dcollator_asort_variant2.phpt60 array( 'd' => 'y' ,
102 array( '1' => 'y' ,
126 array( 'd' => 'y',
144 'd' => 'y',
217 1 => 'y',
241 'd' => 'y',
/PHP-8.2/ext/reflection/tests/
H A DReflectionEnumBackedCase_getBackingValue_002.phpt6 case Foo=y;
15 Undefined constant "y"

Completed in 46 milliseconds

12345678910>>...27