/PHP-5.5/ext/standard/tests/file/ |
H A D | 005_variation.phpt | 38 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 D | rfc-datetime_and_daylight_saving_time-type3-ba.phpt | 9 $date_format = 'Y-m-d H:i:s T e';
|
H A D | rfc-datetime_and_daylight_saving_time-type3-bs.phpt | 10 $date_format = 'Y-m-d H:i:s T e';
|
H A D | idate_variation2.phpt | 14 $format = 'Y';
|
H A D | strftime_variation2.phpt | 15 $format = '%b %d %Y %H:%M:%S';
|
H A D | gmstrftime_variation2.phpt | 22 $format = '%b %d %Y %H:%M:%S';
|
H A D | date_variation2.phpt | 97 $format = "F j, Y, g:i a";
|
H A D | mktime_variation1.phpt | 5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
|
H A D | mktime_variation2.phpt | 5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
|
H A D | mktime_variation3.phpt | 5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
|
H A D | mktime_variation4.phpt | 5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
|
H A D | mktime_variation5.phpt | 5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
|
H A D | mktime_variation6.phpt | 5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
|
/PHP-5.5/Zend/ |
H A D | zend.h | 156 # 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 D | html_entity_decode_macroman.phpt | 94 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 D | testoutput1 | 6331 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 D | testoutput4 | 266 0: Y\x{256}Z 285 0: Y\x{256}Z 365 > >X Y 367 > >\x{100} Y
|
H A D | testoutput2 | 6423 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 D | testinput5 | 537 /(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 D | testinput1 | 3744 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 D | ROMAN.TXT | 204 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 D | 003.phpt | 34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
H A D | 007.phpt | 29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
|
/PHP-5.5/ext/mysql/tests/ |
H A D | mysql_field_flags.phpt | 81 array('label1', sprintf("'%s'", @date("Y-m-d H:i:s"))),
|
/PHP-5.5/ext/date/lib/ |
H A D | parse_iso_intervals.re | 268 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "… 334 case 'Y': s->period->y = nr; break;
|