Home
last modified time | relevance | path

Searched refs:date (Results 151 – 175 of 738) sorted by relevance

12345678910>>...30

/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_get-2.phpt8 date.timezone=
15date.timezone setting or the date_default_timezone_set() function. In case you used any of those m…
H A DDateTime_clone_basic2.phpt39 ["date"]=>
51 ["date"]=>
67 ["date"]=>
83 ["date"]=>
H A Dbug41842.phpt7 $date = new DateTime('-2007-06-28 00:00:00');
8 echo $date->format(DATE_ISO8601);
H A Dbug33452.phpt6 echo date('Y-W', strtotime('2005-1-1')), "\n";
7 echo date('o-W', strtotime('2005-1-1')), "\n";
H A Ddate_create_from_format_basic2.phpt7 date.timezone=UTC
10 var_dump(date_create_from_format('Y-m-d', '2009---01')); // invalid date
H A Dbug28024.phpt4 date.timezone=Europe/Berlin
8 echo date("Y-m-d H:i:s T", strtotime("17:00 2004-01-01"));
H A Ddate_get_last_errors_basic.phpt7 date.timezone=UTC
10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
H A Ddate_sunrise_and_sunset_basic.phpt17 // suppress date() function strict msgs
20 echo date("D M d Y") . ', sunrise time : ' . date_sunrise(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90…
21 echo date("D M d Y") . ', sunset time : ' . date_sunset(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90, …
H A Dbug35218.phpt6 $date = 'Sun, 13 Nov 2005 22:56:10 -0800 (PST)';
9 var_dump(strtotime($date));
H A Dbug35422.phpt7 echo date(DATE_ISO8601, strtotime("July 1, 2000 00:00:00 UTC")) . "\n";
8 echo date(DATE_ISO8601, strtotime("July 1, 2000 00:00:00 GMT")) . "\n";
H A Dbug33415-1.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
12 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
20 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
H A Dbug33532.phpt2 Bug #33532 (Different output for strftime() and date())
5 date.timezone=UTC
21 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
30 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
H A Dbug33536.phpt7 print date("Y-m-d", strtotime("monkey")) ."\n";
8 print date("Y-m-d", false) ."\n";
H A Ddate_default_timezone_get-4.phpt4 date.timezone=Incorrect/Zone
10 Warning: date_default_timezone_get(): Invalid date.timezone value 'Incorrect/Zone', we selected the…
H A Dbug35885.phpt8 $ts = date(DATE_ISO8601, strtotime('NOW', $time));
9 $ts2 = date(DATE_ISO8601, $time);
H A Dtimezone_version_get_basic1.phpt2 timezone_version_get: Test that timezone_location_get returns a date concatenated with a dot and a …
7 date.timezone=UTC
H A Dbug35499.phpt2 Bug #35499 (strtotime() does not handle whitespace around the date string)
7 echo date(DATE_ISO8601, strtotime("11/20/2005 8:00 AM \r\n")) . "\n";
8 echo date(DATE_ISO8601, strtotime(" 11/20/2005 8:00 AM \r\n")) . "\n";
H A Dbug33563.phpt6 $strCurrDate = date('Y-m-d H:i:s',strtotime('2005-06-30 21:04:23'));
7 $strMonAfter = date('Y-m-d H:i:s',strtotime('+1 month',strtotime($strCurrDate)));
H A Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')
4 date.timezone=Europe/London
H A Dcal_days_in_month_invalid_date.phpt9 date.timezone=UTC
15 Warning: cal_days_in_month(): invalid date. in %s on line %d
H A Ddate_format_error.phpt6 * Description: Returns date formatted according to given format
7 * Source code: ext/date/php_date.c
19 $date = date_create("2005-07-14 22:30:41");
22 var_dump( date_format($date) );
27 var_dump( date_format($date, $format, $extra_arg) );
H A Dbug60236.phpt4 date.timezone=America/New_York
16 ["date"]=>
H A Dtimezone_offset_get_error.phpt7 * Source code: ext/date/php_date.c
14 $date = date_create("GMT");
26 var_dump( timezone_offset_get($tz, $date, $extra_arg) );
30 var_dump( timezone_offset_get($invalid_obj, $date) );
32 var_dump( timezone_offset_get($invalid_obj, $date) );
34 var_dump( timezone_offset_get($invalid_obj, $date) );
H A Ddate_timestamp_set_nullparam2.phpt6 date.timezone = UTC;
18 ["date"]=>
/PHP-5.5/ext/soap/
H A DTODO28 ? full support for standard date/time types (
31 ? date,
73 - minExclusive (for numeric, date types)
74 - minInclusive (for numeric, date types)
75 - maxExclusive (for numeric, date types)
76 - maxInclusive (for numeric, date types)

Completed in 52 milliseconds

12345678910>>...30