Home
last modified time | relevance | path

Searched refs:y (Results 51 – 75 of 717) sorted by path

12345678910>>...29

/php-src/Zend/tests/
H A Dbug72215_2.phpt15 $y =& test($x);
16 var_dump($y);
18 var_dump($y);
H A Dbug75420.10.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.11.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.12.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.13.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.14.phpt8 public function offsetSet($x, $y): void { }
H A Dbug75420.15.phpt8 public function offsetSet($x, $y): void { $GLOBALS["name"] = 24; var_dump($x); }
H A Dbug75420.16.phpt8 public function offsetSet($x, $y): void { $GLOBALS["obj"] = 24; var_dump($this); }
H A Dbug75420.9.phpt8 public function offsetSet($x, $y): void { }
H A Dbug76534.phpt10 $y = &$x["2bar"];
H A Dbug78010.phpt21 $this->y[] = $obj;
H A Dbug78271.phpt9 $w="y";
H A Dbug80194.phpt7 switch ($x->y) {
16 $x = (object)['y' => 'foobar'];
H A Dbug81104.phpt15 $y = [];
17 $y[] = new X();
19 $y[0]->y = &$y;
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
H A Dcall_user_func_006.phpt17 $y = 42;
18 $ref =& $y;
19 call_user_func('Foo\bar', $y);
20 var_dump($y);
H A Dcall_user_func_008.phpt19 $x =& $i; $y =& $j;
H A Dclosure_009.phpt12 $y = function ($x) use (&$a) {
21 $y(4);
22 $y(5);
23 $y(6);
H A Dclosure_018.phpt18 $y = 2;
19 var_dump($test->test($y));
20 var_dump($x = $test->test($y));
21 var_dump($y, $x);
H A Dclosure_019.phpt13 $y = 3;
14 var_dump($GLOBALS['lambda']($y));
15 var_dump($lambda($y));
H A Dclosure_020.phpt22 $y = $foo->x();
23 var_dump($y()->test);
H A Dclosure_027.phpt15 $a = function($x) use ($y) {};
30 Warning: Undefined variable $y in %s on line %d
H A Dclosure_028.phpt6 foreach (function(){ return 1; } as $y) {
7 var_dump($y);
H A Dclosure_029.phpt8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
H A Dclosure_063.phpt6 static $y;

Completed in 21 milliseconds

12345678910>>...29