Home
last modified time | relevance | path

Searched refs:y (Results 126 – 150 of 478) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/intl/tests/
H A Dcollator_asort_variant2.phpt59 array( 'd' => 'y' ,
101 array( '1' => 'y' ,
125 array( 'd' => 'y',
143 'd' => 'y',
216 1 => 'y',
240 'd' => 'y',
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-7.2/ext/json/
H A DMakefile.frag4 $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
5 $(YACC) --defines -l $(srcdir)/json_parser.y -o $@
/PHP-7.2/Zend/tests/
H A Dbug67111.phpt10 foreach ($array2 as $y) {
11 echo "$x.$y\n";
H A Dexception_in_nested_rope.phpt10 $str = "$a${"y$a$a"}y";
H A Dbug71196.phpt7 [1, (y().$a.$a) . ($a.$a)];
13 string(30) "Call to undefined function y()"
H A Dtemporary_cleaning_016.phpt9 $str = "$a${"y$a$a"}y";
H A Dclosure_025.phpt6 $a = create_function('$x', 'return function($y) use ($x) { return $x * $y; };');
H A Dbug27669.phpt12 $y[0] = 'hello';
13 A::{$y[0]}();
H A Dlist_007.phpt6 list($x, $y) = function() { };
8 var_dump($x, $y);
/PHP-7.2/sapi/embed/
H A Dphp_embed.h30 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
31 php_embed_init(x, y); \
/PHP-7.2/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
H A Dbug44925.phpt18 $str2 = 'y';
85 &string(1) "y"
106 &string(1) "y"
/PHP-7.2/ext/reflection/tests/
H A Dbug46205.phpt6 $y = function() { };
9 $x->invokeArgs(new reflectionparameter('trim', 'str'), array($y, 1));
/PHP-7.2/ext/mbstring/
H A Doniguruma.patch10 #define TOKEN_PASTE(x,y) x##y
21 #define TOKEN_PASTE(x,y) x##y
/PHP-7.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"));
22 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-7.2/ext/soap/tests/
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
52 [y] => 6
H A Dserver002.phpt7 function Add($x,$y) {
8 return $x+$y;
25 <y xsi:type="xsd:int">33</y>
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_ireplace.phpt29 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
33 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
35 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("ttttTttttttttTT", "aayyaayasday…
36 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("key"=>"ttttTttttttttTT", "test"…
37 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
/PHP-7.2/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-7.2/ext/date/lib/
H A Dtimelib.h177 timelib_sll y, m, d; /* Years, Months and Days */ member
205 timelib_sll y, m, d; /* Year, Month, Day */ member
342 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
345 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
349 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
355 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
358 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
362 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli…
365 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
373 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
/PHP-7.2/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-7.2/ext/soap/tests/bugs/
H A Dbug31422.phpt12 function Add($x,$y) {
15 return $x+$y;
32 <y xsi:type="xsd:int">33</y>
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dconfig.h.win3220 #define TOKEN_PASTE(x,y) x##y
80 #define RSHIFT(x,y) ((x)>>(int)y)

Completed in 28 milliseconds

12345678910>>...20