Home
last modified time | relevance | path

Searched refs:Y (Results 201 – 225 of 273) sorted by relevance

1234567891011

/PHP-5.5/ext/standard/tests/file/
H A D005_variation.phpt38 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
44 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
/PHP-5.5/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt10 $date_format = 'Y-m-d H:i:s T e';
H A Didate_variation2.phpt14 $format = 'Y';
H A Dstrftime_variation2.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Dgmstrftime_variation2.phpt22 $format = '%b %d %Y %H:%M:%S';
H A Ddate_variation2.phpt97 $format = "F j, Y, g:i a";
H A Dmktime_variation1.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
H A Dmktime_variation2.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
H A Dmktime_variation3.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
H A Dmktime_variation4.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
H A Dmktime_variation5.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
H A Dmktime_variation6.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
/PHP-5.5/Zend/
H A Dzend.h156 # define ZEND_ATTRIBUTE_ALLOC_SIZE2(X,Y) __attribute__ ((alloc_size(X,Y))) argument
159 # define ZEND_ATTRIBUTE_ALLOC_SIZE2(X,Y) argument
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_macroman.phpt94 0x00FF => array(0xD8, "LATIN SMALL LETTER Y WITH DIAERESIS"),
95 0x0178 => array(0xD9, "LATIN CAPITAL LETTER Y WITH DIAERESIS"),
420 LATIN SMALL LETTER Y WITH DIAERESIS: ÿ => d8
423 LATIN CAPITAL LETTER Y WITH DIAERESIS: Ÿ => d9
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput16331 1: Y
7209 5: Y
7220 7: Y
7231 7: Y
8033 0: Y
8035 2: Y
8046 0: Y
8047 1: Y
8082 0: Y
8084 2: Y
[all …]
H A Dtestoutput4266 0: Y\x{256}Z
285 0: Y\x{256}Z
365 > >X Y
367 > >\x{100} Y
H A Dtestoutput26423 1: Y
6447 10: Y
6754 102: Y
8278 Y
8279 0: Y
8351 Y!
8352 0: Y!
9415 abc\Y
9517 5: Y
10085 7: Y
[all …]
H A Dtestinput5537 /(Y)X\1{2,4}b/8
544 /(Y)X\1{2,4}?b/8
551 /(Y)X\1{2,4}+b/8
H A Dtestinput13744 Xa b c d Y
3872 /(?:(?(1)\1a|b)(X|Y))+/
4286 /(?(?=c)c|d)++Y/
4289 /(?(?=c)c|d)*+Y/
4339 /\h*X\h?\H+Y\H?Z/
4397 /^X(?5)(a)(?|(b)|(q))(c)(d)(Y)/
5130 /A(*:A)B|XX(*:B)Y/K
5167 /A(*:A)B|X(*:A)Y/K
5198 /(?=a(*MARK:A)b)..(*:Y)x/K
5208 /(?=a(*PRUNE:A)b)..(*:Y)x/K
[all …]
/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT204 0x59 0x0059 # LATIN CAPITAL LETTER Y
236 0x79 0x0079 # LATIN SMALL LETTER Y
331 0xD8 0x00FF # LATIN SMALL LETTER Y WITH DIAERESIS
332 0xD9 0x0178 # LATIN CAPITAL LETTER Y WITH DIAERESIS
/PHP-5.5/ext/interbase/tests/
H A D003.phpt34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
H A D007.phpt29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt81 array('label1', sprintf("'%s'", @date("Y-m-d H:i:s"))),
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re268 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
334 case 'Y': s->period->y = nr; break;

Completed in 61 milliseconds

1234567891011