Home
last modified time | relevance | path

Searched refs:y (Results 251 – 275 of 717) sorted by relevance

1...<<11121314151617181920>>...29

/php-src/Zend/tests/
H A Dbug71196.phpt7 [1, (y().$a.$a) . ($a.$a)];
13 string(30) "Call to undefined function y()"
H A Darray_unpack_string_keys.phpt5 $y = [1, 2, 3];
7 $x = [...$y, "foo" => $z];
H A Dgh11320_1.phpt7 var_dump([$index => list($x, $y) = getList()]);
8 var_dump([$index => [$x, $y] = getList()]);
H A Dbug71841.phpt17 var_dump($z->y++);
22 $y = array(PHP_INT_MAX => 0);
24 var_dump($y[] .= 0);
29 var_dump(++$y[]);
34 var_dump($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-src/ext/opcache/tests/jit/
H A Dassign_dim_015.phpt13 $my_var[] = $y;
17 Error: Undefined variable $y
H A Dassign_dim_014.phpt13 $a[$y] = function(){};
17 Error: Undefined variable $y
H A Dadd_013.phpt9 function y(){
11 for (; $a = $j - 7 + $y = $a - 7; $a = $a + 1 / 3) {
H A Dfetch_dim_r_003.phpt28 $y = "b";
30 var_dump($a[$x . $y]);
36 $y = "x";
37 var_dump($a[$x . $y]);
H A Dassign_045.phpt10 function test($x, $y) {
11 $a = $b = $a = $y;
H A Dreg_alloc_008.phpt11 $a=$y / $a = $a + $a != ($a);
16 Warning: Undefined variable $y in %sreg_alloc_008.php on line 4
/php-src/ext/opcache/tests/
H A Dbug78230.phpt9 $y = (array) $x;
10 var_dump(is_array($y));
/php-src/Zend/tests/nullsafe_operator/
H A D015.phpt6 (new stdClass)->{null?->x}->y;
12 Warning: Attempt to read property "y" on null in %s on line 3
/php-src/ext/opcache/tests/opt/
H A Dinference_005.phpt10 $a = $r[] = $r = [] & $y;
11 +list(&$y) = $a;
/php-src/Zend/tests/constexpr/
H A Dnew_static.phpt14 $y = Foo::singleton();
15 var_dump($x, $y);
/php-src/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-src/Zend/tests/fibers/
H A Dgh10340-001.phpt6 $$y = Fiber::getCurrent();
18 Warning: Undefined variable $y in %s on line %d
/php-src/ext/soap/tests/
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
54 [y] => 6
/php-src/ext/dom/tests/
H A Dgh12455.phpt11 $element1 = $doc->createElementNS('http://test', 'b:y');
31 <a:x xmlns:a="http://test"><b:y xmlns:b="http://test"><b:z/></b:y></a:x>
/php-src/Zend/tests/type_declarations/iterable/
H A Diterable_alias_redundancy_object_variance.phpt8 public object|array $y;
12 public object|iterable $y;
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_066.phpt11 $y =& $x->x;
12 $y = 4;
/php-src/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-src/tests/basic/
H A Dtimeout_variation_0.phpt13 $y = 0;
15 $y++;

Completed in 27 milliseconds

1...<<11121314151617181920>>...29