Home
last modified time | relevance | path

Searched refs:y (Results 201 – 225 of 546) sorted by relevance

12345678910>>...22

/PHP-8.0/Zend/tests/
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 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
H A Dbug36759.phpt22 $y = new Bar();
23 $x = new Foo($y);
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_reference_coercion_leak.phpt8 public string $y;
14 $test->y =& $ref;
/PHP-8.0/ext/opcache/tests/jit/
H A Dfetch_dim_r_012.phpt13 $a1[] = &$y;
14 $a2["$a1[$a] "] = $a += $y;
H A Dassign_obj_op_001.phpt14 (function(){$this->y.=[];})->call($test);
17 Warning: Undefined property: Test::$y in %sassign_obj_op_001.php on line 6
H A Dmul_009.phpt12 $x[~"$y"] *= 1;
15 Warning: Undefined variable $y in %smul_009.php on line 3
/PHP-8.0/ext/opcache/tests/
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.0/ext/spl/tests/
H A DarrayObject___construct_basic7.phpt5 $y = 2;
7 $a = array($y, $x);
/PHP-8.0/ext/pcre/tests/
H A Dbug44925.phpt18 $str2 = 'y';
85 &string(1) "y"
106 &string(1) "y"
/PHP-8.0/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.0/ext/simplexml/tests/
H A Dbug53033.phpt14 $y = '2.5';
15 var_dump($y*1);
/PHP-8.0/ext/intl/tests/
H A Dcollator_sort.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
189 2 => 'y',
221 2 => 'y',
245 1 => 'y',
H A Dcollator_sort_variant2.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
189 2 => 'y',
221 2 => 'y',
245 1 => 'y',
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug68594.phpt17 $y = unserialize($z);
18 $z = serialize($y);
H A Dbug45706.phpt13 $y = unserialize($s);
14 var_dump($y);
/PHP-8.0/ext/json/
H A DMakefile.frag.w324 ext\json\json_parser.tab.c: ext\json\json_parser.y
5 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/PHP-8.0/ext/soap/tests/
H A Dserver011.phpt11 function Add($x,$y) {
12 return $x+$y;
H A Dserver002.phpt7 function Add($x,$y) {
8 return $x+$y;
25 <y xsi:type="xsd:int">33</y>
/PHP-8.0/ext/date/tests/
H A Ddate-parse-by-format001.phpt6 print_r( date_parse_from_format( '!m/d/y', $date ) );
7 print_r( date_parse_from_format( '!m*d*y', $date ) );
/PHP-8.0/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.0/ext/sodium/tests/
H A Dcrypto_secretbox.phpt13 $y = sodium_crypto_secretbox_open("\0" . $a, $nonce, $key);
14 var_dump($y);
/PHP-8.0/ext/standard/tests/strings/
H A Dbug68710.phpt19 $y = unserialize($z);
20 $z = serialize($y);
/PHP-8.0/Zend/tests/attributes/
H A D015_property_group.phpt9 public $x, $y;
17 $rp2 = new ReflectionProperty('C', 'y');

Completed in 68 milliseconds

12345678910>>...22