Home
last modified time | relevance | path

Searched refs:date (Results 176 – 200 of 798) sorted by relevance

12345678910>>...32

/PHP-7.3/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.3/ext/date/tests/
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 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 Dbug60236.phpt4 date.timezone=America/New_York
16 ["date"]=>
H A Ddate_timestamp_set_nullparam2.phpt6 date.timezone = UTC;
18 ["date"]=>
H A Dbug75577.phpt4 date.timezone=Europe/London
16 ["date"]=>
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 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 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 Dbug68669.phpt11 ["date"]=>
19 ["date"]=>
H A D012.phpt23 ["date"]=>
36 ["date"]=>
45 ["date"]=>
H A D013.phpt23 ["date"]=>
40 ["date"]=>
49 ["date"]=>
H A Ddate_parse_variation1.phpt2 Test date_parse() function : usage variation - Passing unexpected values to first argument $date.
5 /* 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
10 echo "*** Testing date_parse() : usage variation - unexpected values to first argument \$date***\n…
97 foreach($inputs as $variation =>$date) {
99 $result = date_parse($date);
113 *** Testing date_parse() : usage variation - unexpected values to first argument $date***
H A DDateTimeImmutable_createFromMutable.phpt4 date.timezone=Europe/London
17 ["date"]=>
/PHP-7.3/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.3/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.3/ext/intl/tests/
H A Ddateformat_invalid_timezone.phpt4 date.timezone=Mars/Utopia_Planitia
18 IntlDateFormatter::__construct(): Invalid date.timezone value 'Mars/Utopia_Planitia', we selected t…
H A Ddateformat_format_variant3.phpt321 'date' => '2010-01-01 01:02:03.000000',
329 'date' => '2010-01-01 01:02:03.000000',
337 'date' => '2010-01-01 01:02:03.000000',
345 'date' => '2010-01-01 01:02:03.000000',
353 'date' => '2010-01-01 01:02:03.000000',
361 'date' => '2000-12-30 19:04:05.000000',
369 'date' => '2000-12-30 19:04:05.000000',
377 'date' => '2000-12-30 19:04:05.000000',
385 'date' => '2000-12-30 19:04:05.000000',
393 'date' => '2000-12-30 19:04:05.000000',
[all …]
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug18916.phpt6 date.timezone="America/Sao_Paulo"
10 $params = date("Ymd\TH:i:s", time());
/PHP-7.3/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-7.3/ext/date/
H A Dconfig0.m41 dnl config.m4 for date extension
16 PHP_NEW_EXTENSION(date, php_date.c $timelib_sources, no,, $PHP_DATE_CFLAGS)
22 PHP_INSTALL_HEADERS([ext/date], [php_date.h lib/timelib.h lib/timelib_config.h])

Completed in 27 milliseconds

12345678910>>...32