Home
last modified time | relevance | path

Searched refs:Y (Results 101 – 125 of 273) sorted by relevance

1234567891011

/PHP-5.5/ext/date/tests/
H A Dbug29585.phpt6 echo gmdate("Y-m-d H:i:s", strtotime("2004W30"));
H A Dbug21399.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20050620091407 GMT"));
H A Dbug29150.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
H A Dbug28599.phpt6 print gmdate("d-m-Y H:i:s", strtotime("+30 minutes", 1100535573));
H A Doo_001.phpt16 var_dump($d->format("Y-m-d H:i:s"));
19 var_dump($d->format("Y-m-d H:i:s"));
H A Dbug33452.phpt6 echo date('Y-W', strtotime('2005-1-1')), "\n";
H A Dbug26694.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("Sun, 21 Dec 2003 20:38:33 +0000 GMT"));
H A Ddate_create_from_format_basic2.phpt10 var_dump(date_create_from_format('Y-m-d', '2009---01')); // invalid date
H A Dbug28024.phpt8 echo date("Y-m-d H:i:s T", strtotime("17:00 2004-01-01"));
H A Dbug65502.phpt9 echo get_class(DateTimeImmutable::createFromFormat('j-M-Y', '12-Sep-2013'));
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug63391.phpt11 echo date_create($date)->format('Y-m-d D'), "\n";
H A Ddate_timestamp_set.phpt16 var_dump(date_format($dtms021, 'B => (U) => T Y-M-d H:i:s'));
H A Dbug53437.phpt9 echo $dt->format('Y-m-d H:i:s')."\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
H A Ddate_sun_info_002.phpt9 echo date( 'Y-m-d H:i:s T', $elem ), " ", $key, "\n";
H A Dbug45554.phpt7 $format = "m-d-Y H:i:s.u T";
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
/PHP-5.5/ext/reflection/tests/
H A Dbug38465.phpt15 const Y = 2;
16 public function y($a = self::Y, $b = Baz::B, $c = 99) {}
/PHP-5.5/ext/standard/tests/file/
H A Dbug30362.phpt9 $a = "Y";
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite25.phar8 6���������������������test.txt������H������E�������<?php __HALT_COMPILER();�?f}oe/y�NLY�,�*…
H A Dwrite14.phar11 �д�ni���Y�D��=^S1<��rI���GBMB
/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_basic.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
27 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
H A Dstrptime_parts.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
27 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
H A Didate.phpt13 Y: 2003
H A Dbug38524.phpt7 var_dump(strptime('2006-08-20', '%Y-%m-%d'));

Completed in 68 milliseconds

1234567891011