Home
last modified time | relevance | path

Searched refs:y (Results 201 – 225 of 478) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/soap/tests/
H A Dserver012.phpt9 function Add($x,$y) {
10 return $x+$y;
H A Dtransport001.phpt7 function Add($x,$y) {
8 return $x+$y;
H A Dbug48557.phpt15 $y = new SoapServer(dirname(__FILE__) . '/bug48557.wsdl');
16 $y->addfunction("test");
53 $y->handle($request);
/PHP-7.2/ext/reflection/tests/
H A Dparameters_001.phpt7 function func($x, $y = NULL){
19 $p = new ReflectionParameter(array('Test', 'func'), 'y');
/PHP-7.2/ext/gd/
H A Dgd.c1988 int x,y; in PHP_FUNCTION() local
1989 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2047 int x,y; in PHP_FUNCTION() local
2048 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
3121 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
3605 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3652 y = Y; in php_imagechar()
4110 int x, y; in _php_image_bw_convert() local
4137 for (y = 0; y < dest_height; y++) { in _php_image_bw_convert()
4171 int x, y; in _php_image_convert() local
[all …]
/PHP-7.2/sapi/phpdbg/tests/
H A Dbreakpoints_002.phpt8 y
21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1]
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-7.2/Zend/tests/
H A Dbug52193.phpt17 var_dump($y = $x[0]);
18 var_dump($y());
H A Dnowdoc_014.phpt15 $y = 2;
22 …lt;&lt;'EOT'<br />EOT<br />&nbsp;&nbsp;</span><span style="color: #0000BB">$y&nbsp;</span><span st…
H A Dclosure_020.phpt21 $y = $foo->x();
22 var_dump($y()->test);
/PHP-7.2/ext/gd/tests/
H A Dbug67447.phpt15 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
25 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
/PHP-7.2/ext/date/tests/
H A Dbug53437_var2.phpt17 ["y"]=>
51 ["y"]=>
H A Dbug52808.phpt29 ["y"]=>
63 ["y"]=>
97 ["y"]=>
H A Dbug53437_var4.phpt12 $df->y,
26 ["y"]=>
H A DDateInterval_format.phpt28 echo $interval->format('y=%y') . "\n";
59 y=1
/PHP-7.2/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt67 array( 'y' , 'i' , 'k' )
82 array( 'y' , 'i' , 'k' )
163 2 => 'y',
187 1 => 'y',
H A Dcollator_sort_with_sort_keys_variant2.phpt67 array( 'y' , 'i' , 'k' )
82 array( 'y' , 'i' , 'k' )
163 2 => 'y',
187 1 => 'y',
/PHP-7.2/tests/lang/
H A Dexecution_order.phpt99 $y = 3;
100 $z = $x - ($x=$y);
106 $y = 3;
107 $z = ($x=$y) - $x;
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace2.phpt19 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
44 string(3) "x$y"
/PHP-7.2/ext/simplexml/tests/
H A Dbug51615.phpt11 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>');
30 ["y"]=>
/PHP-7.2/ext/date/lib/
H A Dparse_date.re1051 s->time->y = 1970;
1078 s->time->y = 1970;
1322 TIMELIB_PROCESS_YEAR(s->time->y, length);
1602 s->time->relative.y = 0 - s->time->relative.y;
1834 in.time->y = TIMELIB_UNSET;
1888 time->y = 1970;
1900 if (time->y == TIMELIB_UNSET ) time->y = 1970;
1927 in.time->y = TIMELIB_UNSET;
1998 case 'y': /* two digit year */
2090 s->time->y = 1970;
[all …]
/PHP-7.2/ext/wddx/tests/
H A Dbug70661.phpt35 $y = wddx_deserialize($x);
41 var_dump($y);
/PHP-7.2/ext/hash/
H A Dhash_md.c234 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
235 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
236 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
237 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
451 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
452 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
453 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
/PHP-7.2/ext/standard/tests/strings/
H A Ducwords_variation3.phpt43 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
94 string(40) "/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/"

Completed in 74 milliseconds

12345678910>>...20