Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-8.2/Zend/tests/
H A Dbug71196.phpt7 [1, (y().$a.$a) . ($a.$a)];
13 string(30) "Call to undefined function y()"
H A Doss-fuzz-69765.phpt6 yield $object->y?->y;
H A Darray_unpack_string_keys.phpt5 $y = [1, 2, 3];
7 $x = [...$y, "foo" => $z];
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-8.2/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
/PHP-8.2/sapi/phpdbg/
H A DMakefile.frag11 %.c: %.y
20 $(srcdir)/phpdbg_parser.c: $(srcdir)/phpdbg_parser.y
21 @$(YACC) $(YFLAGS) -v -d $(srcdir)/phpdbg_parser.y -o $@
/PHP-8.2/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.2/ext/opcache/tests/
H A Dbug78230.phpt9 $y = (array) $x;
10 var_dump(is_array($y));
/PHP-8.2/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-8.2/ext/opcache/tests/opt/
H A Dinference_005.phpt10 $a = $r[] = $r = [] & $y;
11 +list(&$y) = $a;
H A Dinference_019.phpt10 $a = $y = null;
13 $a-- + $y -= $e;
H A Dinference_016.phpt10 $a = $y = null;
11 for(;;$a-- + $a % $a = $y + $a) {
/PHP-8.2/ext/opcache/tests/jit/
H A Dassign_dim_015.phpt14 $my_var[] = $y;
18 Error: Undefined variable $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 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;
/PHP-8.2/Zend/tests/fibers/
H A Dgh10340-001.phpt6 $$y = Fiber::getCurrent();
18 Warning: Undefined variable $y in %s on line %d
/PHP-8.2/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.2/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.2/ext/soap/tests/
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
54 [y] => 6
/PHP-8.2/Zend/tests/type_declarations/iterable/
H A Diterable_alias_redundancy_object_variance.phpt8 public object|array $y;
12 public object|iterable $y;
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_066.phpt11 $y =& $x->x;
12 $y = 4;

Completed in 22 milliseconds

12345678910>>...27