Searched refs:date (Results 326 – 350 of 798) sorted by relevance
1...<<11121314151617181920>>...32
/PHP-7.3/ext/date/tests/ |
H A D | DateTime_modify_basic1.phpt | 7 * Source code: ext/date/php_date.c 16 // Create a date object to modify
|
H A D | DateTime_modify_error.phpt | 7 * Source code: ext/date/php_date.c 16 // Create a date object
|
H A D | date_constants.phpt | 21 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 D | getdate_variation2.phpt | 6 * Description: Get date/time information 7 * Source code: ext/date/php_date.c
|
H A D | getdate_variation7.phpt | 8 * Description: Get date/time information 9 * Source code: ext/date/php_date.c
|
H A D | strftime_variation3.phpt | 6 * Description: Format a local time/date according to locale settings 7 * Source code: ext/date/php_date.c
|
H A D | strftime_variation7.phpt | 6 * Description: Format a local time/date according to locale settings 7 * Source code: ext/date/php_date.c
|
H A D | bug65502.phpt | 6 date.timezone = UTC
|
H A D | timezone_version_get.phpt | 6 date.timezone = UTC;
|
H A D | bug71635.phpt | 2 Bug #71635 (segfault in DatePeriod::getEndDate() when no end date has been set)
|
H A D | time_basic.phpt | 7 * Function is implemented in ext/date/php_date.c
|
H A D | bug49700.phpt | 4 date.timezone=GMT
|
H A D | DateTime_construct_variation2.phpt | 7 * Source code: ext/date/php_date.c 155 ["date"]=> 165 ["date"]=> 211 ["date"]=> 221 ["date"]=>
|
H A D | bug74652.phpt | 4 date.timezone=UTC
|
H A D | bug46108.phpt | 13 ["date"]=>
|
H A D | big_year.phpt | 11 var_dump(date("r", $t));
|
H A D | bug65371.phpt | 4 date.timezone=Europe/Berlin
|
H A D | bug41709.phpt | 24 [22] => The parsed date was invalid
|
/PHP-7.3/ext/standard/tests/network/ |
H A D | news.rss | 25 <dc:date>2015-01-22</dc:date>
|
/PHP-7.3/ext/json/ |
H A D | Makefile.frag | 2 …$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdi…
|
/PHP-7.3/ext/calendar/tests/ |
H A D | jdtounix_error1.phpt | 6 date.timezone=UTC
|
/PHP-7.3/ext/xmlrpc/tests/ |
H A D | bug70526.phpt | 9 $params = date("Ymd\TH:i:s", time());
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 49 /* 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 D | mysqli_stmt_get_result_types.phpt | 181 // 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.3/ext/phar/phar/ |
H A D | invertedregexiterator.inc | 7 * @date 2007 - 2008
|
Completed in 22 milliseconds
1...<<11121314151617181920>>...32