Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.4/ext/date/tests/
H A Ddate_diff1.phpt32 ["y"]=>
H A DDateTime_clone_basic4.phpt23 var_dump( $d1_clone->format( "m.d.y") );
H A Ddate_error.phpt15 $format = "m.d.y";
H A Didate_variation6.phpt15 $format = 'y';
/PHP-5.4/ext/standard/tests/array/
H A Dbug24220.phpt66 string(1) "y"
/PHP-5.4/ext/hash/
H A Dhash_ripemd.c140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
/PHP-5.4/ext/intl/collator/
H A Dcollator_is_numeric.c25 #define _do_alloca(x, y) do_alloca((x)) argument
26 #define _free_alloca(x, y) free_alloca((x)) argument
/PHP-5.4/ext/standard/tests/math/
H A Datan2_variation1.phpt2 Test atan2() function : usage variations - different data types as $y arg
7 /* Prototype : float atan2 ( float $y , float $x )
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 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_error.phpt5 /* Prototype : float hypot ( float $x , float $y )
/PHP-5.4/ext/ereg/regex/
H A Dtests355 /\*.*\*/ - /*x*/y/*z*/ /*x*/y/*z*/
358 /\*([^*]|\*[^/])*\*/ - /*x*/y/*z*/ /*x*/
360 /\*([^*]|\*[^/])*\*/ - /*x**/y/*z*/ /*x**/y/*z*/
363 /\*([^*]|\*+[^*/])*\*+/ - /*x*/y/*z*/ /*x*/
364 /\*([^*]|\*+[^*/])*\*+/ - /*x**/y/*z*/ /*x**/
365 /\*([^*]|\*+[^*/])*\*+/ - /*x****/y/*z*/ /*x****/
366 /\*([^*]|\*+[^*/])*\*+/ - /*x**x*/y/*z*/ /*x**x*/
367 /\*([^*]|\*+[^*/])*\*+/ - /*x***x/y/*z*/ /*x***x/y/*z*/
/PHP-5.4/ext/spl/tests/
H A Dspl_autoload_014.phpt38 $y = new TestY;
/PHP-5.4/ext/openssl/tests/
H A Dbug54992.pem42 OEBlGkM3eqcCUOMnMI8L9wfBk49sELZCeJcCQQC/y/TL2q/EXo9c6I/faj+U1Exp
/PHP-5.4/ext/gd/libgd/
H A Dgd_jpeg.c294 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
480 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
485 y = 255 - y; in CMYKToRGB()
488 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/PHP-5.4/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.4/ext/standard/
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
149 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.re339 current->y = timelib_get_nr((char **) &ptr, 4);
369 case 'Y': s->period->y = nr; break;
396 s->period->y = timelib_get_unsigned_nr((char **) &ptr, 4);
480 in.begin->y = TIMELIB_UNSET;
493 in.end->y = TIMELIB_UNSET;
506 in.period->y = 0;
/PHP-5.4/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.4/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.4/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt67 !fwrite($fp, (binary)"'98';'y';\n") ||
73 !fwrite($fp, "98;'y';\n") ||
/PHP-5.4/ext/skeleton/
H A Dcreate_stubs146 y = gobble(",")
147 if (!x && y && optional) {
/PHP-5.4/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.4/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );

Completed in 59 milliseconds

12345678910>>...14