Home
last modified time | relevance | path

Searched refs:date (Results 251 – 275 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/PHP-7.3/ext/date/tests/
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 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_setDate_error.phpt6 * Description: Resets the current date of the DateTime object to a different date.
7 * Source code: ext/date/php_date.c
H A Ddate_date_set_error.phpt6 * Description: Resets the current date of the DateTime object to a different date.
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 Didate_variation1.phpt6 * Description: Format a local time/date as integer
7 * Source code: ext/date/php_date.c
104 Warning: idate(): Unrecognized date format token. in %s on line %d
107 Warning: idate(): Unrecognized date format token. in %s on line %d
112 Warning: idate(): Unrecognized date format token. in %s on line %d
115 Warning: idate(): Unrecognized date format token. in %s on line %d
224 Warning: idate(): Unrecognized date format token. in %s on line %d
227 Warning: idate(): Unrecognized date format token. in %s on line %d
240 Warning: idate(): Unrecognized date format token. in %s on line %d
243 Warning: idate(): Unrecognized date format token. in %s on line %d
H A Dgmmktime_error.phpt6 * Description: Get UNIX timestamp for a GMT date
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation8.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_error.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation11.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgetdate_basic.phpt6 * Description: Get date/time information
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation12.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dstrftime_variation11.phpt12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dstrftime_variation12.phpt12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation17.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation18.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation4.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
/PHP-7.3/ext/standard/tests/ini_info/
H A Dloaded.ini1 date.timezone = UTC
/PHP-7.3/ext/mysqli/tests/
H A D020.phpt2 mysqli bind_param/bind_result date
21 c1 date,
31 c1 date,
H A Dmysqli_fetch_all_oo.phpt219 // don't care about date() strict TZ warnings...
220 $date = @date('Y-m-d');
221 func_mysqli_fetch_all_oo($link, $engine, "DATE", $date, $date, 410);
222 func_mysqli_fetch_all_oo($link, $engine, "DATE NOT NULL", $date, $date, 420);
225 $datetime = @date('Y-m-d H:i:s');
232 $time = @date('H:i:s');
237 func_mysqli_fetch_all_oo($link, $engine, "YEAR", @date('Y'), @date('Y'), 510);
238 func_mysqli_fetch_all_oo($link, $engine, "YEAR NOT NULL", @date('Y'), @date('Y'), 520);
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_format_object.cpp74 UDate date; in PHP_FUNCTION() local
169 date = obj_cal->getTime(status); in PHP_FUNCTION()
179 if (intl_datetime_decompose(object, &date, &timeZone, NULL, in PHP_FUNCTION()
234 df->format(date, result); in PHP_FUNCTION()
/PHP-7.3/ext/calendar/tests/
H A Dunixtojd.phpt21 // -uses --INI-- section with date.timezone=UTC
23 // date.timezone=UTC
30 // -this incorrect localtime is passed to the julian date conversion (GregorianToSDN) function whi…

Completed in 29 milliseconds

1...<<11121314151617181920>>...32