Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/tests/file/
H A D005_variation2-win32.phpt16 in case of an error. The time is returned as a Unix timestamp.
24 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.
/PHP-7.4/ext/date/tests/
H A Dgmmktime_variation7.phpt6 * Description: Get UNIX timestamp for a GMT date
/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/ext/phar/
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 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 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 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 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()
/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/build/
H A Dconfig.sub7 timestamp='2021-08-14'
77 GNU config.sub ($timestamp)
91 echo "$timestamp" ; exit ;;
1881 # time-stamp-start: "timestamp='"
H A Dconfig.guess7 timestamp='2021-06-03'
60 GNU config.guess ($timestamp)
75 echo "$timestamp" ; exit ;;
/PHP-7.4/ext/com_dotnet/
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()
H A Dcom_extension.c89 ZEND_ARG_INFO(0, 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 …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h116 accel_time_t timestamp; /* the script modification time */ member
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) {
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62498-32bit.phpt191 string(9) "timestamp"
H A Dbug62498.phpt191 string(9) "timestamp"
/PHP-7.4/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt24 timestamp_t timestamp,
H A Dbind_misccoltypes.phpt30 timestamp_t timestamp,
/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/calendar/
H A Dcalendar.c41 ZEND_ARG_INFO(0, timestamp)

Completed in 149 milliseconds

1234567