Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.0/ext/date/tests/
H A Dbug62852_var2.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";…
H A Dbug62852_var3.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"timezone_type";i:0;s:8:"timezone";s…
H A Ddate_create-1.phpt28 foreach($d as $date) {
29 echo $date->format(DateTime::ISO8601), "\n";
H A Dbug42910.phpt22 $date= date_create('2007-11-04 12:00:00+0200');
23 var_dump(date_format($date, 'O e'));
H A Dbug67118.phpt4 date.timezone=Europe/Berlin
17 echo "Bad date" . $this->format("Y") . "\n";
H A Ddate_isodate_set_basic1.phpt17 // What date is week week 30 day 3 ?
21 // What date was is last year ?
H A Ddate_sunrise_and_sunset_basic.phpt17 echo date("D M d Y") . ', sunrise time : ' . date_sunrise(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90…
18 echo date("D M d Y") . ', sunset time : ' . date_sunset(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90, …
H A Ddate_time_set_basic1.phpt13 echo "Initial date: " . date_format($datetime, DATE_RFC2822) . "\n";
33 Initial date: Sat, 31 Jan 2009 15:14:10 +0000
H A DDateTime_extends_basic1.phpt28 echo "\n -- modify date and time --\n";
44 -- modify date and time --
H A DDateTime_setISODate_basic1.phpt17 // What date is week week 30 day 3 ?
21 // What date was is last year ?
H A DDateTime_setTime_basic1.phpt13 echo "Initial date: " . $datetime ->format(DATE_RFC2822) . "\n";
33 Initial date: Sat, 31 Jan 2009 15:14:10 +0000
H A Ddate_parse_error.phpt10 echo "\n-- Testing date_parse() function with unexpected characters in \$date argument --\n";
18 -- Testing date_parse() function with unexpected characters in $date argument --
H A Dbug14561.phpt4 date.timezone=GMT
H A Dtimestamp-in-dst.phpt4 date.timezone=UTC
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 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-8.0/ext/mysqli/tests/
H A D020.phpt2 mysqli bind_param/bind_result date
21 c1 date,
31 c1 date,
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_format_object.cpp72 UDate date; in PHP_FUNCTION() local
169 date = obj_cal->getTime(status); in PHP_FUNCTION()
179 if (intl_datetime_decompose(object, &date, &timeZone, NULL, in PHP_FUNCTION()
234 df->format(date, result); in PHP_FUNCTION()
/PHP-8.0/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-8.0/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-8.0/ext/standard/tests/ini_info/scandir/
H A D0.ini4 date.timezone = Antarctica/McMurdo

Completed in 25 milliseconds

12345678910>>...22