Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );
/PHP-7.0/ext/intl/tests/
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_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";
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_variant3.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt39 var $y;
41 function __construct($x, $y) {
43 $this->y = $y;
626 ["y"]=>
734 ["y"]=>
842 ["y"]=>
H A Descapeshellarg_variation1.phpt2 Test escapeshellarg() function : usage variations - different data types as $y arg
H A Dgettype_settype_variation1.phpt48 var $y;
50 function __construct($x, $y) {
52 $this->y = $y;
/PHP-7.0/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.0/ext/skeleton/
H A Dcreate_stubs146 y = gobble(",")
147 if (!x && y && optional) {
/PHP-7.0/ext/openssl/tests/
H A Dprivate_rsa_4096.key14 y+mZRPweDFkTi4C1VigNu9ywydza9wmkC7JohjQNxV9Nc9EJChVJGlHVeADjlCh5
H A Dbug74903.phpt52 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
/PHP-7.0/ext/date/tests/
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",
H A Didate_variation4.phpt25 'Year (1 or 2 digits)' => 'y',
/PHP-7.0/ext/fileinfo/
H A Dconfig.m434 s1[0] = 'y';
/PHP-7.0/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) {
/PHP-7.0/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-7.0/ext/standard/
H A Dcrypt_sha512.c167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/PHP-7.0/ext/standard/tests/array/
H A Darray_diff_variation7.phpt39 $arr1 = array('x', 'y', 'z');
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dunicode.c10852 code2_cmp(OnigCodePoint* x, OnigCodePoint* y) in code2_cmp() argument
10854 if (x[0] == y[0] && x[1] == y[1]) return 0; in code2_cmp()
10870 code3_cmp(OnigCodePoint* x, OnigCodePoint* y) in code3_cmp() argument
10872 if (x[0] == y[0] && x[1] == y[1] && x[2] == y[2]) return 0; in code3_cmp()
/PHP-7.0/ext/date/lib/
H A Dparse_iso_intervals.c366 case 'Y': s->period->y = nr; break; in scan()
689 s->period->y = timelib_get_unsigned_nr((char **) &ptr, 4); in scan()
820 current->y = timelib_get_nr((char **) &ptr, 4); in scan()
957 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
970 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
983 in.period->y = 0; in timelib_strtointerval()

Completed in 43 milliseconds

1...<<1112131415161718