Home
last modified time | relevance | path

Searched refs:timestamp (Results 126 – 150 of 160) sorted by path

1234567

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h116 accel_time_t timestamp; /* the script modification time */ member
H A Dzend_accelerator_debug.c34 time_t timestamp; in zend_accel_error() local
40 timestamp = time(NULL); in zend_accel_error()
41 time_string = asctime(localtime(&timestamp)); in zend_accel_error()
H A Dzend_accelerator_module.c566 add_assoc_long(&persistent_script_report, "timestamp", (zend_long)script->timestamp);
H A Dzend_file_cache.c170 accel_time_t timestamp; member
817 info->timestamp = script->timestamp;
1577 zend_get_file_handle_timestamp(file_handle, NULL) != info.timestamp) {
/PHP-7.4/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.4/ext/pdo_pgsql/tests/
H A Dbug62498-32bit.phpt191 string(9) "timestamp"
H A Dbug62498.phpt191 string(9) "timestamp"
H A Dbug75402.phpt28 "insert_datetime" timestamp(3) NOT NULL,
29 "begin_datetime" timestamp(3),
30 "end_datetime" timestamp(3),
/PHP-7.4/ext/pgsql/tests/
H A D80_bug39971.phpt2 Bug #39971 (8.0+) (pg_insert/pg_update do not allow now() to be used for timestamp fields)
17 pg_query("CREATE TABLE php_test (id SERIAL, tm timestamp NOT NULL)");
H A Dbug71062.phpt2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c716 sb.st_mtime = data->timestamp; in phar_file_stat()
717 sb.st_atime = data->timestamp; in phar_file_stat()
718 sb.st_ctime = data->timestamp; in phar_file_stat()
727 sb.st_mtime = data->timestamp; in phar_file_stat()
728 sb.st_atime = data->timestamp; in phar_file_stat()
729 sb.st_ctime = data->timestamp; in phar_file_stat()
H A Dphar.c1092 PHAR_GET_32(buffer, entry.timestamp); in phar_parse_pharfile()
1095 mydata->min_timestamp = entry.timestamp; in phar_parse_pharfile()
1096 mydata->max_timestamp = entry.timestamp; in phar_parse_pharfile()
1098 if (mydata->min_timestamp > entry.timestamp) { in phar_parse_pharfile()
1099 mydata->min_timestamp = entry.timestamp; in phar_parse_pharfile()
1100 } else if (mydata->max_timestamp < entry.timestamp) { in phar_parse_pharfile()
1101 mydata->max_timestamp = entry.timestamp; in phar_parse_pharfile()
H A Dphar_internal.h219 uint32_t timestamp; member
H A Dpharzip.h25 char timestamp[2]; /* last mod file time 2 bytes */ member
155 char timestamp[2]; /* last mod file time 2 bytes */ member
H A Dstream.c469 data->internal_file->timestamp = time(0); in phar_stream_flush()
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()
503 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
504 ssb->sb.st_atime = data->timestamp; in phar_dostat()
505 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
H A Dtar.c488 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
773 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders_int()
980 entry.timestamp = time(NULL); in phar_tar_flush()
H A Dutil.c577 etemp.timestamp = time(0); in phar_get_or_create_entry_data()
H A Dzip.c389 entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp); in phar_parse_zipfile()
877 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply_int()
878 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply_int()
1240 entry.timestamp = time(NULL); in phar_zip_flush()
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc67 * @param int $time Unix timestamp of the date to convert
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2838 time_t timestamp; in to_xml_datetime_ex() local
2851 timestamp = Z_LVAL_P(data); in to_xml_datetime_ex()
2852 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
/PHP-7.4/ext/soap/tests/bugs/
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 …]
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
/PHP-7.4/ext/standard/
H A Dbasic_functions.c665 ZEND_ARG_INFO(0, timestamp)
888 ZEND_ARG_INFO(0, timestamp)

Completed in 213 milliseconds

1234567