Home
last modified time | relevance | path

Searched refs:date (Results 251 – 275 of 624) sorted by relevance

1...<<11121314151617181920>>...25

/php-src/ext/date/tests/
H A Ddate_period_set_state1.phpt25 ["date"]=>
36 ["date"]=>
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 Dbug67118.phpt4 date.timezone=Europe/Berlin
17 echo "Bad date" . $this->format("Y") . "\n";
H A Ddate_period_bad_iso_format.phpt2 Test bad ISO date formats passed to DatePeriod constructor
45 …eriodStringException: DatePeriod::__construct(): ISO interval must contain a start date, "R4" given
46 …xception: DatePeriod::createFromISO8601String(): ISO interval must contain a start date, "R4" given
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 Ddate_period_unserialize1.phpt30 ["date"]=>
41 ["date"]=>
H A Dbug68549-dst-transition-DateTime-setTimestamp.phpt9 // LANG=en_US TZ="America/Los_Angeles" date --date=@<...>
50 // LANG=en_US TZ="Atlantic/Azores" date --date=@<...>
73 // LANG=en_US TZ="Europe/London" date --date=@<...>
96 // LANG=en_US TZ="Europe/Amsterdam" date --date=@<...>
H A Dbug68549-dst-transition-DateTime-setTimezone.phpt9 // LANG=en_US TZ="America/Los_Angeles" date --date=@<...>
50 // LANG=en_US TZ="Atlantic/Azores" date --date=@<...>
73 // LANG=en_US TZ="Europe/London" date --date=@<...>
96 // LANG=en_US TZ="Europe/Amsterdam" date --date=@<...>
H A Dbug14561.phpt4 date.timezone=GMT
H A Dtimestamp-in-dst.phpt4 date.timezone=UTC
H A Ddate_period_unserialize3.phpt35 ["date"]=>
46 ["date"]=>
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 Dbug35630.phpt7 echo date(DATE_ISO8601, strtotime('5 january 2006+3day+1day')) . "\n";
H A Dbug71889.phpt4 date.timezone=US/Eastern
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, …
/php-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp72 UDate date; in PHP_FUNCTION() local
160 date = obj_cal->getTime(status); in PHP_FUNCTION()
170 if (intl_datetime_decompose(object, &date, &timeZone, NULL, in PHP_FUNCTION()
225 df->format(date, result); in PHP_FUNCTION()
/php-src/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-src/ext/mysqli/tests/
H A Dmysqli_fetch_all_oo.phpt206 // don't care about date() strict TZ warnings...
207 $date = @date('Y-m-d');
208 func_mysqli_fetch_all_oo($link, $engine, "DATE", $date, $date, 410);
209 func_mysqli_fetch_all_oo($link, $engine, "DATE NOT NULL", $date, $date, 420);
212 $datetime = @date('Y-m-d H:i:s');
219 $time = @date('H:i:s');
224 func_mysqli_fetch_all_oo($link, $engine, "YEAR", @date('Y'), @date('Y'), 510);
225 func_mysqli_fetch_all_oo($link, $engine, "YEAR NOT NULL", @date('Y'), @date('Y'), 520);
/php-src/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-src/ext/intl/tests/
H A Dcalendar_const_field_field_count.phpt4 date.timezone=Atlantic/Azores
/php-src/ext/standard/tests/ini_info/scandir/
H A D0.ini4 date.timezone = Antarctica/McMurdo

Completed in 40 milliseconds

1...<<11121314151617181920>>...25