Home
last modified time | relevance | path

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

12345678

/PHP-5.3/ext/date/tests/
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 Ddate_modify_variation2.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…
/PHP-5.3/ext/com_dotnet/
H A Dcom_extension.c150 ZEND_ARG_INFO(0, timestamp)
/PHP-5.3/ext/phar/
H A Dtar.c452 entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime)); in phar_parse_tarfile()
735 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders()
931 entry.timestamp = time(NULL); in phar_tar_flush()
H A Dphar.c1092 PHAR_GET_32(buffer, entry.timestamp);
1095 mydata->min_timestamp = entry.timestamp;
1096 mydata->max_timestamp = entry.timestamp;
1098 if (mydata->min_timestamp > entry.timestamp) {
1099 mydata->min_timestamp = entry.timestamp;
1100 } else if (mydata->max_timestamp < entry.timestamp) {
1101 mydata->max_timestamp = entry.timestamp;
H A Dphar_internal.h255 php_uint32 timestamp; member
H A Dutil.c807 etemp.timestamp = time(0); in phar_get_or_create_entry_data()
/PHP-5.3/ext/oci8/tests/
H A Dbind_misccoltypes.phpt33 timestamp_t timestamp,
/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_field.phpt64 'TIMESTAMP' => array(@date('Y-m-d H:i:s'), 'timestamp'),
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure611 echo timestamp > conftestfile
1851 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
/PHP-5.3/ext/calendar/
H A Dcalendar.c40 ZEND_ARG_INFO(0, timestamp)
/PHP-5.3/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc68 * @param int $time Unix timestamp of the date to convert
/PHP-5.3/
H A DNEWS183 . Fixed timestamp update on Phar contents modification. (Dmitry)
793 timestamp). (Derick)
1218 . Removed timestamp in logs written by children processes. (fat)
1321 created from timestamp). (Stas)
1697 . Added support for formatting the timestamp stored in a DateTime object.
2301 - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle
2451 - Fixed bug #49732 (crashes when using fileinfo when timestamp conversion
2918 timestamp belonging to a date object.
4250 - Fixed bug #41964 (strtotime returns a timestamp for non-time string of
4837 for timestamp fields). (Ilia)
[all …]
H A Dltmain.sh4365 # $show "echo timestamp > $libobj"
4366 # $run eval "echo timestamp > $libobj" || exit $?
H A Dphp.ini-development1189 ; Default timestamp format.
H A Dphp.ini-production1189 ; Default timestamp format.
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3009 time_t timestamp; in to_xml_datetime_ex() local
3022 timestamp = Z_LVAL_P(data); in to_xml_datetime_ex()
3023 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
/PHP-5.3/ext/date/lib/
H A Dparse_date.re977 timestamp = "@" "-"? [0-9]+;
1059 timestamp
/PHP-5.3/ext/standard/
H A Dbasic_functions.c681 ZEND_ARG_INFO(0, timestamp)
921 ZEND_ARG_INFO(0, timestamp)
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch888 (void)fprintf(stderr, "timestamp %s\n", buf);

Completed in 127 milliseconds

12345678