Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...22

/PHP-8.0/ext/standard/tests/network/
H A Dnews.rss25 <dc:date>2015-01-22</dc:date>
/PHP-8.0/ext/date/tests/
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 Dbug41709.phpt24 [22] => The parsed date was invalid
H A Dbug66836.phpt4 date.timezone=Europe/Berlin
H A Dbug74671.phpt14 ["date"]=>
H A Dbug34676.phpt13 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
H A Dbug77243-001.phpt13 echo date('Y-m-d o-W-N', $time + ($i * 86400)), "\n";
H A Dbug53502.phpt4 date.timezone=UTC
H A Dbug78383.phpt12 ["date"]=>
H A Dbug63435.phpt4 date.timezone=UTC
H A Dbug64157.phpt6 date.timezone = UTC
H A Ddate_interval_format.phpt6 date.timezone=UTC
H A Dbug77243-002.phpt19 echo date('Y-m-d o-W-N', $startingPoint + ($i * 86400)), "\n";
/PHP-8.0/ext/pdo_firebird/tests/
H A Ddialect_1.phpt23 cast(\'2019-06-12\' as date) as DT
35 $dbh->exec('RECREATE TABLE test_d1(K numeric(15, 2), DT date)');
/PHP-8.0/ext/phar/phar/
H A Dinvertedregexiterator.inc7 * @date 2007 - 2008
/PHP-8.0/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt11 ini_set("date.timezone", "Europe/Lisbon");
43 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
52 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
H A Ddateformat_bug68893.phpt17 string(67) "datefmt_create: invalid date format style: U_ILLEGAL_ARGUMENT_ERROR"
H A Dbug50590.phpt4 date.timezone=Atlantic/Azores
H A Dcalendar_getWeekendTransition_basic.phpt4 date.timezone=Atlantic/Azores
/PHP-8.0/ext/calendar/tests/
H A Djdtounix_error1.phpt6 date.timezone=UTC
H A Dbug71894.phpt13 ["date"]=>
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt48 /* date changes may give false positive */
49 $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.phpt180 // don't care about date() strict TZ warnings...
181 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840);
182 func_mysqli_stmt_get_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860);
185 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
186 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
189 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
191 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
192 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
195 $tmp = intval(@date('Y'));
/PHP-8.0/.github/actions/verify-generated-files/
H A Daction.yml1 name: Verify generated files are up to date
/PHP-8.0/ext/standard/tests/time/
H A Dbug38524.phpt2 Bug #38524 (strptime() does not initialize the internal date storage structure)

Completed in 23 milliseconds

1...<<11121314151617181920>>...22