Home
last modified time | relevance | path

Searched refs:date (Results 201 – 225 of 624) sorted by relevance

12345678910>>...25

/php-src/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-src/ext/intl/tests/
H A Ddateformat_invalid_timezone.phpt4 date.timezone=Mars/Utopia_Planitia
18 Warning: PHP Startup: Invalid date.timezone value 'Mars/Utopia_Planitia', using 'UTC' instead in %s…
H A Dtimezone_fromDateTimeZone_error.phpt4 date.timezone=Atlantic/Azores
15 …one(): intltz_from_date_time_zone: time zone id 'WEST' extracted from ext/date DateTimeZone not re…
H A Ddateformat_format.phpt322 'date' => '2010-01-01 01:02:03.000000',
330 'date' => '2010-01-01 01:02:03.000000',
338 'date' => '2010-01-01 01:02:03.000000',
346 'date' => '2010-01-01 01:02:03.000000',
354 'date' => '2010-01-01 01:02:03.000000',
362 'date' => '2000-12-30 19:04:05.000000',
370 'date' => '2000-12-30 19:04:05.000000',
378 'date' => '2000-12-30 19:04:05.000000',
386 'date' => '2000-12-30 19:04:05.000000',
394 'date' => '2000-12-30 19:04:05.000000',
[all …]
/php-src/ext/date/tests/
H A Dbug75577.phpt4 date.timezone=Europe/London
16 ["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 Dbug51866.phpt49 ["date"]=>
75 ["date"]=>
101 ["date"]=>
133 ["date"]=>
H A Dbug53437_var0.phpt34 ["date"]=>
43 ["date"]=>
85 ["date"]=>
94 ["date"]=>
H A Dbug68669.phpt12 ["date"]=>
20 ["date"]=>
H A DDateTimeImmutable_createFromMutable-001.phpt4 date.timezone=Europe/London
20 ["date"]=>
H A Dbug35624.phpt10 echo date("D", strtotime($day));
11 echo date("D", strtotime(ucfirst($day)));
H A DDateTimeImmutable_createFromMutable-002.phpt4 date.timezone=Europe/London
22 ["date"]=>
H A Ddate_timestamp_set_nullparam2.phpt6 date.timezone = UTC;
19 ["date"]=>
H A Dtimezone_offset_get_error.phpt8 $date = date_create("GMT");
15 var_dump( timezone_offset_get($invalid_obj, $date) );
22 var_dump( timezone_offset_get($invalid_obj, $date) );
29 var_dump( timezone_offset_get($invalid_obj, $date) );
H A Dbug62852.phpt4 date.timezone=GMT
7 $s1 = 'O:8:"DateTime":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timez…
H A Dstrtotime2.phpt2 strtotime() on date constants
28 echo ((strtotime(date(constant($const), $time)) === $time) ? "OK" : "FAIL") . "\n";
H A Dbug72963.phpt4 date.timezone=UTC
41 ["date"]=>
49 ["date"]=>
H A Dbug52342.phpt12 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
16 echo date('d.m.Y H:i', $from->getTimestamp()), "\n"; //C
H A Dbug63740.phpt19 foreach ( $dates as $date )
21 $dt = new DateTimeImmutable( "$date 00:00 UTC" );
/php-src/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-src/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-src/Zend/tests/type_declarations/variance/
H A Dsuppressed_incompatible_return_type.phpt17 $date = new MyDateTime("2021-01-01 00:00:00");
18 var_dump($date->modify("+1 sec"));
/php-src/ext/zip/tests/
H A Dbug50678.phpt6 date.timezone=UTC
19 var_dump(date('Ym', filemtime($dirname . '/entry1.txt')));
/php-src/ext/session/tests/
H A Dbug67694.phpt9 date.timezone = UTC
17 $data = date('r');

Completed in 39 milliseconds

12345678910>>...25