Home
last modified time | relevance | path

Searched refs:date (Results 326 – 350 of 798) sorted by relevance

1...<<11121314151617181920>>...32

/PHP-7.3/ext/date/tests/
H A DDateTime_modify_basic1.phpt7 * Source code: ext/date/php_date.c
16 // Create a date object to modify
H A DDateTime_modify_error.phpt7 * Source code: ext/date/php_date.c
16 // Create a date object
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 Dgetdate_variation2.phpt6 * Description: Get date/time information
7 * Source code: ext/date/php_date.c
H A Dgetdate_variation7.phpt8 * Description: Get date/time information
9 * Source code: ext/date/php_date.c
H A Dstrftime_variation3.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
H A Dstrftime_variation7.phpt6 * Description: Format a local time/date according to locale settings
7 * Source code: ext/date/php_date.c
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 Dtime_basic.phpt7 * Function is implemented in ext/date/php_date.c
H A Dbug49700.phpt4 date.timezone=GMT
H A DDateTime_construct_variation2.phpt7 * Source code: ext/date/php_date.c
155 ["date"]=>
165 ["date"]=>
211 ["date"]=>
221 ["date"]=>
H A Dbug74652.phpt4 date.timezone=UTC
H A Dbug46108.phpt13 ["date"]=>
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
/PHP-7.3/ext/standard/tests/network/
H A Dnews.rss25 <dc:date>2015-01-22</dc:date>
/PHP-7.3/ext/json/
H A DMakefile.frag2 …$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdi…
/PHP-7.3/ext/calendar/tests/
H A Djdtounix_error1.phpt6 date.timezone=UTC
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug70526.phpt9 $params = date("Ymd\TH:i:s", time());
/PHP-7.3/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.3/ext/phar/phar/
H A Dinvertedregexiterator.inc7 * @date 2007 - 2008

Completed in 46 milliseconds

1...<<11121314151617181920>>...32