Home
last modified time | relevance | path

Searched refs:timestamp (Results 101 – 125 of 160) sorted by relevance

1234567

/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()
/PHP-7.4/ext/date/tests/
H A Dgetdate_variation4.phpt5 /* Prototype : array getdate([int timestamp])
26 // loop through each element of the array for timestamp
H A Dlocaltime_variation4.phpt2 Test localtime() function : usage variation - Passing octal values to timestamp.
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
H A Dlocaltime_variation5.phpt2 Test localtime() function : usage variation - Passing hexa decimal values to timestamp.
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
H A Dbug65184.phpt14 /* timestamp has to be some wednesday */
H A Didate_basic.phpt5 /* Prototype : int idate(string format [, int timestamp])
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 Dbug52342.phpt2 Bug #52342 (DateTime setIsoDate results in wrong timestamp)
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
H A Dbug52290.phpt2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
H A Dgmmktime_basic.phpt6 * Description: Get UNIX timestamp for a GMT date
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 Dmktime_basic1.phpt6 * Description: Get Unix timestamp for a date
H A Ddate_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dgmmktime_variation8.phpt6 * Description: Get UNIX timestamp for a GMT date
H A DDateTime_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dgmmktime_variation9.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dmktime_error.phpt6 * Description: Get Unix timestamp for a date
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-7.4/ext/oci8/
H A Doci8_dtrace.d31 probe oci8__connect__expiry(void *connection, int is_stub, long idle_expiry, long timestamp);
/PHP-7.4/ext/standard/tests/file/
H A D005_basic.phpt8 in case of an error. The time is returned as a Unix timestamp.
16 in case of an error. The time is returned as a Unix timestamp.
H A D005_variation2.phpt16 in case of an error. The time is returned as a Unix timestamp.
24 in case of an error. The time is returned as a Unix timestamp.
/PHP-7.4/ext/pgsql/tests/
H A Dbug71062.phpt2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";

Completed in 33 milliseconds

1234567