Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.0/ext/date/tests/
H A Dbug35885.phpt8 $ts = date(DATE_ISO8601, strtotime('NOW', $time));
9 $ts2 = date(DATE_ISO8601, $time);
H A Dini_set_incorrect.phpt6 ini_set("date.timezone", "Incorrect/Zone");
10 Warning: ini_set(): Invalid date.timezone value 'Incorrect/Zone', we selected the timezone 'UTC' fo…
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 Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')
4 date.timezone=Europe/London
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 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
22 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
31 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
H A Dbug60236.phpt4 date.timezone=America/New_York
16 ["date"]=>
H A Ddate_timestamp_set_nullparam2.phpt6 date.timezone = UTC;
18 ["date"]=>
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 Dbug75577.phpt4 date.timezone=Europe/London
16 ["date"]=>
H A DDateTimeImmutable_createFromMutable-001.phpt4 date.timezone=Europe/London
20 ["date"]=>
H A Dbug68669.phpt12 ["date"]=>
20 ["date"]=>
H A Dbug51096.phpt22 $date = new DateTime( '2010-03-06 15:21 UTC' );
23 echo '- ', $date->format( DateTime::ISO8601 );
24 $date->modify( $test );
25 echo ' -> ', $date->format( DateTime::ISO8601 ), "\n\n";
H A DDateTimeImmutable_createFromMutable-002.phpt4 date.timezone=Europe/London
22 ["date"]=>
H A Dbug35624.phpt10 echo date("D", strtotime($day));
11 echo date("D", strtotime(ucfirst($day)));
/PHP-8.0/ext/date/lib/
H A DREADME.rst4 Timelib is a timezone and date/time library that can calculate local time,
5 convert between timezones and parse textual descriptions of date/time
/PHP-8.0/ext/intl/tests/
H A Ddateformat_bug65683_2.phpt7 $date = date_create('1970-01-01');
9 var_dump(datefmt_format_object($date, null, 'fr_FR'));
H A Ddateformat_invalid_timezone.phpt4 date.timezone=Mars/Utopia_Planitia
19 IntlDateFormatter::__construct(): Invalid date.timezone value 'Mars/Utopia_Planitia', we selected t…
H A Dtimezone_fromDateTimeZone_error.phpt4 date.timezone=Atlantic/Azores
17 …one(): intltz_from_date_time_zone: time zone id 'WEST' extracted from ext/date DateTimeZone not re…
/PHP-8.0/sapi/fpm/tests/
H A Dbug75212-php-value-in-user-ini.phpt21 php_value[date.timezone]=Europe/London
27 var_dump(ini_get('memory_limit'), ini_get('date.timezone'));
33 date.timezone=Europe/Paris
/PHP-8.0/ext/standard/tests/file/
H A Dbug78241.phpt9 date.timezone=UTC
15 echo 'Date: '.date('D, d M Y H:i:s', $t), PHP_EOL;
19 echo 'File: '.date('D, d M Y H:i:s', $file), PHP_EOL, PHP_EOL;
/PHP-8.0/ext/standard/
H A DMakefile.frag2 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer…
5 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c…
H A DMakefile.frag.w323 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_…
7 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_sc…
/PHP-8.0/ext/session/tests/
H A Dbug67694.phpt9 date.timezone = UTC
15 $data = date('r');

Completed in 17 milliseconds

12345678910>>...22