Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.4/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-7.4/ext/date/tests/
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 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 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 Dbug68669.phpt11 ["date"]=>
19 ["date"]=>
H A DDateTimeImmutable_createFromMutable.phpt4 date.timezone=Europe/London
17 ["date"]=>
H A D012.phpt23 ["date"]=>
36 ["date"]=>
45 ["date"]=>
H A D013.phpt23 ["date"]=>
40 ["date"]=>
49 ["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 Ddate_sunrise_variation8.phpt7 * Source code: ext/date/php_date.c
26 //Iterate over different date and time
27 foreach( $time_date as $date => $time ){
28 echo "\n--$date--\n";
H A Ddate_sunset_variation8.phpt7 * Source code: ext/date/php_date.c
26 //Iterate over different date and time
27 foreach( $time_date as $date => $time ){
28 echo "\n--$date--\n";
H A Dbug35624.phpt10 echo date("D", strtotime($day));
11 echo date("D", strtotime(ucfirst($day)));
H A Ddate_parse_basic1.phpt5 /* Prototype : array date_parse ( string $date )
6 * Description: Returns associative array with detailed info about given date.
7 * Source code: ext/date/php_date.c
/PHP-7.4/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
18 IntlDateFormatter::__construct(): Invalid date.timezone value 'Mars/Utopia_Planitia', we selected t…
/PHP-7.4/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-7.4/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-7.4/ext/xmlrpc/tests/
H A Dbug18916.phpt6 date.timezone="America/Sao_Paulo"
10 $params = date("Ymd\TH:i:s", time());
/PHP-7.4/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…

Completed in 26 milliseconds

12345678910>>...25