Home
last modified time | relevance | path

Searched refs:Y (Results 151 – 175 of 273) sorted by relevance

1234567891011

/PHP-5.5/ext/intl/tests/
H A Dbug58756_MessageFormatter_variant2.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/PHP-5.5/ext/date/tests/
H A Ddate_add_basic.phpt20 $format = 'Y-m-d H:i:s';
H A Ddate_sub_basic.phpt20 $format = 'Y-m-d H:i:s';
H A Dstrftime_error.phpt16 $format = '%b %d %Y %H:%M:%S';
H A Didate_variation3.phpt14 $format = 'Y';
H A Didate_error.phpt17 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_variation23.phpt16 $format = '%b %d %Y %H:%M:%S';
H A Dbug20382-2.phpt40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
H A DDateTime_format_error.phpt23 $format = "F j, Y, g:i a";
H A Dgmstrftime_error.phpt19 $format = '%b %d %Y %H:%M:%S';
H A Dmktime_basic1.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
H A Dmktime_error.phpt5 …"s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int $is_dst= -…
H A Dgmstrftime_variation5.phpt22 'Year as decimal number including the century' => "%Y",
H A Dstrftime_variation5.phpt21 'Year as decimal number including the century' => "%Y",
/PHP-5.5/ext/dba/tests/
H A Ddba006.phpt28 echo dba_exists("key$i", $db_file) ? "Y" : "N";
H A Ddba_optimize.phpt23 echo dba_exists("key$i", $db_file) ? "Y" : "N";
H A Ddba_sync.phpt23 echo dba_exists("key$i", $db_file) ? "Y" : "N";
H A Ddba_cdb_read.phpt26 echo dba_exists($i, $db_file) ? "Y" : "N";
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1812 X\x{11234}Y
27 X\x{11234}Y
35 X\x{11234}Y
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-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt196 $date = @date('Y-m-d');
201 $date = @date('Y-m-d H:i:s');
210 func_mysqli_fetch_array($mysqli, $engine, "YEAR", @date('Y'), @date('Y'), 510);
211 func_mysqli_fetch_array($mysqli, $engine, "YEAR NOT NULL", @date('Y'), @date('Y'), 520);
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt70 echo "Y=$y,Z=$z\n";
122 Y=,Z=
/PHP-5.5/ext/pdo_firebird/tests/
H A Dexecute.phpt7 ibase.timestampformat=%Y-%m-%d %H:%M:%S
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt62 'DATE' => array(@date('Y-m-d'), 'date'),
63 'DATETIME' => array(@date('Y-m-d H:i:s'), 'datetime'),
64 'TIMESTAMP' => array(@date('Y-m-d H:i:s'), 'timestamp'),
66 'YEAR' => array(@date('Y'), 'year'),
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1252.TXT108 0x59 0x0059 #LATIN CAPITAL LETTER Y
140 0x79 0x0079 #LATIN SMALL LETTER Y
178 0x9F 0x0178 #LATIN CAPITAL LETTER Y WITH DIAERESIS
240 0xDD 0x00DD #LATIN CAPITAL LETTER Y WITH ACUTE
272 0xFD 0x00FD #LATIN SMALL LETTER Y WITH ACUTE
274 0xFF 0x00FF #LATIN SMALL LETTER Y WITH DIAERESIS

Completed in 39 milliseconds

1234567891011