Home
last modified time | relevance | path

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

123456789

/PHP-7.1/ext/date/tests/
H A Didate_variation5.phpt5 /* Prototype : int idate(string format [, int timestamp])
29 // loop through each element of the array for timestamp
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
H A Dgetdate_variation6.phpt5 /* Prototype : array getdate([int timestamp])
22 // loop through each element of the array for timestamp
H A Dgetdate_variation5.phpt2 …st getdate() function : usage variation - Verifyig with different timezones on Unix epoch timestamp
5 /* Prototype : array getdate([int timestamp])
31 // loop through each element of the array for timestamp
H A Dtimestamp-in-dst.phpt2 Format timestamp in DST test
H A Dbug43960.phpt2 Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
H A Didate_variation4.phpt5 /* Prototype : int idate(string format [, int timestamp])
30 // loop through each element of the array for timestamp
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 Dbug60236.phpt2 Bug #60236 (TLA timezone dates are not converted properly from timestamp)
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 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 Dbug65184.phpt14 /* timestamp has to be some wednesday */
H A Didate_basic.phpt5 /* Prototype : int idate(string format [, int timestamp])
H A Ddate_variation1.phpt5 /* Prototype : string date ( string $format [, int $timestamp ] )
97 $timestamp = mktime(10, 44, 30, 2, 27, 2009);
101 var_dump( date($format, $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
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_parse.c40 UDate timestamp =0; in internal_parse_to_timestamp() local
48timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA… in internal_parse_to_timestamp()
56 result = (double)timestamp / U_MILLIS_PER_SECOND; in internal_parse_to_timestamp()
/PHP-7.1/ext/date/lib/
H A Dastro.c223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
242 timestamp = t_loc->sse; in timelib_astro_rise_set_altitude()
243 d = timelib_ts_to_juliandate(timestamp) - lon/360.0; in timelib_astro_rise_set_altitude()
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug75402.phpt28 "insert_datetime" timestamp(3) NOT NULL,
29 "begin_datetime" timestamp(3),
30 "end_datetime" timestamp(3),
/PHP-7.1/ext/com_dotnet/tests/
H A Dbug72498.phpt14 Warning: variant_date_from_timestamp(): Invalid timestamp %d in %sbug72498.php on line %d
/PHP-7.1/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-7.1/ext/openssl/tests/
H A Dcve-2013-6420.phpt13 %s openssl_x509_parse(): illegal length in timestamp in %s%ecve-2013-6420.php on line 3
/PHP-7.1/ext/phar/
H A Dstream.c468 data->internal_file->timestamp = time(0); in phar_stream_flush()
495 ssb->sb.st_mtime.tv_sec = data->timestamp; in phar_dostat()
496 ssb->sb.st_atime.tv_sec = data->timestamp; in phar_dostat()
497 ssb->sb.st_ctime.tv_sec = data->timestamp; in phar_dostat()
499 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
500 ssb->sb.st_atime = data->timestamp; in phar_dostat()
501 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
509 ssb->sb.st_mtime.tv_sec = data->timestamp; in phar_dostat()
513 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
514 ssb->sb.st_atime = data->timestamp; in phar_dostat()
[all …]
/PHP-7.1/ext/oci8/
H A Doci8_dtrace.d31 probe oci8__connect__expiry(void *connection, int is_stub, long idle_expiry, long timestamp);

Completed in 31 milliseconds

123456789