Home
last modified time | relevance | path

Searched refs:y (Results 226 – 250 of 634) sorted by relevance

12345678910>>...26

/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_dim_r_003.phpt29 $y = "b";
31 var_dump($a[$x . $y]);
37 $y = "x";
38 var_dump($a[$x . $y]);
H A Dassign_045.phpt11 function test($x, $y) {
12 $a = $b = $a = $y;
H A Dreg_alloc_008.phpt12 $a=$y / $a = $a + $a != ($a);
17 Warning: Undefined variable $y in %sreg_alloc_008.php on line 4
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug31422.phpt10 function Add($x,$y) {
13 return $x+$y;
30 <y xsi:type="xsd:int">33</y>
/PHP-8.1/Zend/
H A DMakefile.frag12 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
16 @$(YACC) $(YFLAGS) -v -d $(srcdir)/zend_language_parser.y -o $@
29 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
30 $(YACC) $(YFLAGS) -v -d $(srcdir)/zend_ini_parser.y -o $@
/PHP-8.1/ext/soap/tests/
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
53 [y] => 6
/PHP-8.1/Zend/tests/
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);
H A Dbug80194.phpt7 switch ($x->y) {
16 $x = (object)['y' => 'foobar'];
H A Dassign_ref_func_leak.phpt10 $x = $y =& func();
11 var_dump($x, $y);
H A Dabstract_inheritance_003.phpt6 abstract class A { abstract function bar($x, $y = 0); }
12 Fatal error: Declaration of B::bar($x) must be compatible with A::bar($x, $y = 0) in %s
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_066.phpt11 $y =& $x->x;
12 $y = 4;
H A Dtyped_properties_reference_coercion_leak.phpt8 public string $y;
14 $test->y =& $ref;
/PHP-8.1/tests/basic/
H A Dtimeout_variation_0.phpt13 $y = 0;
15 $y++;
H A Dtimeout_variation_7.phpt12 $y = 0;
14 $y++;
/PHP-8.1/ext/simplexml/tests/
H A Dbug53033.phpt14 $y = '2.5';
15 var_dump($y*1);
/PHP-8.1/ext/intl/tests/
H A Dcollator_sort.phpt68 array( 'y' , 'k' , 'i' )
77 array( 'y' , 'k' , 'i' )
94 array( 'y' , 'k' , 'i' )
190 2 => 'y',
222 2 => 'y',
246 1 => 'y',
H A Dcollator_sort_variant2.phpt68 array( 'y' , 'k' , 'i' )
77 array( 'y' , 'k' , 'i' )
94 array( 'y' , 'k' , 'i' )
190 2 => 'y',
222 2 => 'y',
246 1 => 'y',
/PHP-8.1/ext/gd/libgd/
H A Dwebpng.c190 int maxx, maxy, x, y, alpha, pix, nalpha = 0; in main() local
198 for (y = 0; y < maxy; y++) { in main()
200 pix = gdImageGetPixel(im, x, y); in main()
/PHP-8.1/tests/classes/
H A Dbug65768.phpt13 echo $diff1->y, " ", $diff1->m, " ", $diff1->d, " ",
17 echo $diff2->y, " ", $diff2->m, " ", $diff2->d, " ",
21 echo $diff3->y, " ", $diff3->m, " ", $diff3->d, " ",
/PHP-8.1/ext/pcre/tests/
H A Dbug44925.phpt18 $str2 = 'y';
85 &string(1) "y"
106 &string(1) "y"
/PHP-8.1/ext/opcache/tests/
H A Dassign_obj_op_of_fetch_dim.phpt10 $ary[0]->y += 2;
22 Attempt to assign property "y" on null
H A Dbug77257.phpt9 switch($x["y"]) {
20 var_dump(test(["y" => "a"]));
H A Dleak_001.phpt18 $y = 3;
19 if ($x + $y);
/PHP-8.1/Zend/tests/type_declarations/intersection_types/
H A Dbug81268.phpt7 public X&Y $y = null;
12 Fatal error: Cannot use null as default value for property Test::$y of type X&Y in %s on line %d

Completed in 33 milliseconds

12345678910>>...26