Home
last modified time | relevance | path

Searched refs:date (Results 176 – 200 of 622) sorted by relevance

12345678910>>...25

/PHP-7.4/ext/session/tests/
H A Dbug67694.phpt9 date.timezone = UTC
15 $data = date('r');
/PHP-7.4/ext/date/tests/
H A Didate_basic.phpt6 * Description: Format a local time/date as integer
7 * Source code: ext/date/php_date.c
H A Dstrtotime2.phpt2 strtotime() on date constants
26 echo ((strtotime(date(constant($const), $time)) === $time) ? "OK" : "FAIL") . "\n";
H A Dbug51866.phpt48 ["date"]=>
74 ["date"]=>
100 ["date"]=>
143 ["date"]=>
H A Dbug53437.phpt35 ["date"]=>
44 ["date"]=>
96 ["date"]=>
105 ["date"]=>
H A DDateTime_setTime_basic1.phpt7 * Source code: ext/date/php_date.c
19 echo "Initial date: " . $datetime ->format(DATE_RFC2822) . "\n";
40 Initial date: Sat, 31 Jan 2009 15:14:10 +0000
H A Ddate_time_set_basic1.phpt7 * Source code: ext/date/php_date.c
19 echo "Initial date: " . date_format($datetime, DATE_RFC2822) . "\n";
40 Initial date: Sat, 31 Jan 2009 15:14:10 +0000
H A Dgmstrftime_variation13.phpt2 Test gmstrftime() function : usage variation - Checking date related formats which was not supporte…
6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation13.phpt2 Test strftime() function : usage variation - Checking date related formats which was not supported …
6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dbug62852.phpt4 date.timezone=GMT
7 $s1 = 'O:8:"DateTime":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timez…
H A DDateTime_createFromImmutable.phpt4 date.timezone=Europe/London
22 ["date"]=>
H A Dbug52342.phpt12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
H A Dbug63740.phpt19 foreach ( $dates as $date )
21 $dt = new DateTimeImmutable( "$date 00:00 UTC" );
H A Ddate_sun_info_003.phpt10 echo "$key: " . date("H:i:s", $elem) . "\n";
17 echo "$key: " . date("H:i:s", $elem) . "\n";
H A Dcheckdate_basic1.phpt6 * Description: Checks the validity of the date formed by the arguments.
7 * A date is considered valid if each parameter is properly defined.
8 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation14.phpt2 Test gmstrftime() function : usage variation - Checking date related formats which are supported ot…
12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation5.phpt2 Test gmstrftime() function : usage variation - Passing date related format strings to format argume…
6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation14.phpt2 Test strftime() function : usage variation - Checking date related formats which are supported othe…
12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dstrftime_variation5.phpt2 Test strftime() function : usage variation - Passing date related format strings to format argument.
6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dbug41523-64bit.phpt36 string(27) "The parsed date was invalid"
48 ["date"]=>
H A Dbug41523.phpt36 string(27) "The parsed date was invalid"
48 ["date"]=>
H A Dgmdate_basic.phpt6 * Description: Format a GMT date/time
7 * Source code: ext/date/php_date.c
/PHP-7.4/ext/intl/tests/
H A Ddateformat_format.phpt321 'date' => '2010-01-01 01:02:03.000000',
329 'date' => '2010-01-01 01:02:03.000000',
337 'date' => '2010-01-01 01:02:03.000000',
345 'date' => '2010-01-01 01:02:03.000000',
353 'date' => '2010-01-01 01:02:03.000000',
361 'date' => '2000-12-30 19:04:05.000000',
369 'date' => '2000-12-30 19:04:05.000000',
377 'date' => '2000-12-30 19:04:05.000000',
385 'date' => '2000-12-30 19:04:05.000000',
393 'date' => '2000-12-30 19:04:05.000000',
[all …]
H A Ddateformat_format_variant3.phpt321 'date' => '2010-01-01 01:02:03.000000',
329 'date' => '2010-01-01 01:02:03.000000',
337 'date' => '2010-01-01 01:02:03.000000',
345 'date' => '2010-01-01 01:02:03.000000',
353 'date' => '2010-01-01 01:02:03.000000',
361 'date' => '2000-12-30 19:04:05.000000',
369 'date' => '2000-12-30 19:04:05.000000',
377 'date' => '2000-12-30 19:04:05.000000',
385 'date' => '2000-12-30 19:04:05.000000',
393 'date' => '2000-12-30 19:04:05.000000',
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt220 // don't care about date() strict TZ warnings...
221 func_mysqli_fetch_all($link, $engine, "DATE", @date('Y-m-d'), @date('Y-m-d'), 410);
222 func_mysqli_fetch_all($link, $engine, "DATE NOT NULL", @date('Y-m-d'), @date('Y-m-d'), 420);
225 …func_mysqli_fetch_all($link, $engine, "DATETIME", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 440);
226 …func_mysqli_fetch_all($link, $engine, "DATETIME NOT NULL", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:…
229 …func_mysqli_fetch_all($link, $engine, "TIMESTAMP", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 470…
231 func_mysqli_fetch_all($link, $engine, "TIME", @date('H:i:s'), @date('H:i:s'), 480);
232 func_mysqli_fetch_all($link, $engine, "TIME NOT NULL", @date('H:i:s'), @date('H:i:s'), 490);
235 func_mysqli_fetch_all($link, $engine, "YEAR", @date('Y'), @date('Y'), 510);
236 func_mysqli_fetch_all($link, $engine, "YEAR NOT NULL", @date('Y'), @date('Y'), 520);

Completed in 29 milliseconds

12345678910>>...25