Home
last modified time | relevance | path

Searched refs:y (Results 276 – 300 of 396) sorted by relevance

1...<<111213141516

/PHP-5.6/ext/standard/tests/math/
H A Dfmod_variation2.phpt2 Test fmod() function : usage variations - different data types as $y argument
5 /* Prototype : float fmod ( float $x , float $y )
H A Dhypot_variation2.phpt2 Test hypot() function : usage variations - different data types as $y argument
5 /* Prototype : float hypot ( float $x , float $y )
H A Dhypot_error.phpt5 /* Prototype : float hypot ( float $x , float $y )
/PHP-5.6/ext/gd/libgd/
H A Dgd_jpeg.c308 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
504 y = 255 - y; in CMYKToRGB()
507 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/PHP-5.6/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
676 ["y"]=>
687 ["y"]=>
698 ["y"]=>
H A Dgettype_settype_basic.phpt39 var $y;
41 function point($x, $y) {
43 $this->y = $y;
626 ["y"]=>
734 ["y"]=>
842 ["y"]=>
/PHP-5.6/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-5.6/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-5.6/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_variant5.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfile.h112 #define __GNUC_PREREQ__(x, y) \ argument
113 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
116 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-5.6/ext/date/lib/
H A Dparse_iso_intervals.re310 current->y = timelib_get_nr((char **) &ptr, 4);
340 case 'Y': s->period->y = nr; break;
367 s->period->y = timelib_get_unsigned_nr((char **) &ptr, 4);
451 in.begin->y = TIMELIB_UNSET;
464 in.end->y = TIMELIB_UNSET;
477 in.period->y = 0;
/PHP-5.6/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );
/PHP-5.6/ext/skeleton/
H A Dcreate_stubs146 y = gobble(",")
147 if (!x && y && optional) {
/PHP-5.6/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-5.6/scripts/dev/
H A Dcheck_parameters.php125 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
126 foreach ($y as $z) {
/PHP-5.6/ext/fileinfo/
H A Dconfig.m434 s1[0] = 'y';
/PHP-5.6/ext/openssl/tests/
H A Dprivate_rsa_4096.key14 y+mZRPweDFkTi4C1VigNu9ywydza9wmkC7JohjQNxV9Nc9EJChVJGlHVeADjlCh5

Completed in 35 milliseconds

1...<<111213141516