Home
last modified time | relevance | path

Searched refs:y (Results 326 – 350 of 724) sorted by relevance

1...<<11121314151617181920>>...29

/php-src/ext/date/tests/
H A Dbug81263.phpt15 [y] => 0
28 [y] => 0
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.') );
/php-src/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-src/ext/xmlreader/tests/
H A Dbug42139.phpt12 <!ENTITY x "y">
28 3, #text, y
/php-src/Zend/tests/
H A Doffset_assign.phpt2 Crash on $x['2x']['y'] += 1 when $x is string
6 $x['2x']['y'] += 1;
H A Dbug69446.phpt13 $bar->y = new stdClass;
31 ["y"]=>
H A Dassign_ref_to_overloaded_prop.phpt14 $y = 5;
15 $test->x =& $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];
/php-src/Zend/tests/attributes/
H A D015_property_group.phpt9 public $x, $y;
17 $rp2 = new ReflectionProperty('C', 'y');
/php-src/ext/standard/tests/strings/
H A Dbug68710.phpt19 $y = unserialize($z);
20 $z = serialize($y);
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_004.phpt12 function offsetSet($x, $y): void {
13 echo "offsetSet($x, $y)\n";
H A Dfetch_obj_002.phpt25 var_dump($a->y);
37 Warning: Undefined property: A::$y in %s on line %d
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_reference.phpt7 $y = 1;
9 $x = [$o, &$y];
/php-src/ext/gd/tests/
H A Dbug24594.phpt16 for ($y=0;$y<36;$y+=2) {
17 imagesetpixel($tile,$x,$y,$black);
/php-src/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
H A Dinference_016.phpt10 $a = $y = null;
11 for(;;$a-- + $a % $a = $y + $a) {
H A Dinference_019.phpt10 $a = $y = null;
13 $a-- + $y -= $e;
/php-src/ext/date/lib/
H A Dtimelib.c36 #define TIMELIB_LLABS(y) (y < 0 ? (y * -1) : y) argument
311 d->sse, d->y < 0 ? "-" : "", TIMELIB_LLABS(d->y), d->m, d->d, d->h, d->i, d->s); in timelib_dump_date()
341 d->relative.y, d->relative.m, d->relative.d, d->relative.h, d->relative.i, d->relative.s); in timelib_dump_date()
379 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
/php-src/ext/reflection/tests/
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
25 $y : array (
/php-src/Zend/tests/try/
H A Dtry_finally_022.phpt7 public $y = 2;
25 foreach([new stdClass()] as $y) {
/php-src/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) $(BISON_FLAGS) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/php-src/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"

Completed in 55 milliseconds

1...<<11121314151617181920>>...29