Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/date/tests/
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 … 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 Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
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 Dgmdate_variation1.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
93 var_dump( gmdate($value, $timestamp) );
H A Dgmdate_variation2.phpt2 Test gmdate() function : usage variation - Passing unexpected values to timestamp argument.
5 /* Prototype : string gmdate(string format [, long timestamp])
94 // loop through each element of the array for timestamp
/PHP-5.5/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-5.5/ext/date/lib/
H A Dastro.c218 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
237 timestamp = t_loc->sse; in timelib_astro_rise_set_altitude()
238 d = timelib_ts_to_juliandate(timestamp) - lon/360.0; in timelib_astro_rise_set_altitude()
/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-5.5/ext/openssl/tests/
H A Dcve-2013-6420.phpt15 %s openssl_x509_parse(): illegal length in timestamp in %s%ecve-2013-6420.php on line 3
/PHP-5.5/ext/phar/
H A Dstream.c464 data->internal_file->timestamp = time(0); in phar_stream_flush()
491 ssb->sb.st_mtime.tv_sec = data->timestamp; in phar_dostat()
492 ssb->sb.st_atime.tv_sec = data->timestamp; in phar_dostat()
493 ssb->sb.st_ctime.tv_sec = data->timestamp; in phar_dostat()
495 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
496 ssb->sb.st_atime = data->timestamp; in phar_dostat()
497 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
505 ssb->sb.st_mtime.tv_sec = data->timestamp; in phar_dostat()
509 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
510 ssb->sb.st_atime = data->timestamp; in phar_dostat()
[all …]
H A Dfunc_interceptors.c754 sb.st_mtime.tv_sec = data->timestamp; in phar_file_stat()
755 sb.st_atime.tv_sec = data->timestamp; in phar_file_stat()
756 sb.st_ctime.tv_sec = data->timestamp; in phar_file_stat()
758 sb.st_mtime = data->timestamp; in phar_file_stat()
759 sb.st_atime = data->timestamp; in phar_file_stat()
760 sb.st_ctime = data->timestamp; in phar_file_stat()
771 sb.st_mtime.tv_sec = data->timestamp; in phar_file_stat()
772 sb.st_atime.tv_sec = data->timestamp; in phar_file_stat()
775 sb.st_mtime = data->timestamp; in phar_file_stat()
776 sb.st_atime = data->timestamp; in phar_file_stat()
[all …]
/PHP-5.5/main/streams/
H A Dmemory.c206 time_t timestamp = 0; in php_stream_memory_stat() local
219 ssb->sb.st_mtime.tv_sec = timestamp; in php_stream_memory_stat()
220 ssb->sb.st_atime.tv_sec = timestamp; in php_stream_memory_stat()
221 ssb->sb.st_ctime.tv_sec = timestamp; in php_stream_memory_stat()
223 ssb->sb.st_mtime = timestamp; in php_stream_memory_stat()
224 ssb->sb.st_atime = timestamp; in php_stream_memory_stat()
225 ssb->sb.st_ctime = timestamp; in php_stream_memory_stat()
/PHP-5.5/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.

Completed in 39 milliseconds

123456789