Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 211) sorted by last modified time

123456789

/PHP-7.2/ext/phar/
H A Dzip.c361 entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp); in phar_parse_zipfile()
841 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply_int()
842 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply_int()
1199 entry.timestamp = time(NULL); in phar_zip_flush()
H A Dutil.c581 etemp.timestamp = time(0); in phar_get_or_create_entry_data()
H A Dstream.c468 data->internal_file->timestamp = time(0); in phar_stream_flush()
494 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
495 ssb->sb.st_atime = data->timestamp; in phar_dostat()
496 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
502 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
503 ssb->sb.st_atime = data->timestamp; in phar_dostat()
504 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
H A Dtar.c469 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
754 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders_int()
960 entry.timestamp = time(NULL); in phar_tar_flush()
H A Dphar_internal.h226 uint32_t timestamp; member
H A Dpharzip.h27 char timestamp[2]; /* last mod file time 2 bytes */ member
157 char timestamp[2]; /* last mod file time 2 bytes */ member
/PHP-7.2/
H A Dstamp-h.in1 timestamp
H A Dphp.ini-production1140 ; Default timestamp format.
H A Dphp.ini-development1138 ; Default timestamp format.
H A Dltmain.sh4365 # $show "echo timestamp > $libobj"
4366 # $run eval "echo timestamp > $libobj" || exit $?
/PHP-7.2/main/streams/
H A Dmemory.c202 time_t timestamp = 0; in php_stream_memory_stat() local
213 ssb->sb.st_mtime = timestamp; in php_stream_memory_stat()
214 ssb->sb.st_atime = timestamp; in php_stream_memory_stat()
215 ssb->sb.st_ctime = timestamp; in php_stream_memory_stat()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1300 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type() local
1301 if (timestamp != -1) { in set_zval_xmlrpc_type()
1304 ZVAL_LONG(&ztimestamp, timestamp); in set_zval_xmlrpc_type()
/PHP-7.2/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-7.2/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_error.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_variation-win32.phpt14 in case of an error. The time is returned as a Unix timestamp.
22 in case of an error. The time is returned as a Unix timestamp.
H A D005_variation.phpt17 in case of an error. The time is returned as a Unix timestamp.
25 in case of an error. The time is returned as a Unix timestamp.
/PHP-7.2/ext/standard/
H A Dbasic_functions.c670 ZEND_ARG_INFO(0, timestamp)
893 ZEND_ARG_INFO(0, timestamp)
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
H A Dbug35142.phpt10 $timestamp = "2005-11-08T11:22:07+03:00";
41 $logOnEvent = new LogOnEvent(34567, $timestamp);
42 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
50 public $timestamp;
56 $this->timestamp = $timestamp;
64 public $timestamp;
66 function __construct($audienceMemberId, $timestamp) {
68 $this->timestamp = $timestamp;
107 ["timestamp"]=>
116 ["timestamp"]=>
[all …]
H A Dbug36226-2.phpt9 $timestamp = "2005-11-08T11:22:07+03:00";
46 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
47 //$logOffEvents[] = new LogOffEvent(34568, $timestamp, "SmokeFree");
53 public $timestamp;
57 function __construct($audienceMemberId, $timestamp, $smokeStatus) {
59 $this->timestamp = $timestamp;
67 public $timestamp;
69 function __construct($audienceMemberId, $timestamp) {
71 $this->timestamp = $timestamp;
96 …essageId="12345" source="IVR"><ns1:logOffEvent audienceMemberId="34567" timestamp="2005-11-08T11:2…
[all …]
H A Dbug36226.phpt10 $timestamp = "2005-11-08T11:22:07+03:00";
42 $logOnEvent = new LogOnEvent(34567, $timestamp);
43 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
51 public $timestamp;
57 $this->timestamp = $timestamp;
65 public $timestamp;
67 function __construct($audienceMemberId, $timestamp) {
69 $this->timestamp = $timestamp;
110 ["timestamp"]=>
120 ["timestamp"]=>
[all …]
/PHP-7.2/ext/soap/
H A Dphp_encoding.c2873 time_t timestamp; in to_xml_datetime_ex() local
2886 timestamp = Z_LVAL_P(data); in to_xml_datetime_ex()
2887 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
/PHP-7.2/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc68 * @param int $time Unix timestamp of the date to convert
/PHP-7.2/ext/phar/tests/
H A Dphar_gzip.phpt46 echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";

Completed in 183 milliseconds

123456789