Home
last modified time | relevance | path

Searched refs:date (Results 226 – 250 of 622) sorted by relevance

12345678910>>...25

/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation8.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation17.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dgetdate_basic.phpt6 * Description: Get date/time information
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation12.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation19.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation12.phpt12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dstrftime_variation19.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dtimestamp-in-dst.phpt4 date.timezone=UTC
H A Dbug14561.phpt4 date.timezone=GMT
H A Dbug35887.phpt7 echo date(DATE_ISO8601, strtotime('2006-1-6T0:0:0-8:0')) . "\n";
H A Dbug37368.phpt6 echo date("r", strtotime("Mon, 08 May 2006 13:06:44 -0400 +30 days"));
H A Dgmstrftime_variation18.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation4.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation9.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation18.phpt12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dstrftime_variation9.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dbug37616.phpt6 var_dump(date(DATE_RFC822, strtotime("1 Jul 06 14:27:30 +0200")));
H A Dbug45081.phpt4 date.timezone=Asia/Singapore
H A Dbug71889.phpt4 date.timezone=US/Eastern
H A Dbug35630.phpt7 echo date(DATE_ISO8601, strtotime('5 january 2006+3day+1day')) . "\n";
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp74 UDate date; in PHP_FUNCTION() local
171 date = obj_cal->getTime(status); in PHP_FUNCTION()
181 if (intl_datetime_decompose(object, &date, &timeZone, NULL, in PHP_FUNCTION()
236 df->format(date, result); in PHP_FUNCTION()
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt21 // -uses --INI-- section with date.timezone=UTC
23 // date.timezone=UTC
30 // -this incorrect localtime is passed to the julian date conversion (GregorianToSDN) function whi…
/PHP-7.4/ext/date/
H A Dconfig0.m411 PHP_NEW_EXTENSION(date, php_date.c $timelib_sources, no,, $PHP_DATE_CFLAGS)
17 PHP_INSTALL_HEADERS([ext/date], [php_date.h lib/timelib.h lib/timelib_config.h])
/PHP-7.4/ext/standard/tests/ini_info/scandir/
H A D0.ini4 date.timezone = Antarctica/McMurdo
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all_oo.phpt219 // don't care about date() strict TZ warnings...
220 $date = @date('Y-m-d');
221 func_mysqli_fetch_all_oo($link, $engine, "DATE", $date, $date, 410);
222 func_mysqli_fetch_all_oo($link, $engine, "DATE NOT NULL", $date, $date, 420);
225 $datetime = @date('Y-m-d H:i:s');
232 $time = @date('H:i:s');
237 func_mysqli_fetch_all_oo($link, $engine, "YEAR", @date('Y'), @date('Y'), 510);
238 func_mysqli_fetch_all_oo($link, $engine, "YEAR NOT NULL", @date('Y'), @date('Y'), 520);

Completed in 27 milliseconds

12345678910>>...25