Home
last modified time | relevance | path

Searched refs:y (Results 176 – 200 of 546) sorted by relevance

12345678910>>...22

/PHP-8.0/ext/opcache/tests/opt/
H A Dinference_005.phpt10 $a = $r[] = $r = [] & $y;
11 +list(&$y) = $a;
/PHP-8.0/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 Dadd_013.phpt10 function y(){
12 for (; $a = $j - 7 + $y = $a - 7; $a = $a + 1 / 3) {
H A Dassign_dim_014.phpt14 $a[$y] = function(){};
18 Error: Undefined variable $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
H A Dfetch_dim_r_003.phpt29 $y = "b";
31 var_dump($a[$x . $y]);
37 $y = "x";
38 var_dump($a[$x . $y]);
/PHP-8.0/ext/soap/tests/
H A Dserver014.phpt7 function Add($x,$y) {
9 return $x+$y;
26 <y xsi:type="xsd:int">33</y>
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
52 [y] => 6
/PHP-8.0/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
/PHP-8.0/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-8.0/ext/gd/libgd/
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.0/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);
/PHP-8.0/ext/intl/tests/
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',
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',
/PHP-8.0/ext/standard/tests/strings/
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.0/Zend/tests/type_declarations/
H A Dtyped_properties_066.phpt11 $y =& $x->x;
12 $y = 4;
/PHP-8.0/tests/basic/
H A Dtimeout_variation_0.phpt13 $y = 0;
15 $y++;
H A Dtimeout_variation_7.phpt12 $y = 0;
14 $y++;
/PHP-8.0/ext/opcache/tests/
H A Dassign_obj_op_of_fetch_dim.phpt8 $ary[0]->y += 2;
20 Attempt to assign property "y" on null
/PHP-8.0/ext/phar/tests/
H A Dbug47085.phpt15 rename("phar://a.phar/x", "phar://a.phar/y");
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
21 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug31422.phpt12 function Add($x,$y) {
15 return $x+$y;
32 <y xsi:type="xsd:int">33</y>

Completed in 73 milliseconds

12345678910>>...22