Home
last modified time | relevance | path

Searched refs:timestamp (Results 176 – 200 of 207) sorted by relevance

123456789

/PHP-5.5/ext/date/tests/
H A Dmktime_variation4.phpt6 * Description: Get Unix timestamp for a date
H A Dmktime_variation5.phpt6 * Description: Get Unix timestamp for a date
H A Dmktime_variation6.phpt6 * Description: Get Unix timestamp for a date
H A Dmktime_variation7.phpt6 * Description: Get Unix timestamp for a date
H A Ddate_modify_variation1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A DDateTime_modify_variation1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Ddate_modify_variation2.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
/PHP-5.5/ext/standard/tests/file/
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-5.5/ext/interbase/tests/
H A D006.phpt16 v_date timestamp,
/PHP-5.5/
H A Dconfig.guess7 timestamp='2012-12-23'
54 GNU config.guess ($timestamp)
71 echo "$timestamp" ; exit ;;
H A DNEWS1899 . Fixed Bug #52126: timestamp for mail.log (Martin Jansen, Lars)
2163 . Fixed timestamp update on Phar contents modification. (Dmitry)
2359 . Fixed timestamp update on Phar contents modification. (Dmitry)
2368 . Fixed timestamp update on Phar contents modification. (Dmitry)
3844 timestamp). (Derick)
4269 . Removed timestamp in logs written by children processes. (fat)
4372 created from timestamp). (Stas)
5968 timestamp belonging to a date object.
7300 - Fixed bug #41964 (strtotime returns a timestamp for non-time string of
7887 for timestamp fields). (Ilia)
[all …]
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1378 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type() local
1379 if (timestamp != -1) { in set_zval_xmlrpc_type()
1385 ztimestamp->value.lval = timestamp; in set_zval_xmlrpc_type()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h193 accel_time_t timestamp; /* the script modification time */ member
H A Dzend_accelerator_module.c533 add_assoc_long(persistent_script_report, "timestamp", (long)script->timestamp); in accelerator_get_scripts()
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c150 ZEND_ARG_INFO(0, timestamp)
/PHP-5.5/ext/phar/
H A Dtar.c469 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
755 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders()
954 entry.timestamp = time(NULL); in phar_tar_flush()
H A Dphar.c1086 PHAR_GET_32(buffer, entry.timestamp);
1089 mydata->min_timestamp = entry.timestamp;
1090 mydata->max_timestamp = entry.timestamp;
1092 if (mydata->min_timestamp > entry.timestamp) {
1093 mydata->min_timestamp = entry.timestamp;
1094 } else if (mydata->max_timestamp < entry.timestamp) {
1095 mydata->max_timestamp = entry.timestamp;
H A Dphar_internal.h257 php_uint32 timestamp; member
/PHP-5.5/ext/oci8/tests/
H A Dbind_misccoltypes.phpt33 timestamp_t timestamp,
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt64 'TIMESTAMP' => array(@date('Y-m-d H:i:s'), 'timestamp'),
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure611 echo timestamp > conftestfile
1851 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
/PHP-5.5/ext/calendar/
H A Dcalendar.c40 ZEND_ARG_INFO(0, timestamp)
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc68 * @param int $time Unix timestamp of the date to convert
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2985 time_t timestamp; in to_xml_datetime_ex() local
2998 timestamp = Z_LVAL_P(data); in to_xml_datetime_ex()
2999 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re917 timestamp = "@" "-"? [0-9]+;
999 timestamp

Completed in 138 milliseconds

123456789