Home
last modified time | relevance | path

Searched refs:date (Results 226 – 250 of 798) sorted by relevance

12345678910>>...32

/PHP-7.3/ext/date/tests/
H A Dstrftime_variation14.phpt2 Test strftime() function : usage variation - Checking date related formats which are supported othe…
12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dstrftime_variation5.phpt2 Test strftime() function : usage variation - Passing date related format strings to format argument.
6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
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.phpt4 date.timezone=Europe/London
22 ["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 Dbug41523.phpt36 string(27) "The parsed date was invalid"
48 ["date"]=>
H A Dgmdate_basic.phpt6 * Description: Format a GMT date/time
7 * Source code: ext/date/php_date.c
H A Dbug41523-64bit.phpt36 string(27) "The parsed date was invalid"
48 ["date"]=>
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 DDateTime_extends_basic2.phpt13 public function __construct ($date = null, DateTimeZone $dtz = null)
19 parent::__construct($date, $dtz);
H A D003.phpt2 date suffixes test
8 var_dump(date("jS", mktime(0,0,0, 1, $i, 2006)));
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 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_default_timezone_get-1-win32.phpt8 date.timezone=
13 echo date('e'), "\n";
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 Dstrftime_basic.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
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 Dgetdate_error.phpt6 * Description: Get date/time information
7 * Source code: ext/date/php_date.c
/PHP-7.3/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.3/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.3/
H A DMakefile.frag9 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_la…
20 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_in…

Completed in 33 milliseconds

12345678910>>...32