Home
last modified time | relevance | path

Searched refs:y (Results 351 – 375 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt48 var $y;
50 function __construct($x, $y) {
52 $this->y = $y;
676 ["y"]=>
687 ["y"]=>
698 ["y"]=>
H A Dgettype_settype_basic.phpt39 var $y;
41 function __construct($x, $y) {
43 $this->y = $y;
626 ["y"]=>
734 ["y"]=>
842 ["y"]=>
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_to_utf8_2.phpt21 $item = iconv('cp936', 'utf-8', "�yԇ���ֹ�·��"); // cp936 string
/PHP-7.2/ext/intl/tests/
H A Ddateformat_formatObject_datetime.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant2.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant5.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant3.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant4.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant2.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant5.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/PHP-7.2/ext/date/tests/
H A Ddate_error.phpt15 $format = "m.d.y";
H A Didate_variation6.phpt15 $format = 'y';
H A Dgmstrftime_variation5.phpt21 'Year as decimal number without a century' => "%y",
H A Dstrftime_variation5.phpt20 'Year as decimal number without a century' => "%y",
/PHP-7.2/ext/standard/tests/math/
H A Dhypot_error.phpt5 /* Prototype : float hypot ( float $x , float $y )
/PHP-7.2/ext/standard/
H A Dcrypt_sha256.c142 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
143 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
/PHP-7.2/ext/gd/libgd/
H A Dgd_jpeg.c319 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
522 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
527 y = 255 - y; in CMYKToRGB()
530 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/PHP-7.2/ext/openssl/tests/
H A Dsni_server_uk.pem22 To83/y/cMbBp+kZKwAu+MGwGMndjJSRunUY4NRik6c+qh0nrORfFX+++Efy4529g
H A Dprivate_rsa_4096.key14 y+mZRPweDFkTi4C1VigNu9ywydza9wmkC7JohjQNxV9Nc9EJChVJGlHVeADjlCh5
/PHP-7.2/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-7.2/ext/skeleton/
H A Dcreate_stubs146 y = gobble(",")
147 if (!x && y && optional) {
/PHP-7.2/ext/fileinfo/
H A Dconfig.m434 s1[0] = 'y';
/PHP-7.2/scripts/dev/
H A Dcheck_parameters.php119 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
120 foreach ($y as $z) {

Completed in 37 milliseconds

1...<<11121314151617181920