timestamp          40 ext/calendar/calendar.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         152 ext/com_dotnet/com_extension.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         990 ext/com_dotnet/com_variant.c 	zend_long timestamp;
timestamp         997 ext/com_dotnet/com_variant.c 			&timestamp)) {
timestamp        1001 ext/com_dotnet/com_variant.c 	if (timestamp < 0) {
timestamp        1008 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         107 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         112 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         119 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         124 ext/date/php_date.c 	ZEND_ARG_INFO(0, timestamp)
timestamp        1605 ext/date/php_date.c 	zend_long                 timestamp = 0;
timestamp        1614 ext/date/php_date.c 	timestamp = (zend_long) time(NULL);
timestamp        1616 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &format, &format_len, &timestamp) == FAILURE) {
timestamp        1627 ext/date/php_date.c 		timelib_unixtime2gmt(ts, (timelib_sll) timestamp);
timestamp        1632 ext/date/php_date.c 		timelib_unixtime2local(ts, (timelib_sll) timestamp);
timestamp        1651 ext/date/php_date.c 		offset = timelib_get_time_zone_info(timestamp, tzi);
timestamp        1724 ext/date/php_date.c 	zend_long timestamp = (zend_long)time(NULL);
timestamp        1729 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|lb", &timestamp, &associative) == FAILURE) {
timestamp        1737 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timestamp        1771 ext/date/php_date.c 	zend_long timestamp = (zend_long)time(NULL);
timestamp        1775 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &timestamp) == FAILURE) {
timestamp        1783 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timestamp        1797 ext/date/php_date.c 	add_index_long(return_value, 0, timestamp);
timestamp        3502 ext/date/php_date.c static void php_date_timestamp_set(zval *object, zend_long timestamp, zval *return_value) /* {{{ */
timestamp        3508 ext/date/php_date.c 	timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp);
timestamp        3518 ext/date/php_date.c 	zend_long  timestamp;
timestamp        3520 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &object, date_ce_date, &timestamp) == FAILURE) {
timestamp        3524 ext/date/php_date.c 	php_date_timestamp_set(object, timestamp, return_value);
timestamp        3536 ext/date/php_date.c 	zend_long  timestamp;
timestamp        3538 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &object, date_ce_immutable, &timestamp) == FAILURE) {
timestamp        3543 ext/date/php_date.c 	php_date_timestamp_set(&new_object, timestamp, return_value);
timestamp        3556 ext/date/php_date.c 	zend_long          timestamp;
timestamp        3566 ext/date/php_date.c 	timestamp = timelib_date_to_int(dateobj->time, &error);
timestamp        3570 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)
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         154 ext/intl/dateformat/dateformat_format.c 	UDate 		timestamp	= 0;
timestamp         176 ext/intl/dateformat/dateformat_format.c 		timestamp = internal_get_timestamp(dfo, hash_arr);
timestamp         179 ext/intl/dateformat/dateformat_format.c 		timestamp = intl_zval_to_millis(zarg, INTL_DATA_ERROR_P(dfo),
timestamp         186 ext/intl/dateformat/dateformat_format.c 	internal_format( dfo, timestamp, return_value);
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        1803 ext/oci8/oci8.c 	time_t timestamp;
timestamp        1918 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)) {
timestamp        2141 ext/oci8/oci8.c 	connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)) : 0;
timestamp        2408 ext/oci8/oci8.c 	time_t timestamp = time(NULL);
timestamp        2429 ext/oci8/oci8.c 		connection->idle_expiry = timestamp + OCI_G(persistent_timeout);
timestamp        2435 ext/oci8/oci8.c 			*(connection->next_pingp) = timestamp + OCI_G(ping_interval);
timestamp        2823 ext/oci8/oci8.c 	time_t timestamp;
timestamp        2826 ext/oci8/oci8.c 	timestamp = time(NULL);
timestamp        2835 ext/oci8/oci8.c 				DTRACE_OCI8_CONNECT_EXPIRY(connection, connection->is_stub ? 1 : 0, (long)connection->idle_expiry, (long)timestamp);
timestamp        2838 ext/oci8/oci8.c 			if (connection->idle_expiry < timestamp) {
timestamp        3296 ext/oci8/oci8.c 	time_t timestamp = time(NULL);
timestamp        3426 ext/oci8/oci8.c 		} else if ((*(connection->next_pingp) > 0) && (timestamp >= *(connection->next_pingp))) {
timestamp        3429 ext/oci8/oci8.c 				*(connection->next_pingp) = timestamp + OCI_G(ping_interval);
timestamp        3526 ext/oci8/oci8.c 		time_t timestamp = time(NULL);
timestamp        3527 ext/oci8/oci8.c 		*next_pingp = timestamp + OCI_G(ping_interval);
timestamp         879 ext/opcache/ZendAccelerator.c 	if (persistent_script->timestamp == 0) {
timestamp         887 ext/opcache/ZendAccelerator.c 	if (zend_get_file_handle_timestamp(file_handle, NULL) == persistent_script->timestamp) {
timestamp         903 ext/opcache/ZendAccelerator.c 	if (zend_get_file_handle_timestamp(&ps_handle, NULL) == persistent_script->timestamp) {
timestamp        1118 ext/opcache/ZendAccelerator.c 				persistent_script->timestamp = 0;
timestamp        1252 ext/opcache/ZendAccelerator.c 			     (new_persistent_script->timestamp == existing_persistent_script->timestamp))) {
timestamp        1409 ext/opcache/ZendAccelerator.c 	accel_time_t timestamp = 0;
timestamp        1446 ext/opcache/ZendAccelerator.c 		timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL);
timestamp        1451 ext/opcache/ZendAccelerator.c 		if (timestamp == 0) {
timestamp        1458 ext/opcache/ZendAccelerator.c 		    (ZCG(request_time) - ZCG(accel_directives).file_update_protection < timestamp)) {
timestamp        1534 ext/opcache/ZendAccelerator.c 		new_persistent_script->timestamp = timestamp;
timestamp        1739 ext/opcache/ZendAccelerator.c 				persistent_script->timestamp = 0;
timestamp        1764 ext/opcache/ZendAccelerator.c 				persistent_script->timestamp = 0;
timestamp         165 ext/opcache/ZendAccelerator.h 	accel_time_t   timestamp;              /* the script modification time */
timestamp          34 ext/opcache/zend_accelerator_debug.c 	time_t timestamp;
timestamp          42 ext/opcache/zend_accelerator_debug.c 	timestamp = time(NULL);
timestamp          43 ext/opcache/zend_accelerator_debug.c 	time_string = asctime(localtime(&timestamp));
timestamp         566 ext/opcache/zend_accelerator_module.c 				add_assoc_long(&persistent_script_report, "timestamp", (zend_long)script->timestamp);
timestamp         155 ext/opcache/zend_file_cache.c 	accel_time_t timestamp;
timestamp         658 ext/opcache/zend_file_cache.c 	info->timestamp = script->timestamp;
timestamp        1264 ext/opcache/zend_file_cache.c 	    zend_get_file_handle_timestamp(file_handle, NULL) != info.timestamp) {
timestamp         751 ext/phar/func_interceptors.c 				sb.st_mtime.tv_sec = data->timestamp;
timestamp         752 ext/phar/func_interceptors.c 				sb.st_atime.tv_sec = data->timestamp;
timestamp         753 ext/phar/func_interceptors.c 				sb.st_ctime.tv_sec = data->timestamp;
timestamp         755 ext/phar/func_interceptors.c 				sb.st_mtime = data->timestamp;
timestamp         756 ext/phar/func_interceptors.c 				sb.st_atime = data->timestamp;
timestamp         757 ext/phar/func_interceptors.c 				sb.st_ctime = data->timestamp;
timestamp         768 ext/phar/func_interceptors.c 				sb.st_mtime.tv_sec = data->timestamp;
timestamp         769 ext/phar/func_interceptors.c 				sb.st_atime.tv_sec = data->timestamp;
timestamp         770 ext/phar/func_interceptors.c 				sb.st_ctime.tv_sec = data->timestamp;
timestamp         772 ext/phar/func_interceptors.c 				sb.st_mtime = data->timestamp;
timestamp         773 ext/phar/func_interceptors.c 				sb.st_atime = data->timestamp;
timestamp         774 ext/phar/func_interceptors.c 				sb.st_ctime = data->timestamp;
timestamp        1088 ext/phar/phar.c 		PHAR_GET_32(buffer, entry.timestamp);
timestamp        1091 ext/phar/phar.c 			mydata->min_timestamp = entry.timestamp;
timestamp        1092 ext/phar/phar.c 			mydata->max_timestamp = entry.timestamp;
timestamp        1094 ext/phar/phar.c 			if (mydata->min_timestamp > entry.timestamp) {
timestamp        1095 ext/phar/phar.c 				mydata->min_timestamp = entry.timestamp;
timestamp        1096 ext/phar/phar.c 			} else if (mydata->max_timestamp < entry.timestamp) {
timestamp        1097 ext/phar/phar.c 				mydata->max_timestamp = entry.timestamp;
timestamp         237 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         467 ext/phar/stream.c 		data->internal_file->timestamp = time(0);
timestamp         494 ext/phar/stream.c 		ssb->sb.st_mtime.tv_sec = data->timestamp;
timestamp         495 ext/phar/stream.c 		ssb->sb.st_atime.tv_sec = data->timestamp;
timestamp         496 ext/phar/stream.c 		ssb->sb.st_ctime.tv_sec = data->timestamp;
timestamp         498 ext/phar/stream.c 		ssb->sb.st_mtime = data->timestamp;
timestamp         499 ext/phar/stream.c 		ssb->sb.st_atime = data->timestamp;
timestamp         500 ext/phar/stream.c 		ssb->sb.st_ctime = data->timestamp;
timestamp         508 ext/phar/stream.c 		ssb->sb.st_mtime.tv_sec = data->timestamp;
timestamp         509 ext/phar/stream.c 		ssb->sb.st_atime.tv_sec = data->timestamp;
timestamp         510 ext/phar/stream.c 		ssb->sb.st_ctime.tv_sec = data->timestamp;
timestamp         512 ext/phar/stream.c 		ssb->sb.st_mtime = data->timestamp;
timestamp         513 ext/phar/stream.c 		ssb->sb.st_atime = data->timestamp;
timestamp         514 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         754 ext/phar/tar.c 	if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) {
timestamp         955 ext/phar/tar.c 	entry.timestamp = time(NULL);
timestamp         588 ext/phar/util.c 	etemp.timestamp = time(0);
timestamp         361 ext/phar/zip.c 		entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp);
timestamp         842 ext/phar/zip.c 	phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp);
timestamp         843 ext/phar/zip.c 	memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp));
timestamp        1201 ext/phar/zip.c 	entry.timestamp = time(NULL);
timestamp        2870 ext/soap/php_encoding.c 	time_t timestamp;
timestamp        2883 ext/soap/php_encoding.c 		timestamp = Z_LVAL_P(data);
timestamp        2884 ext/soap/php_encoding.c 		ta = php_localtime_r(&timestamp, &tmbuf);
timestamp         668 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, timestamp)
timestamp         892 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, timestamp)
timestamp        1287 ext/xmlrpc/xmlrpc-epi-php.c 					time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL);
timestamp        1288 ext/xmlrpc/xmlrpc-epi-php.c 					if (timestamp != -1) {
timestamp        1291 ext/xmlrpc/xmlrpc-epi-php.c 						ZVAL_LONG(&ztimestamp, 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;