Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/date/tests/
H A Dgmmktime_variation7.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dbug27719.phpt2 Bug #27719 (mktime returns incorrect timestamp for dst days)
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
H A Dgmmktime_variation4.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dgmmktime_variation5.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dgmmktime_variation6.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dmktime_variation1.phpt6 * Description: Get Unix timestamp for a date
H A Dmktime_variation2.phpt6 * Description: Get Unix timestamp for a date
H A Dmktime_variation3.phpt6 * Description: Get Unix timestamp for a date
/PHP-5.5/
H A Dconfig.sub7 timestamp='2012-12-23'
74 GNU config.sub ($timestamp)
90 echo "$timestamp" ; exit ;;
/PHP-5.5/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.
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-5.5/ext/opcache/
H A DZendAccelerator.c850 if (persistent_script->timestamp == 0) { in do_validate_timestamps()
858 if (zend_get_file_handle_timestamp(file_handle, NULL TSRMLS_CC) == persistent_script->timestamp) { in do_validate_timestamps()
874 if (zend_get_file_handle_timestamp(&ps_handle, NULL TSRMLS_CC) == persistent_script->timestamp) { in do_validate_timestamps()
1085 persistent_script->timestamp = 0; in zend_accel_invalidate()
1161 (new_persistent_script->timestamp == existing_persistent_script->timestamp))) { in cache_script_in_shared_memory()
1287 accel_time_t timestamp = 0; in compile_and_cache_file() local
1339 if (timestamp == 0) { in compile_and_cache_file()
1346 (ZCG(request_time) - ZCG(accel_directives).file_update_protection < timestamp)) { in compile_and_cache_file()
1434 new_persistent_script->timestamp = timestamp; in compile_and_cache_file()
1570 persistent_script->timestamp = 0;
[all …]
/PHP-5.5/ext/oci8/
H A Doci8.c1765 time_t timestamp; in php_oci_do_connect_ex() local
1880 timestamp = time(NULL); in php_oci_do_connect_ex()
2348 time_t timestamp = time(NULL); in php_oci_connection_release() local
2375 *(connection->next_pingp) = timestamp + OCI_G(ping_interval); in php_oci_connection_release()
2681 time_t timestamp; in php_oci_persistent_helper() local
2684 timestamp = time(NULL); in php_oci_persistent_helper()
2694 if (connection->idle_expiry < timestamp) { in php_oci_persistent_helper()
3122 time_t timestamp = time(NULL); in php_oci_create_session() local
3245 *(connection->next_pingp) = timestamp + OCI_G(ping_interval); in php_oci_create_session()
3339 time_t timestamp = time(NULL); in php_oci_ping_init() local
[all …]
/PHP-5.5/ext/phar/
H A Dzip.c373 entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp); in phar_parse_zipfile()
822 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply()
823 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply()
1176 entry.timestamp = time(NULL); in phar_zip_flush()
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c955 long timestamp; in PHP_FUNCTION() local
962 &timestamp)) { in PHP_FUNCTION()
966 if (timestamp < 0) { in PHP_FUNCTION()
973 ttstamp = timestamp; in PHP_FUNCTION()
/PHP-5.5/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt24 timestamp_t timestamp,
/PHP-5.5/ext/interbase/tests/
H A D003.phpt15 v_date timestamp,
H A D007.phpt17 v_date timestamp[10],
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt83 'timestamp',

Completed in 47 milliseconds

123456789