/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat_parse.c | 40 UDate timestamp =0; in internal_parse_to_timestamp() local 48 …timestamp = 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 D | astro.c | 218 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 D | TODO | 4 - Optimize parsing @ with a negative timestamp.
|
/PHP-5.3/ext/standard/tests/time/ |
H A D | strptime_error.phpt | 27 $timestamp = mktime(8, 8, 8, 8, 8, 2008); 28 $date = strftime($format, $timestamp);
|
/PHP-5.3/ext/date/tests/ |
H A D | getdate_variation4.phpt | 5 /* Prototype : array getdate([int timestamp]) 26 // loop through each element of the array for timestamp
|
H A D | localtime_variation4.phpt | 2 Test localtime() function : usage variation - Passing octal values to timestamp. 5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
|
H A D | bug60236.phpt | 2 Bug #60236 (TLA timezone dates are not converted properly from timestamp)
|
H A D | localtime_variation5.phpt | 2 Test localtime() function : usage variation - Passing hexa decimal values to timestamp. 5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
|
H A D | bug20382-2.phpt | 38 $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 D | idate_basic.phpt | 5 /* Prototype : int idate(string format [, int timestamp])
|
H A D | date_variation1.phpt | 5 /* Prototype : string date ( string $format [, int $timestamp ] ) 97 $timestamp = mktime(10, 44, 30, 2, 27, 2009); 101 var_dump( date($format, $timestamp) );
|
H A D | bug52342.phpt | 2 Bug #52342 (DateTime setIsoDate results in wrong timestamp)
|
H A D | gmdate_variation1.phpt | 5 /* Prototype : string gmdate(string format [, long timestamp]) 15 $timestamp = mktime(8, 8, 8, 8, 8, 2008); 93 var_dump( gmdate($value, $timestamp) );
|
H A D | gmdate_variation2.phpt | 2 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 D | gmstrftime_variation1.phpt | 5 /* Prototype : string gmstrftime(string format [, int timestamp]) 14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008); 93 var_dump( gmstrftime($value, $timestamp) );
|
H A D | idate_variation2.phpt | 2 …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 D | strftime_variation1.phpt | 5 /* Prototype : string strftime(string format [, int timestamp]) 16 $timestamp = 10; 95 var_dump( strftime($value, $timestamp) );
|
H A D | strftime_variation2.phpt | 2 …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 D | bug52290.phpt | 2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
|
H A D | gmmktime_basic.phpt | 6 * Description: Get UNIX timestamp for a GMT date
|
/PHP-5.3/ext/openssl/tests/ |
H A D | cve-2013-6420.phpt | 15 %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 D | stream.c | 464 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 D | func_interceptors.c | 754 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 D | memory.c | 206 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 D | 005_basic.phpt | 8 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.
|