Home
last modified time | relevance | path

Searched refs:date (Results 301 – 325 of 622) sorted by relevance

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

/PHP-7.4/ext/date/tests/
H A Dbig_year.phpt11 var_dump(date("r", $t));
H A Dbug65371.phpt4 date.timezone=Europe/Berlin
H A Dbug41709.phpt24 [22] => The parsed date was invalid
H A Dbug66836.phpt4 date.timezone=Europe/Berlin
H A Dbug34676.phpt13 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
H A Dbug53502.phpt4 date.timezone=UTC
H A Dbug63435.phpt4 date.timezone=UTC
H A Dbug64157.phpt6 date.timezone = UTC
H A Dbug78383.phpt12 ["date"]=>
H A Dgetdate_variation3.phpt6 * Description: Get date/time information
7 * Source code: ext/date/php_date.c
H A Dgmdate_variation12.phpt6 * Description: Format a GMT date/time
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation16.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation6.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation7.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Didate_variation4.phpt6 * Description: Format a local time/date as integer
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation16.phpt12 * Description: Format a local time/date according to locale settings
13 * Source code: ext/date/php_date.c
H A Dstrftime_variation23.phpt8 * Description: Format a local time/date according to locale settings
9 * Source code: ext/date/php_date.c
H A Dstrftime_variation6.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Ddate_interval_format.phpt6 date.timezone=UTC
H A Ddate_time_immutable-inherited.phpt4 date.timezone=Europe/London
/PHP-7.4/ext/phar/phar/
H A Dinvertedregexiterator.inc7 * @date 2007 - 2008
/PHP-7.4/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")…
126 …$file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd"…
133 … sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_wrong" , @date("Ymd"));
172 …$file = sprintf("%s%s%s_%s", sys_get_temp_dir(), DIRECTORY_SEPARATOR, "test_sha256_" , @date("Ymd"…
174 … 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'));
/PHP-7.4/ext/intl/tests/
H A Dbug50590.phpt4 date.timezone=Atlantic/Azores
H A Ddateformat_bug68893.phpt17 string(67) "datefmt_create: invalid date format style: U_ILLEGAL_ARGUMENT_ERROR"

Completed in 46 milliseconds

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