Home
last modified time | relevance | path

Searched refs:y (Results 126 – 150 of 476) sorted by relevance

12345678910>>...20

/PHP-7.4/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.4/Zend/tests/type_declarations/
H A Ddefault_boolean_hint_values.phpt6 function foo(bool $x = true, bool $y = false) {
7 var_dump($x, $y);
H A Dtyped_properties_066.phpt11 $y =& $x->x;
12 $y = 4;
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_004.phpt6 foreach ($coords as [&$x, $y]) {
8 $y++;
/PHP-7.4/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.4/Zend/tests/
H A Dbug67111.phpt10 foreach ($array2 as $y) {
11 echo "$x.$y\n";
H A Dexception_in_nested_rope.phpt10 $str = "$a${"y$a$a"}y";
H A Dclosure_019.phpt13 $y = 3;
14 var_dump($GLOBALS['lambda']($y));
15 var_dump($lambda($y));
H A Dbug71196.phpt7 [1, (y().$a.$a) . ($a.$a)];
13 string(30) "Call to undefined function y()"
H A Dtemporary_cleaning_016.phpt9 $str = "$a${"y$a$a"}y";
H A Darray_unpack_string_keys.phpt5 $y = [1, 2, 3];
7 $x = [...$y, "foo" => $z];
H A Dclosure_025.phpt6 $a = create_function('$x', 'return function($y) use ($x) { return $x * $y; };');
H A Dexception_during_by_reference_magic_get.phpt14 $y = 5;
16 $test->x =& $y;
H A Dlist_007.phpt6 list($x, $y) = function() { };
8 var_dump($x, $y);
/PHP-7.4/Zend/
H A DMakefile.frag12 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
16 @$(YACC) -p zend -v -d $(srcdir)/zend_language_parser.y -o $@
29 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
30 @$(YACC) -p ini_ -v -d $(srcdir)/zend_ini_parser.y -o $@
/PHP-7.4/sapi/embed/
H A Dphp_embed.h29 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
30 php_embed_init(x, y); \
/PHP-7.4/ext/json/
H A DMakefile.frag4 $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
5 @$(YACC) --defines -l $(srcdir)/json_parser.y -o $@
/PHP-7.4/ext/gd/libgd/
H A Dgd.h269 double x, y; member
314 int x, y; member
414 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
416 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
417 int gdImageGetPixel(gdImagePtr im, int x, int y);
494 double ptsize, double angle, int x, int y, char * string,
500 int x, y; member
675 void gdImageFill(gdImagePtr im, int x, int y, int color);
762 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
763 #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-7.4/ext/opcache/tests/
H A Dbug78230.phpt7 $y = (array) $x;
8 var_dump(is_array($y));
/PHP-7.4/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.4/ext/gd/tests/
H A Dcopyresized.phpt28 for ($y = 0; $y < 38; $y++) {
29 $p1 = imagecolorat($im, $x, $y);
30 $p2 = imagecolorat($dst, $x, $y);
/PHP-7.4/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
/PHP-7.4/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',
H A Dcollator_asort_variant2.phpt59 array( 'd' => 'y' ,
101 array( '1' => 'y' ,
125 array( 'd' => 'y',
143 'd' => 'y',
216 1 => 'y',
240 'd' => 'y',

Completed in 70 milliseconds

12345678910>>...20