Home
last modified time | relevance | path

Searched refs:y (Results 401 – 425 of 724) sorted by relevance

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

/php-src/tests/lang/
H A Dexecution_order.phpt99 $y = 3;
100 $z = $x - ($x=$y);
106 $y = 3;
107 $z = ($x=$y) - $x;
H A Dbug73172.inc3 function test($a, $x, $y){
/php-src/ext/standard/tests/strings/
H A Ducwords_variation3.phpt38 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
89 string(40) "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/"
/php-src/ext/date/tests/
H A DDatePeriod_serialize-001.phpt41 ["y"]=>
72 …0";}s:7:"current";N;s:3:"end";N;s:8:"interval";O:12:"DateInterval":10:{s:1:"y";i:0;s:1:"m";i:0;s:1…
92 ["y"]=>
139 ["y"]=>
/php-src/ext/opcache/tests/jit/
H A Dbug80861.phpt104 for ($y = 0; $y < 10; $y++) {
106 $a[$y][$x] = true;
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c103 uint32_t x, y; in PRIV() local
122 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
128 y = *data++; in PRIV()
130 if (c >= x && c <= y) return !negated; in PRIV()
/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt16 <rect id="rectangle" x="10" y="20" width="90" height="60">
54 Attribute: y (NONE)
69 <rect id="rectangle" x="10" y="20" width="90" height="60">
89 <rect id="rectangle" x="10" y="20" width="90" height="60">
/php-src/ext/gd/tests/
H A Dfunc.inc98 for ($y = 0; $y < $exp_y; $y++) {
100 $exp_c = imagecolorat($expected, $x, $y);
101 $act_c = imagecolorat($actual, $x, $y);
/php-src/ext/date/lib/
H A Dunixtime2tm.c29 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_unixtime2date() argument
46 *y = year_of_era + era * YEARS_PER_ERA; in timelib_unixtime2date()
51 *y += (*m <= 2); in timelib_unixtime2date()
53 TIMELIB_DEBUG(printf("A: ts=%lld, year=%lld, month=%lld, day=%lld,", ts, *y, *m, *d);); in timelib_unixtime2date()
62 timelib_unixtime2date(ts, &tm->y, &tm->m, &tm->d); in timelib_unixtime2gmt()
H A Dparse_date.re1217 s->time->y = 1970;
1256 s->time->y = 1970;
1798 s->time->relative.y = 0 - s->time->relative.y;
2036 in.time->y = TIMELIB_UNSET;
2090 time->y = 1970;
2102 if (time->y == TIMELIB_UNSET ) time->y = 1970;
2154 {'y', TIMELIB_FORMAT_YEAR_TWO_DIGIT},
2207 in.time->y = TIMELIB_UNSET;
2288 if (s->time->y == TIMELIB_UNSET) {
2296 if (s->time->y != TIMELIB_UNSET) {
[all …]
/php-src/Zend/tests/
H A Dbug35655.phpt17 $y = 2;
27 …</span><span style="color: #0000BB">$y </span><span style="color: #007700">= </span><span style="c…
H A Dnowdoc_013.phpt17 $y = 2;
27 …</span><span style="color: #0000BB">$y </span><span style="color: #007700">= </span><span style="c…
H A Dbug42802.phpt28 $y = new \Exception();
32 test4($y);
H A Ddereference_014.phpt10 static public $y;
17 return self::$y;
H A Dclosure_020.phpt22 $y = $foo->x();
23 var_dump($y()->test);
H A Dclosure_027.phpt15 $a = function($x) use ($y) {};
30 Warning: Undefined variable $y in %s on line %d
/php-src/ext/standard/tests/array/
H A Darray_diff_assoc_variation9.phpt15 'sub_arrayb' => array ('a', 'z', 'y'));
73 string(1) "y"
102 string(1) "y"
/php-src/ext/reflection/tests/
H A Dparameters_001.phpt7 function func($x, $y = NULL){
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
/php-src/sapi/phpdbg/tests/
H A Dclean_001.phpt11 y
31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
H A Drun_002.phpt12 y
28 prompt> Do you really want to restart execution? (type y or n): array(3) {
/php-src/ext/gd/
H A Dgd.c1149 int x,y; in PHP_FUNCTION() local
1150 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
1203 int x,y; in PHP_FUNCTION() local
1204 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2246 zend_long x, y; in PHP_FUNCTION() local
2252 Z_PARAM_LONG(y) in PHP_FUNCTION()
2501 int x, y, c; in PHP_FUNCTION() local
2503 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
2981 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3032 y = Y; in php_imagechar()
[all …]
H A Dgd.stub.php590 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage… argument
644 function imagecolorat(GdImage $image, int $x, int $y): int|false {} argument
666 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} argument
680 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} argument
682 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} argument
700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… argument
702 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b… argument
704 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… argument
706 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color… argument
739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … argument
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug48557.phpt15 $y = new SoapServer(__DIR__ . '/bug48557.wsdl');
16 $y->addfunction("test");
53 $y->handle($request);
/php-src/.github/actions/apt-x32/
H A Daction.yml11 apt-get update -y | true
13 apt-get install -y \
/php-src/ext/soap/tests/
H A Dclassmap004.phpt28 $this->y = $a + 1;
64 [y] => 6

Completed in 98 milliseconds

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