Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...24

/PHP-8.1/ext/date/tests/
H A Ddate_default_timezone_get-3.phpt4 date.timezone=Europe/Rome
H A Ddefault-timezone-1.phpt2 date.timezone setting [1]
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 Ddefault-timezone-2.phpt2 date.timezone setting [2]
H A Dtime_basic.phpt6 * Function is implemented in ext/date/php_date.c
H A Ddate_default_timezone_get-2.phpt8 date.timezone=
H A Dbug36510.phpt2 Bug #36510 (strtotime() fails to parse date strings with tabs)
H A Dbug26694.phpt4 date.timezone=GMT
H A Dstrtotime_basic2.phpt7 date.timezone=UTC
H A Dtimezone-configuration.phpt4 date.timezone=GMT
H A Ddate_constants.phpt21 var_dump(date($const, strtotime("1 Jul 06 14:27:30 +0200")));
22 var_dump(date($const, strtotime("2006-05-30T14:32:13+02:00")));
H A Dexamine_diff.inc19 * Provides a consistent interface for executing date diff/add/sub tests
21 * @param string|DateTime $end_date the end date in YYYY-MM-DD format
23 * @param string|DateTime $start_date the start date in YYYY-MM-DD format
H A Dbug65502.phpt6 date.timezone = UTC
H A Dtimezone_version_get.phpt6 date.timezone = UTC;
H A Dbug71635.phpt2 Bug #71635 (segfault in DatePeriod::getEndDate() when no end date has been set)
H A Dbug49700.phpt4 date.timezone=GMT
H A Dbug46108.phpt13 ["date"]=>
H A Dbug74652.phpt4 date.timezone=UTC
H A Dbig_year.phpt11 var_dump(date("r", $t));
/PHP-8.1/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt9 ini_set("date.timezone", "Europe/Lisbon");
41 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
50 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
/PHP-8.1/ext/phar/
H A DMakefile.frag.w323 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_che…
/PHP-8.1/ext/pdo_firebird/tests/
H A Ddialect_1.phpt25 cast(\'2019-06-12\' as date) as DT
37 $dbh->exec('RECREATE TABLE test_d1(K numeric(15, 2), DT date)');
/PHP-8.1/ext/standard/tests/network/
H A Dnews.rss25 <dc:date>2015-01-22</dc:date>
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt49 /* date changes may give false positive */
50 $file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd")…
125 …$file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd"…
132 … sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_wrong" , @date("Ymd"));
171 …$file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd"…
173 … sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_wrong" , @date("Ymd"));
H A Dmysqli_stmt_get_result_types.phpt181 // don't care about date() strict TZ warnings...
182 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840);
183 func_mysqli_stmt_get_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860);
186 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
187 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
190 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
192 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
193 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
196 $tmp = intval(@date('Y'));

Completed in 27 milliseconds

1...<<11121314151617181920>>...24