timestamp          40 ext/calendar/calendar.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         150 ext/com_dotnet/com_extension.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         955 ext/com_dotnet/com_variant.c 	long timestamp;
timestamp         962 ext/com_dotnet/com_variant.c 			&timestamp)) {
timestamp         966 ext/com_dotnet/com_variant.c 	if (timestamp < 0) {
timestamp         973 ext/com_dotnet/com_variant.c 	ttstamp = timestamp;
timestamp         223 ext/date/lib/astro.c 	timelib_sll   timestamp, old_sse;
timestamp         242 ext/date/lib/astro.c 	timestamp = t_loc->sse;
timestamp         243 ext/date/lib/astro.c 	d = timelib_ts_to_juliandate(timestamp) - lon/360.0;
timestamp          63 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp          68 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp          73 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         109 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         114 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         121 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         126 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp        1641 ext/date/php_date.c 	long                 timestamp = 0;
timestamp        1649 ext/date/php_date.c 	timestamp = (long) time(NULL);
timestamp        1651 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &format, &format_len, &timestamp) == FAILURE) {
timestamp        1662 ext/date/php_date.c 		timelib_unixtime2gmt(ts, (timelib_sll) timestamp);
timestamp        1667 ext/date/php_date.c 		timelib_unixtime2local(ts, (timelib_sll) timestamp);
timestamp        1686 ext/date/php_date.c 		offset = timelib_get_time_zone_info(timestamp, tzi);
timestamp        1759 ext/date/php_date.c 	long timestamp = (long)time(NULL);
timestamp        1764 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lb", &timestamp, &associative) == FAILURE) {
timestamp        1772 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timestamp        1806 ext/date/php_date.c 	long timestamp = (long)time(NULL);
timestamp        1810 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &timestamp) == FAILURE) {
timestamp        1818 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timestamp        1832 ext/date/php_date.c 	add_index_long(return_value, 0, timestamp);
timestamp        3584 ext/date/php_date.c static void php_date_timestamp_set(zval *object, long timestamp, zval *return_value TSRMLS_DC)
timestamp        3590 ext/date/php_date.c 	timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp);
timestamp        3600 ext/date/php_date.c 	long  timestamp;
timestamp        3602 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &object, date_ce_date, &timestamp) == FAILURE) {
timestamp        3606 ext/date/php_date.c 	php_date_timestamp_set(object, timestamp, return_value TSRMLS_CC);
timestamp        3617 ext/date/php_date.c 	long  timestamp;
timestamp        3619 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &object, date_ce_immutable, &timestamp) == FAILURE) {
timestamp        3624 ext/date/php_date.c 	php_date_timestamp_set(new_object, timestamp, return_value TSRMLS_CC);
timestamp        3637 ext/date/php_date.c 	long          timestamp;
timestamp        3647 ext/date/php_date.c 	timestamp = timelib_date_to_int(dateobj->time, &error);
timestamp        3651 ext/date/php_date.c 		RETVAL_LONG(timestamp);
timestamp          35 ext/intl/dateformat/dateformat_format.c static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value TSRMLS_DC)
timestamp          40 ext/intl/dateformat/dateformat_format.c 	resultlengthneeded=udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, NULL, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo));
timestamp          45 ext/intl/dateformat/dateformat_format.c 		udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo));
timestamp         155 ext/intl/dateformat/dateformat_format.c 	UDate 		timestamp	= 0;
timestamp         177 ext/intl/dateformat/dateformat_format.c 		timestamp = internal_get_timestamp(dfo, hash_arr TSRMLS_CC);
timestamp         180 ext/intl/dateformat/dateformat_format.c 		timestamp = intl_zval_to_millis(zarg, INTL_DATA_ERROR_P(dfo),
timestamp         187 ext/intl/dateformat/dateformat_format.c 	internal_format( dfo, timestamp, return_value TSRMLS_CC);
timestamp          40 ext/intl/dateformat/dateformat_parse.c 	UDate 	timestamp   =0;
timestamp          48 ext/intl/dateformat/dateformat_parse.c 	timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA_ERROR_CODE(dfo));
timestamp          56 ext/intl/dateformat/dateformat_parse.c 	result = (double)timestamp / U_MILLIS_PER_SECOND;
timestamp        1807 ext/oci8/oci8.c 	time_t timestamp;
timestamp        1922 ext/oci8/oci8.c 	timestamp = time(NULL);
timestamp        1996 ext/oci8/oci8.c 						if (!ping_done && (*(connection->next_pingp) > 0) && (timestamp >= *(connection->next_pingp)) && !php_oci_connection_ping(connection TSRMLS_CC)) {
timestamp        2133 ext/oci8/oci8.c 	connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)) : 0;
timestamp        2393 ext/oci8/oci8.c 	time_t timestamp = time(NULL);
timestamp        2414 ext/oci8/oci8.c 		connection->idle_expiry = timestamp + OCI_G(persistent_timeout);
timestamp        2420 ext/oci8/oci8.c 			*(connection->next_pingp) = timestamp + OCI_G(ping_interval);
timestamp        2799 ext/oci8/oci8.c 	time_t timestamp;
timestamp        2802 ext/oci8/oci8.c 	timestamp = time(NULL);
timestamp        2811 ext/oci8/oci8.c 				DTRACE_OCI8_CONNECT_EXPIRY(connection, connection->is_stub ? 1 : 0, (long)connection->idle_expiry, (long)timestamp);
timestamp        2814 ext/oci8/oci8.c 			if (connection->idle_expiry < timestamp) {
timestamp        3259 ext/oci8/oci8.c 	time_t timestamp = time(NULL);
timestamp        3382 ext/oci8/oci8.c 		} else if ((*(connection->next_pingp) > 0) && (timestamp >= *(connection->next_pingp))) {
timestamp        3385 ext/oci8/oci8.c 				*(connection->next_pingp) = timestamp + OCI_G(ping_interval);
timestamp        3482 ext/oci8/oci8.c 		time_t timestamp = time(NULL);
timestamp        3483 ext/oci8/oci8.c 		*next_pingp = timestamp + OCI_G(ping_interval);
timestamp         859 ext/opcache/ZendAccelerator.c 	if (persistent_script->timestamp == 0) {
timestamp         867 ext/opcache/ZendAccelerator.c 	if (zend_get_file_handle_timestamp(file_handle, NULL TSRMLS_CC) == persistent_script->timestamp) {
timestamp         883 ext/opcache/ZendAccelerator.c 	if (zend_get_file_handle_timestamp(&ps_handle, NULL TSRMLS_CC) == persistent_script->timestamp) {
timestamp        1094 ext/opcache/ZendAccelerator.c 				persistent_script->timestamp = 0;
timestamp        1174 ext/opcache/ZendAccelerator.c 			     (new_persistent_script->timestamp == existing_persistent_script->timestamp))) {
timestamp        1300 ext/opcache/ZendAccelerator.c 	accel_time_t timestamp = 0;
timestamp        1347 ext/opcache/ZendAccelerator.c 		timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL TSRMLS_CC);
timestamp        1352 ext/opcache/ZendAccelerator.c 		if (timestamp == 0) {
timestamp        1359 ext/opcache/ZendAccelerator.c 		    (ZCG(request_time) - ZCG(accel_directives).file_update_protection < timestamp)) {
timestamp        1447 ext/opcache/ZendAccelerator.c 		new_persistent_script->timestamp = timestamp;
timestamp        1583 ext/opcache/ZendAccelerator.c 				persistent_script->timestamp = 0;
timestamp        1608 ext/opcache/ZendAccelerator.c 				persistent_script->timestamp = 0;
timestamp         194 ext/opcache/ZendAccelerator.h 	accel_time_t   timestamp;              /* the script modification time */
timestamp          34 ext/opcache/zend_accelerator_debug.c 	time_t timestamp;
timestamp          43 ext/opcache/zend_accelerator_debug.c 	timestamp = time(NULL);
timestamp          44 ext/opcache/zend_accelerator_debug.c 	time_string = asctime(localtime(&timestamp));
timestamp         537 ext/opcache/zend_accelerator_module.c 				add_assoc_long(persistent_script_report, "timestamp", (long)script->timestamp);
timestamp         754 ext/phar/func_interceptors.c 				sb.st_mtime.tv_sec = data->timestamp;
timestamp         755 ext/phar/func_interceptors.c 				sb.st_atime.tv_sec = data->timestamp;
timestamp         756 ext/phar/func_interceptors.c 				sb.st_ctime.tv_sec = data->timestamp;
timestamp         758 ext/phar/func_interceptors.c 				sb.st_mtime = data->timestamp;
timestamp         759 ext/phar/func_interceptors.c 				sb.st_atime = data->timestamp;
timestamp         760 ext/phar/func_interceptors.c 				sb.st_ctime = data->timestamp;
timestamp         771 ext/phar/func_interceptors.c 				sb.st_mtime.tv_sec = data->timestamp;
timestamp         772 ext/phar/func_interceptors.c 				sb.st_atime.tv_sec = data->timestamp;
timestamp         773 ext/phar/func_interceptors.c 				sb.st_ctime.tv_sec = data->timestamp;
timestamp         775 ext/phar/func_interceptors.c 				sb.st_mtime = data->timestamp;
timestamp         776 ext/phar/func_interceptors.c 				sb.st_atime = data->timestamp;
timestamp         777 ext/phar/func_interceptors.c 				sb.st_ctime = data->timestamp;
timestamp        1086 ext/phar/phar.c 		PHAR_GET_32(buffer, entry.timestamp);
timestamp        1089 ext/phar/phar.c 			mydata->min_timestamp = entry.timestamp;
timestamp        1090 ext/phar/phar.c 			mydata->max_timestamp = entry.timestamp;
timestamp        1092 ext/phar/phar.c 			if (mydata->min_timestamp > entry.timestamp) {
timestamp        1093 ext/phar/phar.c 				mydata->min_timestamp = entry.timestamp;
timestamp        1094 ext/phar/phar.c 			} else if (mydata->max_timestamp < entry.timestamp) {
timestamp        1095 ext/phar/phar.c 				mydata->max_timestamp = entry.timestamp;
timestamp         241 ext/phar/phar_internal.h 	php_uint32               timestamp;
timestamp          27 ext/phar/pharzip.h 	char timestamp[2];    /* last mod file time              2 bytes */
timestamp         157 ext/phar/pharzip.h 	char timestamp[2];         /* last mod file time              2 bytes */
timestamp         464 ext/phar/stream.c 		data->internal_file->timestamp = time(0);
timestamp         491 ext/phar/stream.c 		ssb->sb.st_mtime.tv_sec = data->timestamp;
timestamp         492 ext/phar/stream.c 		ssb->sb.st_atime.tv_sec = data->timestamp;
timestamp         493 ext/phar/stream.c 		ssb->sb.st_ctime.tv_sec = data->timestamp;
timestamp         495 ext/phar/stream.c 		ssb->sb.st_mtime = data->timestamp;
timestamp         496 ext/phar/stream.c 		ssb->sb.st_atime = data->timestamp;
timestamp         497 ext/phar/stream.c 		ssb->sb.st_ctime = data->timestamp;
timestamp         505 ext/phar/stream.c 		ssb->sb.st_mtime.tv_sec = data->timestamp;
timestamp         506 ext/phar/stream.c 		ssb->sb.st_atime.tv_sec = data->timestamp;
timestamp         507 ext/phar/stream.c 		ssb->sb.st_ctime.tv_sec = data->timestamp;
timestamp         509 ext/phar/stream.c 		ssb->sb.st_mtime = data->timestamp;
timestamp         510 ext/phar/stream.c 		ssb->sb.st_atime = data->timestamp;
timestamp         511 ext/phar/stream.c 		ssb->sb.st_ctime = data->timestamp;
timestamp         469 ext/phar/tar.c 		entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime));
timestamp         757 ext/phar/tar.c 	if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) {
timestamp         956 ext/phar/tar.c 	entry.timestamp = time(NULL);
timestamp         589 ext/phar/util.c 	etemp.timestamp = time(0);
timestamp         373 ext/phar/zip.c 		entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp);
timestamp         822 ext/phar/zip.c 	phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp);
timestamp         823 ext/phar/zip.c 	memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp));
timestamp        1176 ext/phar/zip.c 	entry.timestamp = time(NULL);
timestamp        2983 ext/soap/php_encoding.c 	time_t timestamp;
timestamp        2996 ext/soap/php_encoding.c 		timestamp = Z_LVAL_P(data);
timestamp        2997 ext/soap/php_encoding.c 		ta = php_localtime_r(&timestamp, &tmbuf);
timestamp         672 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         904 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, timestamp)
timestamp        1378 ext/xmlrpc/xmlrpc-epi-php.c 					time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL);
timestamp        1379 ext/xmlrpc/xmlrpc-epi-php.c 					if (timestamp != -1) {
timestamp        1385 ext/xmlrpc/xmlrpc-epi-php.c 						ztimestamp->value.lval = timestamp;
timestamp         206 main/streams/memory.c 	time_t timestamp = 0;
timestamp         219 main/streams/memory.c 	ssb->sb.st_mtime.tv_sec = timestamp;
timestamp         220 main/streams/memory.c 	ssb->sb.st_atime.tv_sec = timestamp;
timestamp         221 main/streams/memory.c 	ssb->sb.st_ctime.tv_sec = timestamp;
timestamp         223 main/streams/memory.c 	ssb->sb.st_mtime = timestamp;
timestamp         224 main/streams/memory.c 	ssb->sb.st_atime = timestamp;
timestamp         225 main/streams/memory.c 	ssb->sb.st_ctime = timestamp;