Home
last modified time | relevance | path

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

12345678

/PHP-5.3/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.3/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.3/ext/date/
H A DTODO4 - Optimize parsing @ with a negative timestamp.
/PHP-5.3/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-5.3/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 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 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
H A Dgmstrftime_variation1.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
93 var_dump( gmstrftime($value, $timestamp) );
H A Didate_variation2.phpt2 …e() function : usage variation - Passing unexpected values to second optional argument 'timestamp'.
5 /* Prototype : int idate(string format [, int timestamp])
87 // loop through each element of the array for timestamp
H A Dstrftime_variation1.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $timestamp = 10;
95 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation2.phpt2 …t strftime() function : usage variation - Passing unexpected values to second argument 'timestamp'.
5 /* Prototype : string strftime(string format [, int timestamp])
87 // loop through each element of the array for timestamp
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
/PHP-5.3/ext/openssl/tests/
H A Dcve-2013-6420.phpt15 %s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s%ecve-2013-6420.php on line 3
/PHP-5.3/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.3/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.3/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 52 milliseconds

12345678