Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.4/ext/date/tests/
H A Dtimezone_offset_get_error.phpt7 * Source code: ext/date/php_date.c
14 $date = date_create("GMT");
37 var_dump( timezone_offset_get($tz, $date, $extra_arg) );
46 var_dump( timezone_offset_get($invalid_obj, $date) );
53 var_dump( timezone_offset_get($invalid_obj, $date) );
60 var_dump( timezone_offset_get($invalid_obj, $date) );
H A DDateTime_extends_basic2.phpt13 public function __construct ($date = null, DateTimeZone $dtz = null)
19 parent::__construct($date, $dtz);
H A Dgmdate_variation10.phpt6 * Description: Format a GMT date/time
7 * Source code: ext/date/php_date.c
21 echo "\n-- Testing gmdate() function with checking whether date is in daylight saving time format -…
50 -- Testing gmdate() function with checking whether date is in daylight saving time format --
H A D003.phpt2 date suffixes test
8 var_dump(date("jS", mktime(0,0,0, 1, $i, 2006)));
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 Ddate_sunrise_and_sunset_basic.phpt17 echo date("D M d Y") . ', sunrise time : ' . date_sunrise(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90…
18 echo date("D M d Y") . ', sunset time : ' . date_sunset(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90, …
H A Dgmdate_variation5.phpt6 * Description: Format a GMT date/time
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_basic.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_basic.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dbug42910.phpt22 $date= date_create('2007-11-04 12:00:00+0200');
23 var_dump(date_format($date, 'O e'));
H A Ddate_add_basic.phpt9 * Description: Adds an interval to the current date in object.
10 * Source code: ext/date/php_date.c
H A Ddate_create-1.phpt28 foreach($d as $date) {
29 echo $date->format(DateTime::ISO8601), "\n";
H A Ddate_sub_basic.phpt9 * Description: Subtracts an interval from the current date in object.
10 * Source code: ext/date/php_date.c
H A Dgmmktime_basic.phpt6 * Description: Get UNIX timestamp for a GMT date
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation8.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A DDateTime_extends_basic1.phpt28 echo "\n -- modify date and time --\n";
45 -- modify date and time --
H A Dgmstrftime_variation11.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation11.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation17.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
/PHP-7.4/ext/intl/tests/
H A Ddateformat_format_variant2.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 …]
H A Dmsgfmt_format_datetime.phpt4 date.timezone=Atlantic/Azores
15 {0,date} {0,time}
/PHP-7.4/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-7.4/ext/standard/tests/ini_info/
H A Dloaded.ini1 date.timezone = UTC
/PHP-7.4/ext/mysqli/tests/
H A D020.phpt2 mysqli bind_param/bind_result date
21 c1 date,
31 c1 date,

Completed in 28 milliseconds

12345678910>>...25