Home
last modified time | relevance | path

Searched refs:date (Results 401 – 425 of 622) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-7.4/ext/date/tests/
H A Dbug67253.phpt4 date.timezone=Europe/Berlin
H A Dbug68942_2.phpt5 $data = unserialize('a:2:{i:0;O:8:"DateTime":3:{s:4:"date";s:26:"2000-01-01 00:00:00.000000";s:13:"…
H A Dgmdate_variation6.phpt6 * Description: Format a GMT date/time
7 * Source code: ext/date/php_date.c
H A DDatePeriod_properties1.phpt4 date.timezone=UTC
H A Dbug65548.phpt6 date.timezone = UTC
H A Ddate_offset_get_basic1.phpt7 * Source code: ext/date/php_date.c
H A Dtimezone_open_basic1.phpt7 * Source code: ext/date/php_date.c
H A Dbug34771.phpt16 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
H A DDateTime_getOffset_basic1.phpt7 * Source code: ext/date/php_date.c
H A Doo_002.phpt2 date OO cloning
H A DDateTimeZone_getName_basic1.phpt7 * Source code: ext/date/php_date.c
H A DDateTime_getTimeZone_basic1.phpt7 * Source code: ext/date/php_date.c
H A DDateTime_setTimezone_basic1.phpt7 * Source code: ext/date/php_date.c
H A Dbug52062.phpt8 date.timezone=UTC
H A Ddate_timezone_get_basic1.phpt7 * Source code: ext/date/php_date.c
H A Ddate_timezone_set_basic1.phpt7 * Source code: ext/date/php_date.c
H A DDateTimeZone_construct_basic.phpt7 * Source code: ext/date/php_date.c
/PHP-7.4/ext/intl/tests/
H A Dcalendar_set_variation1.phpt4 date.timezone=Atlantic/Azores
H A Dcalendar_roll_basic.phpt4 date.timezone=Atlantic/Azores
H A Dcalendar_roll_variation1.phpt4 date.timezone=Atlantic/Azores
H A Dtimezone_getUnknown_error.phpt4 date.timezone=Atlantic/Azores
H A Dresourcebundle_null_mandatory_args_variant2.phpt4 date.timezone=Atlantic/Azores
/PHP-7.4/ext/standard/tests/ini_info/
H A Dphp_ini_scanned_files.phpt18 passthru($php.' -r "var_dump(ini_get(\'date.timezone\'));"');
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt223 // don't care about date() strict TZ warnings...
224 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840);
225 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860);
228 func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
229 … func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
232 func_mysqli_stmt_bind_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
234 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
235 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
238 $tmp = intval(@date('Y'));
/PHP-7.4/ext/pdo_dblib/tests/
H A Ddatetime_convert.phpt19 // assume default date format: %b %e %Y %I:%M:%S:%z%p

Completed in 26 milliseconds

1...<<11121314151617181920>>...25