Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-8.1/ext/date/tests/
H A DDateTime_createFromImmutable-001.phpt4 date.timezone=Europe/London
25 ["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" );
H A Ddate_sun_info_003.phpt10 echo "$key: " . date("H:i:s", $elem) . "\n";
17 echo "$key: " . date("H:i:s", $elem) . "\n";
H A DDateTime_createFromImmutable-002.phpt4 date.timezone=Europe/London
27 ["date"]=>
H A Dbug41523-64bit.phpt36 string(27) "The parsed date was invalid"
48 ["date"]=>
H A DDateTime_extends_basic2.phpt13 public function __construct ($date = null, DateTimeZone $dtz = null)
19 parent::__construct($date, $dtz);
H A Ddate_sunrise_variation8.phpt22 //Iterate over different date and time
23 foreach( $time_date as $date => $time ){
24 echo "\n--$date--\n";
H A Ddate_sunset_variation8.phpt22 //Iterate over different date and time
23 foreach( $time_date as $date => $time ){
24 echo "\n--$date--\n";
H A D003.phpt2 date suffixes test
8 var_dump(date("jS", mktime(0,0,0, 1, $i, 2006)));
H A Dbug41523.phpt36 string(27) "The parsed date was invalid"
50 ["date"]=>
H A Dbug62852_var2.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";…
H A Dbug62852_var3.phpt4 date.timezone=GMT
7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"timezone_type";i:0;s:8:"timezone";s…
H A Dbug42910.phpt22 $date= date_create('2007-11-04 12:00:00+0200');
23 var_dump(date_format($date, 'O e'));
H A Dbug67118.phpt4 date.timezone=Europe/Berlin
17 echo "Bad date" . $this->format("Y") . "\n";
H A Ddate_create-1.phpt28 foreach($d as $date) {
29 echo $date->format(DateTime::ISO8601), "\n";
/PHP-8.1/ext/intl/tests/
H A Ddateformat_format_variant2.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 …]
H A Ddateformat_format_variant3.phpt324 'date' => '2010-01-01 01:02:03.000000',
332 'date' => '2010-01-01 01:02:03.000000',
340 'date' => '2010-01-01 01:02:03.000000',
348 'date' => '2010-01-01 01:02:03.000000',
356 'date' => '2010-01-01 01:02:03.000000',
364 'date' => '2000-12-30 19:04:05.000000',
372 'date' => '2000-12-30 19:04:05.000000',
380 'date' => '2000-12-30 19:04:05.000000',
388 'date' => '2000-12-30 19:04:05.000000',
396 'date' => '2000-12-30 19:04:05.000000',
[all …]
H A Ddateformat_create_default_icu72-1.phpt2 IntlDateFormatter::create() with default date and time types
6 date.timezone=UTC
H A Ddateformat_create_default.phpt2 IntlDateFormatter::create() with default date and time types
6 date.timezone=UTC
H A Dmsgfmt_format_datetime_icu72-1.phpt4 date.timezone=Atlantic/Azores
15 {0,date} {0,time}
H A Dmsgfmt_format_datetime.phpt4 date.timezone=Atlantic/Azores
15 {0,date} {0,time}
/PHP-8.1/ext/pdo/
H A DMakefile.frag12 $(RE2C) $(RE2C_FLAGS) --no-generation-date -o pdo_sql_parser.c pdo_sql_parser.re; \
14 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re; \
/PHP-8.1/ext/standard/tests/ini_info/
H A Dloaded.ini1 date.timezone = UTC
/PHP-8.1/ext/mysqli/tests/
H A D020.phpt2 mysqli bind_param/bind_result date
22 c1 date,
32 c1 date,

Completed in 34 milliseconds

12345678910>>...24