Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 160) sorted by path

1234567

/PHP-7.4/build/
H A Dconfig.guess7 timestamp='2021-06-03'
60 GNU config.guess ($timestamp)
75 echo "$timestamp" ; exit ;;
H A Dconfig.sub7 timestamp='2021-08-14'
77 GNU config.sub ($timestamp)
91 echo "$timestamp" ; exit ;;
1881 # time-stamp-start: "timestamp='"
H A Dltmain.sh4365 # $show "echo timestamp > $libobj"
4366 # $run eval "echo timestamp > $libobj" || exit $?
/PHP-7.4/ext/calendar/
H A Dcalendar.c41 ZEND_ARG_INFO(0, timestamp)
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c89 ZEND_ARG_INFO(0, timestamp)
H A Dcom_variant.c981 zend_long timestamp; in PHP_FUNCTION() local
988 &timestamp)) { in PHP_FUNCTION()
992 if (timestamp < 0) { in PHP_FUNCTION()
999 ttstamp = timestamp; in PHP_FUNCTION()
1004 php_error_docref(NULL, E_WARNING, "Invalid timestamp " ZEND_LONG_FMT, timestamp); in PHP_FUNCTION()
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug72498.phpt14 Warning: variant_date_from_timestamp(): Invalid timestamp %d in %sbug72498.php on line %d
/PHP-7.4/ext/date/lib/
H A Dastro.c223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
243 timestamp = t_utc->sse; in timelib_astro_rise_set_altitude()
244 d = timelib_ts_to_j2000(timestamp) + 2 - lon/360.0; in timelib_astro_rise_set_altitude()
H A Dparse_date.re990 timestamp = "@" "-"? [0-9]+;
1073 timestamp
/PHP-7.4/ext/date/
H A Dphp_date.c82 ZEND_ARG_INFO(0, timestamp)
87 ZEND_ARG_INFO(0, timestamp)
92 ZEND_ARG_INFO(0, timestamp)
126 ZEND_ARG_INFO(0, timestamp)
131 ZEND_ARG_INFO(0, timestamp)
138 ZEND_ARG_INFO(0, timestamp)
143 ZEND_ARG_INFO(0, timestamp)
1791 zend_long timestamp; in PHP_FUNCTION() local
1844 zend_long timestamp; in PHP_FUNCTION() local
3776 zend_long timestamp; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/date/tests/
H A DDateTime_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dbug20382-2.phpt38 $timestamp = call_user_func_array('mktime', $test);
40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
41 $strtotime_tstamp = strtotime("first monday", $timestamp);
H A Dbug37368.phpt2 Bug #37368 (Incorrect timestamp returned for strtotime()).
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
H A Dbug43003.phpt2 Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp)
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
H A Dbug43960.phpt2 Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
H A Dbug52290.phpt2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
H A Dbug52342.phpt2 Bug #52342 (DateTime setIsoDate results in wrong timestamp)
H A Dbug60236.phpt2 Bug #60236 (TLA timezone dates are not converted properly from timestamp)
H A Dbug65184.phpt14 /* timestamp has to be some wednesday */
H A Dbug66836.phpt7 foreach (['-1', '-86400', '-1000000'] as $timestamp) {
8 $dt = DateTime::createFromFormat('U', $timestamp);
9 var_dump($dt->format('U') === $timestamp);
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
H A Ddate_basic1.phpt5 /* Prototype : string date ( string $format [, int $timestamp ] )
15 $timestamp = mktime(10, 44, 30, 2, 27, 2009);
17 var_dump( date("F j, Y, g:i a", $timestamp) );
18 var_dump( date("m.d.y", $timestamp) );
19 var_dump( date("j, n, Y", $timestamp) );
20 var_dump( date("Ymd", $timestamp) );
21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
22 var_dump( date('\i\t \i\s \t\h\e jS \d\a\y.', $timestamp) );
23 var_dump( date("D M j G:i:s T Y", $timestamp) );
24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
[all …]
H A Ddate_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…

Completed in 87 milliseconds

1234567