Home
last modified time | relevance | path

Searched refs:date (Results 201 – 225 of 796) sorted by relevance

12345678910>>...32

/PHP-7.2/ext/date/tests/
H A DDateTimeImmutable_createFromMutable.phpt4 date.timezone=Europe/London
17 ["date"]=>
H A DDateTimeZone_getOffset_error.phpt7 * Source code: ext/date/php_date.c
15 $date = date_create("GMT");
24 var_dump( $tz->getOffset($date, $extra_arg) );
H A Ddate_parse_basic1.phpt5 /* Prototype : array date_parse ( string $date )
6 * Description: Returns associative array with detailed info about given date.
7 * Source code: ext/date/php_date.c
H A Dbug51866.phpt48 ["date"]=>
74 ["date"]=>
100 ["date"]=>
143 ["date"]=>
H A Dbug53437.phpt35 ["date"]=>
44 ["date"]=>
96 ["date"]=>
105 ["date"]=>
H A Dtimezone_offset_get_error.phpt7 * Source code: ext/date/php_date.c
14 $date = date_create("GMT");
45 var_dump( timezone_offset_get($tz, $date, $extra_arg) );
54 var_dump( timezone_offset_get($invalid_obj, $date) );
61 var_dump( timezone_offset_get($invalid_obj, $date) );
68 var_dump( timezone_offset_get($invalid_obj, $date) );
H A Dmktime_variation1.phpt5 …nt $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n"…
6 * Description: Get Unix timestamp for a date
7 * Source code: ext/date/php_date.c
H A Dmktime_variation2.phpt5 …nt $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n"…
6 * Description: Get Unix timestamp for a date
7 * Source code: ext/date/php_date.c
H A Dmktime_variation3.phpt5 …nt $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n"…
6 * Description: Get Unix timestamp for a date
7 * Source code: ext/date/php_date.c
H A Dmktime_variation4.phpt5 …nt $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n"…
6 * Description: Get Unix timestamp for a date
7 * Source code: ext/date/php_date.c
H A Dmktime_variation5.phpt5 …nt $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n"…
6 * Description: Get Unix timestamp for a date
7 * Source code: ext/date/php_date.c
H A Dmktime_variation6.phpt5 …nt $hour= date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n"…
6 * Description: Get Unix timestamp for a date
7 * Source code: ext/date/php_date.c
H A Dbug35624.phpt10 echo date("D", strtotime($day));
11 echo date("D", strtotime(ucfirst($day)));
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 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 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 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_variation13.phpt2 Test gmstrftime() function : usage variation - Checking date related formats which was not supporte…
12 * Description: Format a GMT/UCT time/date according to locale settings
13 * 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_variation13.phpt2 Test strftime() function : usage variation - Checking date related formats which was not supported …
12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
/PHP-7.2/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);
/PHP-7.2/ext/session/tests/
H A Dbug67694.phpt9 date.timezone = UTC
15 $data = date('r');

Completed in 34 milliseconds

12345678910>>...32