Home
last modified time | relevance | path

Searched refs:y (Results 326 – 350 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.2/ext/hash/tests/
H A Dfnv1a64.phpt81 array( 'WyVH\'y#NhhO57B?', '8dea1d032c597f60' ),
114 array( ' _{e\\N6#|2Nb~7y/6orUrq', '26006911a7c5d137' ),
121 array( '<g\'ndm=|\\=y*9]7cU@nJp9"', '256fbcae5dc6e749' ),
137 array( 'xOG9>O<K~y:\\;\\]@ [%$l=`S_E', 'a6d30ae05805da81' ),
147 array( '<a&T|y gRxiUo)v83LPwk\\9JTO>o', '99a9a1a21c2ee2ec' ),
157 array( 'y ICoML(0+%Av>pM .4Is2?OufhC<O', '199280a86e05b101' ),
186 array( 'WNzUKh"BjL~/}o[]?+_x.[6Vu^4y ^$X- .Y', '0457576f79c1af9f' ),
205 array( ':1-)0y;Z</CS?pq{eq^+Y4Gf>lYfa:2|K?&\\:B7V', '16e6a228513a03c4' ),
222 array( 'S\'B\\y/(n]Q3ZY(jv|{$W,3S8hi&E91ol92I3BR# $6[', 'f90f149aea3b4fff' ),
223 array( ']?FU<BZtOmHgW3m}M m:9!dMC7QD<h y(GPDj+:;yc#', '216ea9a72de9aadc' ),
[all …]
H A Dfnv1a32.phpt45 array( 'xBX}}]y,', '58e08903' ),
103 array( 'n @\'/"y$g5,d"\\/5/c9', '8b7ec669' ),
107 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),
135 array( 'DwCF0^C|y(w,{J1pJMM?ut~)Q<', 'ed50fb22' ),
143 array( '<@VJ&.>8ERn)U]DW~(, $!{y|"K', 'dc0d68d2' ),
212 array( 'y:Z6o*sUHO`HT)u*74N]G|MZnQ;exn@r*z*z&}QNN', 'b1579567' ),
213 array( '3v#<m.S#]2KZ`\'J3C1,2Q =M*8S)i"W|y[:hinlH"', '948a6c9e' ),
240 array( 'N(e18-}K[nmF<Jvg)c1X*`[L@RWg;y~i"e{:rzeOiTv&~mn', '14562c12' ),
249 array( 'pQ9V<oFdct^y"}5Vu3rYhvgB&g8;)PFy"_Q?Ow%3md.pbDHYW', '859042fe' ),
259 array( 'nK]?Oyikv9vH4k{,eQ&$[6va>5jf3"y#NWB~R-kJGcr[Oog6Am;', '9cb72621' ),
[all …]
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_getName_error.phpt12 var_dump($r3->getName('x','y'));
/PHP-7.2/ext/date/tests/
H A Dbug49778.phpt12 ["y"]=>
H A Dbug60774.phpt12 ["y"]=>
H A Ddate_diff1.phpt32 ["y"]=>
H A DDateTime_clone_basic4.phpt23 var_dump( $d1_clone->format( "m.d.y") );
H A Dbug75851.phpt2 Test for bug #75851: Year component overflow with date formats "c", "o", "r" and "y"
H A DDatePeriod_getter.phpt19 var_dump($period->getDateInterval()->format('%R%y-%m-%d-%h-%i-%s'));
/PHP-7.2/ext/openssl/tests/
H A Dsni_server_uk_key.pem22 To83/y/cMbBp+kZKwAu+MGwGMndjJSRunUY4NRik6c+qh0nrORfFX+++Efy4529g
H A Dbug74341.phpt30 y+1AGmQwHwYDVR0jBBgwFoAUSUtSJ9EbvPKhIWpie1FCeorX1VYwOAYDVR0fBDEw
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt48 var $y;
50 function __construct($x, $y) {
52 $this->y = $y;
808 ["y"]=>
818 ["y"]=>
828 ["y"]=>
/PHP-7.2/ext/standard/tests/array/
H A Dbug24220.phpt66 string(1) "y"
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_0.phpt24 $item = "�yԇ���ֹ�·��"; // cp936 string
H A Dtest_cp936_to_utf8_0.phpt21 $item = iconv('cp936', 'utf-8', "�yԇ���ֹ�·��"); // cp936 string
H A Dtest_cp936_to_utf8_1.phpt21 $item = iconv('cp936', 'utf-8', "�yԇ���ֹ�·��"); // cp936 string
/PHP-7.2/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 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 )
/PHP-7.2/ext/hash/
H A Dhash_ripemd.c144 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
145 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
146 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
147 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
148 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
/PHP-7.2/ext/spl/tests/
H A Dspl_autoload_014.phpt38 $y = new TestY;
/PHP-7.2/ext/json/
H A Dconfig.w3215 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js…
/PHP-7.2/Zend/tests/
H A Dlist_destructuring_to_special_variables.phpt24 list($str[0], $str[1]) = ['x', 'y'];
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dwintestoutput388 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
97 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/date/lib/
H A Dparse_iso_intervals.re232 current->y = timelib_get_nr((char **) &ptr, 4);
262 case 'Y': s->period->y = nr; break;
289 s->period->y = timelib_get_unsigned_nr((char **) &ptr, 4);
373 in.begin->y = TIMELIB_UNSET;
386 in.end->y = TIMELIB_UNSET;
399 in.period->y = 0;

Completed in 41 milliseconds

1...<<11121314151617181920