Home
last modified time | relevance | path

Searched refs:date (Results 126 – 150 of 583) sorted by relevance

12345678910>>...24

/PHP-8.1/ext/date/tests/
H A Dgmdate_variation11.phpt11 echo "\n-- Testing gmdate() function with ISO 8601 date format --\n";
15 echo "\n-- Testing gmdate() function with RFC 2822 date format --\n";
27 -- Testing gmdate() function with ISO 8601 date format --
31 -- Testing gmdate() function with RFC 2822 date format --
H A Dbug33562.phpt2 Bug #33562 (date("") crashes)
6 echo "[", date(""), "]\n";
H A Dbug48097.phpt4 date.timezone=UTC
19 ["date"]=>
30 ["date"]=>
H A Dgmstrftime_variation21.phpt2 Test gmstrftime() function : usage variation - Checking Preferred date and time representation on W…
14 'Preferred date and time representation' => "%c",
15 'Preferred date representation' => "%x",
31 --Preferred date and time representation--
39 --Preferred date representation--
H A Dstrftime_variation21.phpt2 Test strftime() function : usage variation - Checking Preferred date and time representation on Win…
14 'Preferred date and time representation' => "%c",
15 'Preferred date representation' => "%x",
31 --Preferred date and time representation--
39 --Preferred date representation--
H A DDateTime_clone_basic3.phpt33 ["date"]=>
47 ["date"]=>
61 ["date"]=>
79 ["date"]=>
97 ["date"]=>
H A D012.phpt18 ["date"]=>
27 ["date"]=>
36 ["date"]=>
H A D013.phpt19 ["date"]=>
28 ["date"]=>
37 ["date"]=>
H A Dbug43808.phpt5 $date = date_create('asdfasdf');
7 if ($date instanceof DateTime) {
11 var_dump( $date );
H A Dbug50680.phpt4 date.timezone=UTC
7 var_dump(date("d", strtotime("March 1 eighth day 2009")));
H A Dbug35705.phpt2 Bug #35705 (strtotime() fails to parse soap date format without TZ)
7 echo date(DATE_ISO8601, strtotime('2000-10-10T10:12:30.000')) . "\n";
H A Dbug36599.phpt7 echo date( DATE_ATOM, strtotime( "2006-03-03 08:47:55" ) ), "\n";
8 echo date( DATE_W3C, strtotime( "2006-03-03 08:47:55" ) ), "\n";
H A Dbug64653.phpt5 $date = new \DateTime('2370-01-31');
6 echo $date->sub(new \DateInterval('P1M'))->format('Y-m-d');
H A DDateTime_serialize.phpt21 ["date"]=>
28 string(125) "O:8:"DateTime":3:{s:4:"date";s:26:"2005-07-14 22:30:41.000000";s:13:"timezone_type";i:…
30 ["date"]=>
H A Dbug80047.phpt4 date.timezone=UTC
28 foreach ($dp as $date) {}
29 echo get_class($date), "\n";
H A Ddate_diff1.phpt4 date.timezone=Europe/London
16 ["date"]=>
24 ["date"]=>
H A Dbug61642.phpt4 date.timezone=UTC
15 $date = new DateTime($startdate);
17 $header[] = $date->format('Y-m-d D');
28 $date = new DateTime($startdate);
29 $date->modify("{$days} weekdays");
31 $line[] = $date->format('Y-m-d D');
H A Dbug41842.phpt7 $date = new DateTime('-2007-06-28 00:00:00');
8 echo $date->format(DATE_ISO8601);
H A Dbug33452.phpt6 echo date('Y-W', strtotime('2005-1-1')), "\n";
7 echo date('o-W', strtotime('2005-1-1')), "\n";
H A Ddate_period_bad_iso_format.phpt2 Test bad ISO date formats passed to DatePeriod constructor
27 DatePeriod::__construct(): ISO interval must contain a start date, "R4" given
29 DatePeriod::__construct(): ISO interval must contain an end date or a recurrence count, "2012-07-01…
/PHP-8.1/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt22 echo date("F d Y H:i:s u",$time), PHP_EOL;
25 echo date("F d Y H:i:s u",$time), PHP_EOL;
28 echo date("F d Y H:i:s u",$time), PHP_EOL;
34 echo date("F d Y H:i:s u",$time), PHP_EOL;
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt202 $date = @date('Y-m-d');
203 func_mysqli_fetch_array($link, $engine, "DATE",$date, $date, 410);
204 func_mysqli_fetch_array($link, $engine, "DATE NOT NULL",$date, $date, 420);
207 $date = @date('Y-m-d H:i:s');
208 func_mysqli_fetch_array($link, $engine, "DATETIME", $date, $date, 440);
209 func_mysqli_fetch_array($link, $engine, "DATETIME NOT NULL", $date, $date, 450);
211 func_mysqli_fetch_array($link, $engine, "TIMESTAMP", $date, $date, 470);
213 $date = @date('H:i:s');
214 func_mysqli_fetch_array($link, $engine, "TIME", $date, $date, 480);
215 func_mysqli_fetch_array($link, $engine, "TIME NOT NULL", $date, $date, 490);
[all …]
/PHP-8.1/ext/odbc/tests/
H A Dbug68087.phpt2 odbc_exec(): Getting accurate date data from query
29 $date = odbc_result($res, "DATE_COL");
32 if ($date != $id_1_date) {
38 if ($date != $id_2_date) {
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt4 date.timezone=Atlantic/Azores
20 date {f,date}
49 date May %d, 2012
H A Dmsgfmt_format_simple_types_numeric_strings_icu72-1.phpt4 date.timezone=Atlantic/Azores
20 date {f,date}
49 date May %d, 2012

Completed in 23 milliseconds

12345678910>>...24