Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 476) sorted by path

12345678910>>...20

/PHP-7.4/
H A D.editorconfig12 [{*.{awk,bat,c,cpp,d,h,l,re,skl,w32,y},Makefile*}]
H A DCONTRIBUTING.md43 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
H A DNEWS424 . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)
H A DUPGRADING164 * PASSWORD_DEFAULT was int 1; now is null in PHP <7.4.3 and string '2y' afterwards
165 * PASSWORD_BCRYPT was int 1; now is string '2y'
H A DUPGRADING.INTERNALS28 y. Stream wrapper read/write ops
229 y. The read and write operations of php_stream_ops now return ssize_t, with
/PHP-7.4/Zend/
H A DMakefile.frag12 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
16 @$(YACC) -p zend -v -d $(srcdir)/zend_language_parser.y -o $@
29 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
30 @$(YACC) -p ini_ -v -d $(srcdir)/zend_ini_parser.y -o $@
H A Dbench.php52 $x=0; $y=0; $w2=0; $h2=0; $color=0;
56 for ($y=0 ; $y<=$w1; $y=$y+1) {
57 $imc=$s*($y-$h2)+$imcen;
88 for ($y=30; printf("\n"), $C = $y*0.1 - 1.5, $y--;){
/PHP-7.4/Zend/tests/
H A D019.phpt201 var $y;
204 function __construct($x, $y) {
206 $this->y = $y;
244 unset($point1->y);
1224 ["y"]=>
1246 ["y"]=>
1252 ["y"]=>
1283 ["y"]=>
H A Dabstract_inheritance_002.phpt7 abstract class B extends A { abstract function bar($x, $y = 0); }
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 Darray_add_indirect.phpt7 $ary = ['y' => 1];
H A Darray_unpack_string_keys.phpt5 $y = [1, 2, 3];
7 $x = [...$y, "foo" => $z];
H A Dassign_ref_func_leak.phpt10 $x = $y =& func();
11 var_dump($x, $y);
H A Dassign_ref_to_overloaded_prop.phpt14 $y = 5;
15 $test->x =& $y;
H A Dbug27669.phpt10 $y[0] = 'hello';
11 A::{$y[0]}();
H A Dbug28444.phpt42 $y = new Overloaded(2);
43 var_dump($y->x);
44 var_dump($y->x->x);
45 var_dump($y->x->x = 3);
46 var_dump($y->y = 3);
47 var_dump($y->y);
49 var_dump($y->z->x);
50 $t = $y->z;
52 var_dump($y->z->x = 6);
63 Overloaded::__set(y,3)
[all …]
H A Dbug30140.phpt15 A::$test2 = "y";
26 string(1) "y"
29 string(1) "y"
H A Dbug30162.phpt21 $this->y = "y";
51 ["y"]=>
52 string(1) "y"
H A Dbug31177-2.phpt12 $y=$x->__construct(1);
H A Dbug35655.phpt17 $y = 2;
23 …="color: #007700">EOT<br />&nbsp;&nbsp;</span><span style="color: #0000BB">$y&nbsp;</span><span st…
H A Dbug36759.phpt22 $y = new Bar();
23 $x = new Foo($y);
H A Dbug37046.phpt6 static $storage = array(array('x', 'y'));
H A Dbug38234.phpt12 $y = clone $x;
/PHP-7.4/Zend/tests/arrow_functions/
H A D001.phpt12 $foo = fn($x, $y) => $x + $y;
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt18 $y = clone $x;
160 $y = clone $x;

Completed in 28 milliseconds

12345678910>>...20