Home
last modified time | relevance | path

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

12345678910>>...29

/php-src/.circleci/
H A Dconfig.yml33 sudo apt-get update -y
34 sudo apt-get install -y \
/php-src/
H A D.cirrus.yml12 #- pkg upgrade -y
14 …- pkg install -y autoconf bison gmake re2c icu libiconv png freetype2 enchant2 bzip2 t1lib gmp tid…
H A D.editorconfig12 [{*.{awk,bat,c,cpp,d,dasc,h,l,re,skl,w32,y},Makefile*}]
H A DCONTRIBUTING.md45 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
H A DREADME.md46 sudo apt install -y pkg-config build-essential autoconf bison re2c \
/php-src/.github/actions/apt-x32/
H A Daction.yml11 apt-get update -y | true
13 apt-get install -y \
/php-src/.github/actions/apt-x64/
H A Daction.yml13 apt-get update -y | true
14 apt-get install -y sudo
17 sudo apt-get update -y | true
18 sudo apt-get install -y \
/php-src/.github/actions/setup-windows/
H A Daction.yml8 choco install mysql -y --no-progress --params="/port:3306"
13 …choco install sql-server-express -y --no-progress --install-arguments="/SECURITYMODE=SQL /SAPWD=Pa…
/php-src/.github/workflows/
H A Dnightly.yml736 sudo apt-get update -y | true
817 sudo apt-get install -y --no-install-recommends \
H A Dpush.yml94 …DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common…
/php-src/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 $@
25 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
26 @$(YACC) $(YFLAGS) -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-src/Zend/tests/
H A D019.phpt191 var $y;
194 function __construct($x, $y) {
196 $this->y = $y;
234 unset($point1->y);
1213 ["y"]=>
1235 ["y"]=>
1241 ["y"]=>
1272 ["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_offset_002.phpt7 $GLOBALS[''] = $GLOBALS['y'];
12 x($y);
13 var_dump($y);
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;
/php-src/Zend/tests/anon/
H A D015.phpt6 function foo ($y = null) {
8 if (!is_null($y)) {
9 $x = [$y];
H A D016.phpt6 function foo ($y = null) {
8 if (!is_null($y)) {
9 $x = [$y];
/php-src/Zend/tests/arrow_functions/
H A D001.phpt12 $foo = fn($x, $y) => $x + $y;
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt18 $y = clone $x;
65 $x?->y;
66 $x?->y();
186 $y = clone $x;
226 $x?->y;
227 $x?->y();
/php-src/Zend/tests/attributes/
H A D015_property_group.phpt9 public $x, $y;
17 $rp2 = new ReflectionProperty('C', 'y');

Completed in 51 milliseconds

12345678910>>...29