Home
last modified time | relevance | path

Searched refs:y (Results 226 – 250 of 468) sorted by relevance

12345678910>>...19

/PHP-7.3/ext/date/tests/
H A DDateInterval_format.phpt28 echo $interval->format('y=%y') . "\n";
59 y=1
H A Dbug53437_var3.phpt7 $s = 'O:12:"DateInterval":15:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
16 ["y"]=>
H A Dbug53437_var5.phpt7 $s = 'O:12:"DateInterval":15:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
16 ["y"]=>
H A Dbug53437_var6.phpt7 $s = 'O:12:"DateInterval":16:{s:1:"y";s:1:"2";s:1:"m";s:1:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1…
16 ["y"]=>
H A Dtest-parse-from-format.phpt57 string(16) "D, d M y H:i:s O"
68 string(16) "l, d-M-y H:i:s T"
79 string(16) "D, d M y H:i:s O"
/PHP-7.3/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-7.3/ext/wddx/tests/
H A Dbug70661.phpt35 $y = wddx_deserialize($x);
41 var_dump($y);
/PHP-7.3/ext/xmlwriter/tests/
H A Dbug79029.phpt14 $y = new XMLWriter();
15 $y->openUri("bug79029_2.txt");
/PHP-7.3/ext/gd/
H A Dgd.c1984 int x,y; in PHP_FUNCTION() local
1985 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2041 int x,y; in PHP_FUNCTION() local
2042 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
3116 int x, y, c; in PHP_FUNCTION() local
3118 for (y = 0; y < gdImageSY(im); y++) { in PHP_FUNCTION()
3602 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3649 y = Y; in php_imagechar()
4115 int x, y; in _php_image_convert() local
4262 for (y = 0; y < dest_height; y++) { in _php_image_convert()
[all …]
/PHP-7.3/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/"
/PHP-7.3/ext/hash/
H A Dhash_md.c229 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
230 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
231 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
232 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
446 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
447 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
448 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
H A Dhash_sha.c161 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
162 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
163 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
164 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
434 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
436 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
692 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
694 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/PHP-7.3/ext/date/lib/
H A Dparse_date.re1081 s->time->y = 1970;
1108 s->time->y = 1970;
1352 TIMELIB_PROCESS_YEAR(s->time->y, length);
1632 s->time->relative.y = 0 - s->time->relative.y;
1864 in.time->y = TIMELIB_UNSET;
1918 time->y = 1970;
1930 if (time->y == TIMELIB_UNSET ) time->y = 1970;
1981 {'y', TIMELIB_FORMAT_YEAR_TWO_DIGIT},
2032 in.time->y = TIMELIB_UNSET;
2240 s->time->y = 1970;
[all …]
/PHP-7.3/Zend/tests/
H A Dbug35655.phpt16 $y = 2;
22 …="color: #007700">EOT<br />&nbsp;&nbsp;</span><span style="color: #0000BB">$y&nbsp;</span><span st…
H A Dclosure_027.phpt15 $a = function($x) use ($y) {};
30 Notice: Undefined variable: y in %s on line %d
H A Dnowdoc_013.phpt16 $y = 2;
23 …="color: #007700">EOT<br />&nbsp;&nbsp;</span><span style="color: #0000BB">$y&nbsp;</span><span st…
H A Dbug42802.phpt28 $y = new \Exception();
32 test4($y);
/PHP-7.3/ext/soap/tests/
H A Dbug48557.phpt15 $y = new SoapServer(dirname(__FILE__) . '/bug48557.wsdl');
16 $y->addfunction("test");
53 $y->handle($request);
H A Dclassmap004.phpt28 $this->y = $a + 1;
63 [y] => 6
/PHP-7.3/tests/lang/
H A Dbug73172.inc3 function test($a, $x, $y){
/PHP-7.3/ext/standard/
H A Durl.c584 register size_t x, y; local
590 for (x = 0, y = 0; len--; x++, y++) {
593 ret[y] = c;
599 ret[y++] = '%';
600 ret[y++] = hexchars[(unsigned char) c >> 4];
601 ret[y] = hexchars[(unsigned char) c & 15];
604 ret[y++] = '%';
605 ret[y++] = hexchars[os_toascii[(unsigned char) c] >> 4];
606 ret[y] = hexchars[os_toascii[(unsigned char) c] & 15];
610 ret[y] = '\0';
[all …]
H A Dmd5.c148 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
149 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
150 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
151 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
/PHP-7.3/ext/soap/tests/schema/
H A Dtest_schema.inc59 $y = new SoapServer($fname, array("features"=>$features));
60 $y->addfunction("test");
69 $y->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/standard/tests/array/
H A Darray_diff_assoc_variation9.phpt22 'sub_arrayb' => array ('a', 'z', 'y'));
80 string(1) "y"
109 string(1) "y"

Completed in 46 milliseconds

12345678910>>...19