Home
last modified time | relevance | path

Searched refs:r (Results 126 – 150 of 1819) sorted by path

12345678910>>...73

/PHP-5.5/ext/date/tests/
H A DDateTime_setTime_variation3.phpt42 $file_handle = fopen(__FILE__, 'r');
H A DDateTime_setTimezone_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A Dbig_year.phpt11 var_dump(date("r", $t));
H A Dbug13142.phpt20 echo date("r\n", strtotime("Sep 04 16:39:45 2001"));
21 echo date("r\n", strtotime("Sep 04 2001 16:39:45"));
H A Dbug28088.phpt11 echo gmdate("m/d/y Hi", strtotime("04/04/04 0045"))."\r\n";
H A Dbug30096.phpt29 echo $ts, " | gmdate('r', $ts):", gmdate('r', $ts);
39 gmmktime(1,0,0,3,27,2005): 1111885200 | gmdate('r', 1111885200):Sun, 27 Mar 2005 01:00:00 +0000
40 gmmktime(2,0,0,3,27,2005): 1111888800 | gmdate('r', 1111888800):Sun, 27 Mar 2005 02:00:00 +0000 | D…
41 gmmktime(3,0,0,3,27,2005): 1111892400 | gmdate('r', 1111892400):Sun, 27 Mar 2005 03:00:00 +0000 | D…
42 gmmktime(4,0,0,3,27,2005): 1111896000 | gmdate('r', 1111896000):Sun, 27 Mar 2005 04:00:00 +0000 | D…
45 gmmktime(1,0,0,10,30,2005): 1130634000 | gmdate('r', 1130634000):Sun, 30 Oct 2005 01:00:00 +0000
46 gmmktime(2,0,0,10,30,2005): 1130637600 | gmdate('r', 1130637600):Sun, 30 Oct 2005 02:00:00 +0000 | …
47 gmmktime(3,0,0,10,30,2005): 1130641200 | gmdate('r', 1130641200):Sun, 30 Oct 2005 03:00:00 +0000 | …
48 gmmktime(4,0,0,10,30,2005): 1130644800 | gmdate('r', 1130644800):Sun, 30 Oct 2005 04:00:00 +0000 | …
H A Dbug33532.phpt20 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
29 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
H A Dbug35499.phpt7 echo date(DATE_ISO8601, strtotime("11/20/2005 8:00 AM \r\n")) . "\n";
8 echo date(DATE_ISO8601, strtotime(" 11/20/2005 8:00 AM \r\n")) . "\n";
H A Dbug37368.phpt6 echo date("r", strtotime("Mon, 08 May 2006 13:06:44 -0400 +30 days"));
H A Dbug37514.phpt6 echo date('r', strtotime('May 18th 5:05', 1168156376)), "\n";
7 echo date('r', strtotime('May 18th 5:05pm', 1168156376)), "\n";
8 echo date('r', strtotime('May 18th 5:05 pm', 1168156376)), "\n";
9 echo date('r', strtotime('May 18th 5:05am', 1168156376)), "\n";
10 echo date('r', strtotime('May 18th 5:05 am', 1168156376)), "\n";
11 echo date('r', strtotime('May 18th 2006 5:05pm', 1168156376)), "\n";
H A Dbug42910.phpt9 …(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->format('U') . "\r\n";
10 …(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->format('U') . "\r\n";
15 …(DateTime::ISO8601) . ' - ' . $foo->getTimezone()->getName() . ' - ' . $foo->format('U') . "\r\n";
16 …(DateTime::ISO8601) . ' - ' . $bar->getTimezone()->getName() . ' - ' . $bar->format('U') . "\r\n";
H A Dbug45866.phpt9 echo $date->format( 'r' ), "\n";
13 echo $date->format( 'r' ), "\n";
17 echo $date->format( 'r' ), "\n";
H A Dbug49585.phpt8 var_dump($date->format('r'));
11 var_dump($date->format('r'));
H A Dbug52668.phpt11 echo $dt->format('r') . "\n"; // Sun, 12 Dec 2010 00:00:00 +0100
13 echo $start->format('r'), "\n";
15 echo $dt->format('r') . "\n"; // Sun, 12 Dec 2010 00:00:00 +0100
17 echo $start->format('r'), "\n\n";
H A Dbug53437.phpt7 echo "Original:\r\n";
9 echo $dt->format('Y-m-d H:i:s')."\r\n";
11 echo "\r\n";
20 echo "Unserialized:\r\n";
22 echo $dt->format('Y-m-d H:i:s')."\r\n";
H A Dbug54851.phpt9 echo $date->format("r"), "\n";
10 echo $date2->format("r"), "\n";
16 echo $datePre->format("r"), "\n";
17 echo $datePost->format("r"), "\n";
24 echo $date1->format('r'), "\n";
25 echo $date2->format('r'), "\n";
31 echo $date1->format('r'), "\n";
32 echo $date2->format('r'), "\n";
38 echo $date1->format('r'), "\n";
39 echo $date2->format('r'), "\n";
H A Dbug67118.phpt23 new mydt("Funktionsansvarig rådgivning och juridik", "UTC");
H A Dcheckdate_variation1.phpt39 $file_handle = fopen(__FILE__, 'r');
H A Dcheckdate_variation2.phpt39 $file_handle = fopen(__FILE__, 'r');
H A Dcheckdate_variation3.phpt39 $file_handle = fopen(__FILE__, 'r');
H A Ddate.phpt20 r: Thu, 23 Jan 2003 12:20:59 +0000
22 r: Thu, 23 Jan 2003 13:20:59 +0100
H A Ddate_create_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A Ddate_create_variation2.phpt42 $file_handle = fopen(__FILE__, 'r');
H A Ddate_date_set_variation1.phpt42 $file_handle = fopen(__FILE__, 'r');
H A Ddate_date_set_variation2.phpt42 $file_handle = fopen(__FILE__, 'r');

Completed in 54 milliseconds

12345678910>>...73