Home
last modified time | relevance | path

Searched refs:y (Results 276 – 300 of 634) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-8.1/ext/standard/tests/strings/
H A Dbug68710.phpt19 $y = unserialize($z);
20 $z = serialize($y);
/PHP-8.1/Zend/tests/
H A Doffset_assign.phpt2 Crash on $x['2x']['y'] += 1 when $x is string
6 $x['2x']['y'] += 1;
H A Dassign_ref_to_overloaded_prop.phpt14 $y = 5;
15 $test->x =& $y;
H A Dbug69446.phpt12 $bar->y = new stdClass;
30 ["y"]=>
H A Dgh12102_1.phpt25 test('y');
29 string(1) "y"
H A Dns_001.phpt25 $y = new \test\ns1\Foo;
26 $y->bar();
H A Ddereference_013.phpt11 public function __call($x, $y) {
13 $this->x[] = $y[0];
H A Dbug44141.phpt22 $y = Y::cheat(5);
23 echo $y->x, PHP_EOL;
H A Dget_mangled_object_vars.phpt26 $ao = new AO(['x' => 'y']);
48 'x' => 'y',
/PHP-8.1/ext/gd/libgd/
H A Dgd_avif.c351 uint32_t x, y; in gdImageCreateFromAvifCtx() local
414 for (y = 0; y < decoder->image->height; y++) { in gdImageCreateFromAvifCtx()
420 im->tpixels[y][x] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromAvifCtx()
495 uint32_t x, y; in gdImageAvifCtx() local
538 for (y = 0; y < rgb.height; y++) { in gdImageAvifCtx()
540 val = im->tpixels[y][x]; in gdImageAvifCtx()
H A Dgddemo.c71 points[0].y = 0; in main()
73 points[1].y = 128; in main()
75 points[2].y = 128; in main()
/PHP-8.1/ext/date/tests/
H A DDateTime_format_basic1.phpt12 var_dump( $date->format( "m.d.y") );
15 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
16 var_dump( $date->format( '\i\t \i\s \t\h\e jS \d\a\y.') );
H A Dbug81263.phpt15 [y] => 0
34 [y] => 0
H A Ddate_interval_create_from_date_string.phpt21 var_dump($i->y);
25 var_dump($i->y);
/PHP-8.1/ext/opcache/tests/jit/
H A Dassign_dim_004.phpt13 function offsetSet($x, $y): void {
14 echo "offsetSet($x, $y)\n";
H A Dfetch_obj_002.phpt26 var_dump($a->y);
38 Warning: Undefined property: A::$y in %s on line %d
/PHP-8.1/ext/opcache/tests/opt/
H A Dtmp_001.phpt9 is_a((int)" $y " + 0);
12 Warning: Undefined variable $y in %stmp_001.php on line 2
/PHP-8.1/ext/gd/tests/
H A Dbug24594.phpt16 for ($y=0;$y<36;$y+=2) {
17 imagesetpixel($tile,$x,$y,$black);
/PHP-8.1/ext/date/lib/
H A Dtimelib.c36 #define TIMELIB_LLABS(y) (y < 0 ? (y * -1) : y) argument
303 d->sse, d->y < 0 ? "-" : "", TIMELIB_LLABS(d->y), d->m, d->d, d->h, d->i, d->s); in timelib_dump_date()
333 d->relative.y, d->relative.m, d->relative.d, d->relative.h, d->relative.i, d->relative.s); in timelib_dump_date()
371 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
H A Dtimelib.h224 timelib_sll y, m, d; /* Years, Months and Days */ member
252 timelib_sll y, m, d; /* Year, Month, Day */ member
460 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
463 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
467 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
473 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
476 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
480 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli…
483 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
491 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
[all …]
/PHP-8.1/ext/reflection/tests/
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
25 $y : array (
/PHP-8.1/Zend/tests/try/
H A Dtry_finally_022.phpt7 public $y = 2;
25 foreach([new stdClass()] as $y) {
/PHP-8.1/ext/json/
H A DMakefile.frag.w324 ext\json\json_parser.tab.c ext\json\json_parser.tab.h: ext\json\json_parser.y
5 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/PHP-8.1/ext/pcre/tests/
H A Dpreg_replace2.phpt17 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
38 string(3) "x$y"
/PHP-8.1/ext/intl/tests/
H A Dbug69374.phpt10 $pattern1 = '\'tháng\' MM, y'; // yMM format for Vietnamese
11 $pattern2 = 'y년 MMM'; // yMM format for Korean

Completed in 35 milliseconds

1...<<11121314151617181920>>...26