Home
last modified time | relevance | path

Searched refs:timestamp (Results 151 – 175 of 211) sorted by relevance

123456789

/PHP-7.2/ext/phar/tests/
H A Dphar_gzip.phpt46 echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";
/PHP-7.2/ext/date/tests/
H A Dlocaltime_variation2.phpt5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
16 $timestamp = 10;
100 var_dump( localtime($timestamp, $value) );
H A Dgmmktime_variation7.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Didate_variation1.phpt5 /* Prototype : int idate(string format [, int timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
94 var_dump( idate($value, $timestamp) );
H A Dlocaltime_variation1.phpt2 …t localtime() function : usage variation - Passing unexpected values to first argument 'timestamp'.
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
88 // loop through each element of the array for timestamp
H A Ddate_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dgmmktime_variation1.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dgmmktime_variation2.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dgmmktime_variation3.phpt6 * Description: Get UNIX timestamp for a GMT date
/PHP-7.2/ext/phar/
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 Dfunc_interceptors.c718 sb.st_mtime = data->timestamp; in phar_file_stat()
719 sb.st_atime = data->timestamp; in phar_file_stat()
720 sb.st_ctime = data->timestamp; in phar_file_stat()
729 sb.st_mtime = data->timestamp; in phar_file_stat()
730 sb.st_atime = data->timestamp; in phar_file_stat()
731 sb.st_ctime = data->timestamp; in phar_file_stat()
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()
/PHP-7.2/ext/date/
H A Dphp_date.c84 ZEND_ARG_INFO(0, timestamp)
89 ZEND_ARG_INFO(0, timestamp)
94 ZEND_ARG_INFO(0, timestamp)
128 ZEND_ARG_INFO(0, timestamp)
133 ZEND_ARG_INFO(0, timestamp)
140 ZEND_ARG_INFO(0, timestamp)
145 ZEND_ARG_INFO(0, timestamp)
1675 Z_PARAM_LONG(timestamp) in php_strftime()
1789 Z_PARAM_LONG(timestamp) in PHP_FUNCTION()
3723 zend_long timestamp; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c976 if (persistent_script->timestamp == 0) { in do_validate_timestamps()
984 if (zend_get_file_handle_timestamp(file_handle, NULL) == persistent_script->timestamp) { in do_validate_timestamps()
1000 if (zend_get_file_handle_timestamp(&ps_handle, NULL) == persistent_script->timestamp) { in do_validate_timestamps()
1235 persistent_script->timestamp = 0; in zend_accel_invalidate()
1375 (new_persistent_script->timestamp == existing_persistent_script->timestamp))) { in cache_script_in_shared_memory()
1554 accel_time_t timestamp = 0; in opcache_compile_file() local
1593 if (timestamp == 0) { in opcache_compile_file()
1600 … ((accel_time_t)(ZCG(request_time) - ZCG(accel_directives).file_update_protection) < timestamp)) { in opcache_compile_file()
1678 new_persistent_script->timestamp = timestamp; in opcache_compile_file()
1945 persistent_script->timestamp = 0; in persistent_compile_file()
[all …]
H A DZendAccelerator.h116 accel_time_t timestamp; /* the script modification time */ member
/PHP-7.2/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.2/
H A Dconfig.sub5 timestamp='2014-12-03'
69 GNU config.sub ($timestamp)
83 echo "$timestamp" ; exit ;;
H A Dconfig.guess5 timestamp='2014-11-04'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1378 This script, last modified $timestamp, has failed to recognize
1391 config.guess timestamp = $timestamp
/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/com_dotnet/
H A Dcom_variant.c995 zend_long timestamp; in PHP_FUNCTION() local
1002 &timestamp)) { in PHP_FUNCTION()
1006 if (timestamp < 0) { in PHP_FUNCTION()
1013 ttstamp = timestamp; in PHP_FUNCTION()
1018 php_error_docref(NULL, E_WARNING, "Invalid timestamp " ZEND_LONG_FMT, timestamp); in PHP_FUNCTION()
/PHP-7.2/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.2/ext/pdo_pgsql/tests/
H A Dbug62498-32bit.phpt191 string(9) "timestamp"
H A Dbug62498.phpt191 string(9) "timestamp"
/PHP-7.2/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt24 timestamp_t timestamp,
/PHP-7.2/ext/interbase/tests/
H A D003.phpt15 v_date timestamp,

Completed in 86 milliseconds

123456789