Home
last modified time | relevance | path

Searched refs:Y (Results 226 – 250 of 279) sorted by relevance

12345678910>>...12

/PHP-7.3/ext/standard/tests/file/
H A D005_variation-win32.phpt35 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
38 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
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-7.3/ext/dba/tests/
H A Ddba_handler.inc29 echo dba_exists("key$i", $db_file) ? "Y" : "N";
/PHP-7.3/ext/filter/tests/
H A D043.phpt103 string(1) "Y"
/PHP-7.3/Zend/tests/assert/
H A Dexpect_015.phpt26 const Y = self::X, Z = "aaa";
168 const Y = self::X, Z = 'aaa';
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE84 \X Text Segment \X === (?>\O(?:\Y\O)*)
172 \Y Text Segment non-boundary
174 The meaning of these operators(\y, \Y) changes depending on the setting
264 This option changes the meaning of \X, \y, \Y.
514 + text segment boundary \y, \Y
/PHP-7.3/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 Dmktime_variation3.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
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_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-7.3/
H A DREADME.RELEASE_PROCESS134 Use category "frontpage" for X.Y.0 non-stable releases only (news only).
194 ``gpg -u YOUREMAIL --armor --detach-sign php-X.Y.Z.tar.xxx``
335 1. One week prior to cutting X.Y.0beta1, warn internals@ that your version's branch
336 is about to be cut, and that PHP-X.Y will be moving into feature freeze.
340 2. Just prior to cutting X.Y.0beta1, create the new branch locally.
/PHP-7.3/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-7.3/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-7.3/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-7.3/ext/ldap/tests/
H A DREADME33 olcRootPW: ${SLAPPASS}" | ldapmodify -Y EXTERNAL -H ldapi:///
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.re194 period = "P" (number "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "…
260 case 'Y': s->period->y = nr; break;

Completed in 39 milliseconds

12345678910>>...12