Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/phar/
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 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()
H A Dutil.c577 etemp.timestamp = time(0); in phar_get_or_create_entry_data()
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()
/PHP-7.4/ext/date/
H A Dphp_date.c82 ZEND_ARG_INFO(0, timestamp)
87 ZEND_ARG_INFO(0, timestamp)
92 ZEND_ARG_INFO(0, timestamp)
126 ZEND_ARG_INFO(0, timestamp)
131 ZEND_ARG_INFO(0, timestamp)
138 ZEND_ARG_INFO(0, timestamp)
143 ZEND_ARG_INFO(0, timestamp)
1791 zend_long timestamp; in PHP_FUNCTION() local
1844 zend_long timestamp; in PHP_FUNCTION() local
3776 zend_long timestamp; in PHP_FUNCTION() local
[all …]
/PHP-7.4/build/
H A Dconfig.guess7 timestamp='2021-06-03'
60 GNU config.guess ($timestamp)
75 echo "$timestamp" ; exit ;;
H A Dconfig.sub7 timestamp='2021-08-14'
77 GNU config.sub ($timestamp)
91 echo "$timestamp" ; exit ;;
1881 # time-stamp-start: "timestamp='"
/PHP-7.4/ext/date/lib/
H A Dparse_date.re990 timestamp = "@" "-"? [0-9]+;
1073 timestamp
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1064 if (persistent_script->timestamp == 0) { in do_validate_timestamps()
1072 if (zend_get_file_handle_timestamp(file_handle, NULL) == persistent_script->timestamp) { in do_validate_timestamps()
1087 if (zend_get_file_handle_timestamp(&ps_handle, NULL) == persistent_script->timestamp) { in do_validate_timestamps()
1096 if (persistent_script->timestamp == 0) { in validate_timestamp_and_record()
1320 persistent_script->timestamp = 0; in zend_accel_invalidate()
1473 (new_persistent_script->timestamp == existing_persistent_script->timestamp))) { in cache_script_in_shared_memory()
1676 accel_time_t timestamp = 0; in opcache_compile_file() local
1717 if (timestamp == 0) { in opcache_compile_file()
1804 new_persistent_script->timestamp = timestamp; in opcache_compile_file()
2067 persistent_script->timestamp = 0; in persistent_compile_file()
[all …]
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) {
H A Dzend_accelerator_module.c566 add_assoc_long(&persistent_script_report, "timestamp", (zend_long)script->timestamp);
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 DZendAccelerator.h116 accel_time_t timestamp; /* the script modification time */ member
/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/mysqli/tests/
H A Dbug76386.phpt15 …die(sprintf("skip Server doesn't support fractional seconds in timestamp (%s)", mysqli_get_server_…
27 'ts timestamp default current_timestamp(), ts2 timestamp(2) default ' .
28 'current_timestamp(2), ts2b timestamp(2) default "2018-01-01 03:04:05.06", ' .
29 'ts4 timestamp(4) default current_timestamp(4), ts4b timestamp(4) default ' .
30 '"2018-01-01 03:04:05.0070", ts6 timestamp(6) default current_timestamp(6), ts6b ' .
31 'timestamp(6) default "2018-01-01 03:04:05.008000") character set utf8 collate ' .
H A D020.phpt23 c3 timestamp(14),
26 c6 timestamp(4),
27 c7 timestamp(6))");
33 c3 timestamp,
36 c6 timestamp,
37 c7 timestamp)");
H A D003.phpt22 c3 timestamp(14),
25 c6 timestamp(4),
26 c7 timestamp(6)) ENGINE=" . $engine);
42 c3 timestamp,
45 c6 timestamp,
46 c7 timestamp) ENGINE=" . $engine);
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c89 ZEND_ARG_INFO(0, timestamp)
H A Dcom_variant.c981 zend_long timestamp; in PHP_FUNCTION() local
988 &timestamp)) { in PHP_FUNCTION()
992 if (timestamp < 0) { in PHP_FUNCTION()
999 ttstamp = timestamp; in PHP_FUNCTION()
1004 php_error_docref(NULL, E_WARNING, "Invalid timestamp " ZEND_LONG_FMT, timestamp); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c665 ZEND_ARG_INFO(0, timestamp)
888 ZEND_ARG_INFO(0, timestamp)
/PHP-7.4/main/streams/
H A Dmemory.c201 time_t timestamp = 0; in php_stream_memory_stat() local
212 ssb->sb.st_mtime = timestamp; in php_stream_memory_stat()
213 ssb->sb.st_atime = timestamp; in php_stream_memory_stat()
214 ssb->sb.st_ctime = timestamp; in php_stream_memory_stat()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1295 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type() local
1296 if (timestamp != -1) { in set_zval_xmlrpc_type()
1299 ZVAL_LONG(&ztimestamp, timestamp); in set_zval_xmlrpc_type()
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-7.4/ext/standard/tests/file/
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.
/PHP-7.4/ext/oci8/
H A Doci8.c1682 time_t timestamp; in php_oci_do_connect_ex() local
1790 timestamp = time(NULL); in php_oci_do_connect_ex()
2298 time_t timestamp = time(NULL); in php_oci_connection_release() local
2325 *(connection->next_pingp) = timestamp + OCI_G(ping_interval); in php_oci_connection_release()
2721 time_t timestamp; in php_oci_persistent_helper() local
2724 timestamp = time(NULL); in php_oci_persistent_helper()
2741 if (connection->idle_expiry < timestamp) { in php_oci_persistent_helper()
3205 time_t timestamp = time(NULL); in php_oci_create_session() local
3338 *(connection->next_pingp) = timestamp + OCI_G(ping_interval); in php_oci_create_session()
3435 time_t timestamp = time(NULL); in php_oci_ping_init() local
[all …]

Completed in 169 milliseconds

1234567