Home
last modified time | relevance | path

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

123456789

/PHP-7.3/
H A DUPGRADING407 array of the form [seconds, nanoseconds] with the timestamp starting at
410 32-bit systems, representing the nanoseconds. The timestamp is not
H A Dphp.ini-production1153 ; Default timestamp format.
H A Dphp.ini-development1151 ; Default timestamp format.
H A Dstamp-h.in1 timestamp
H A Dltmain.sh4365 # $show "echo timestamp > $libobj"
4366 # $run eval "echo timestamp > $libobj" || exit $?
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c1070 if (persistent_script->timestamp == 0) { in do_validate_timestamps()
1078 if (zend_get_file_handle_timestamp(file_handle, NULL) == persistent_script->timestamp) { in do_validate_timestamps()
1094 if (zend_get_file_handle_timestamp(&ps_handle, NULL) == persistent_script->timestamp) { in do_validate_timestamps()
1329 persistent_script->timestamp = 0; in zend_accel_invalidate()
1484 (new_persistent_script->timestamp == existing_persistent_script->timestamp))) { in cache_script_in_shared_memory()
1691 accel_time_t timestamp = 0; in opcache_compile_file() local
1730 if (timestamp == 0) { in opcache_compile_file()
1737 … ((accel_time_t)(ZCG(request_time) - ZCG(accel_directives).file_update_protection) < timestamp)) { in opcache_compile_file()
1824 new_persistent_script->timestamp = timestamp; in opcache_compile_file()
2091 persistent_script->timestamp = 0; in persistent_compile_file()
[all …]
H A Dzend_file_cache.c168 accel_time_t timestamp; member
727 info->timestamp = script->timestamp;
1409 zend_get_file_handle_timestamp(file_handle, NULL) != info.timestamp) {
H A Dzend_accelerator_module.c576 add_assoc_long(&persistent_script_report, "timestamp", (zend_long)script->timestamp);
/PHP-7.3/ext/date/lib/
H A Dparse_date.re987 timestamp = "@" "-"? [0-9]+;
1070 timestamp
/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c91 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.3/ext/phar/
H A Dzip.c361 entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp); in phar_parse_zipfile()
843 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply_int()
844 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply_int()
1201 entry.timestamp = time(NULL); in phar_zip_flush()
H A Dtar.c479 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
764 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders_int()
971 entry.timestamp = time(NULL); in phar_tar_flush()
/PHP-7.3/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)
1693 Z_PARAM_LONG(timestamp) in php_strftime()
1811 Z_PARAM_LONG(timestamp) in PHP_FUNCTION()
3724 zend_long timestamp; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/standard/
H A Dbasic_functions.c678 ZEND_ARG_INFO(0, timestamp)
901 ZEND_ARG_INFO(0, timestamp)
/PHP-7.3/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.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1290 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type() local
1291 if (timestamp != -1) { in set_zval_xmlrpc_type()
1294 ZVAL_LONG(&ztimestamp, timestamp); in set_zval_xmlrpc_type()
/PHP-7.3/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-7.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.
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.3/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 …]

Completed in 113 milliseconds

123456789