| /PHP_TRUNK/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 35 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value TSRMLS_DC) argument 40 resultlengthneeded=udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, NULL, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo)); 45 udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo)); local 99 * Internal function which sets UCalendar from the passed array and retrieves timestamp 142 /* Fetch the timestamp from the UCalendar */ 155 UDate timestamp = 0; local 177 timestamp = internal_get_timestamp(dfo, hash_arr TSRMLS_CC); 180 timestamp = intl_zval_to_millis(zarg, INTL_DATA_ERROR_P(dfo), 187 internal_format( dfo, timestamp, return_value TSRMLS_CC);
|
| H A D | dateformat_parse.c | 40 UDate timestamp =0; local 48 timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA_ERROR_CODE(dfo)); 56 result = (double)timestamp / U_MILLIS_PER_SECOND; 125 * Parse the string $value starting at parse_pos to a Unix timestamp -int }}}*/ 127 * Parse the string $value starting at parse_pos to a Unix timestamp -int }}}*/
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_variant.c | 908 Converts a variant date/time value to unix timestamp */ 946 /* {{{ proto object variant_date_from_timestamp(int timestamp) 947 Returns a variant date representation of a unix timestamp */ 950 long timestamp; local 957 ×tamp)) { 961 if (timestamp < 0) { 968 ttstamp = timestamp;
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | astro.c | 179 * Note: timestamp = unixtimestamp (NEEDS to be 00:00:00 UT) 218 timelib_sll timestamp, old_sse; local 237 timestamp = t_loc->sse; 238 d = timelib_ts_to_juliandate(timestamp) - lon/360.0;
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8.c | 1765 time_t timestamp; local 1880 timestamp = time(NULL); 1959 if (!ping_done && (*(connection->next_pingp) > 0) && (timestamp >= *(connection->next_pingp)) && !php_oci_connection_ping(connection TSRMLS_CC)) { 2090 connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)) : 0; 2348 time_t timestamp = time(NULL); local 2369 connection->idle_expiry = timestamp + OCI_G(persistent_timeout); 2375 *(connection->next_pingp) = timestamp + OCI_G(ping_interval); 2681 time_t timestamp; local 2684 timestamp = time(NULL); 2694 if (connection->idle_expiry < timestamp) { 3122 time_t timestamp = time(NULL); local 3339 time_t timestamp = time(NULL); local [all...] |
| /PHP_TRUNK/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 243 #define OBJECT_VALUE_TS_ATTR "timestamp" 1369 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); local 1370 if (timestamp != -1) { 1376 ztimestamp->value.lval = timestamp;
|
| /PHP_TRUNK/main/streams/ |
| H A D | memory.c | 202 time_t timestamp = 0; local 215 ssb->sb.st_mtime.tv_sec = timestamp; 216 ssb->sb.st_atime.tv_sec = timestamp; 217 ssb->sb.st_ctime.tv_sec = timestamp; 219 ssb->sb.st_mtime = timestamp; 220 ssb->sb.st_atime = timestamp; 221 ssb->sb.st_ctime = timestamp;
|
| /PHP_TRUNK/ext/phar/ |
| H A D | phar_internal.h | 255 php_uint32 timestamp; member in struct:_phar_entry_info
|
| H A D | pharzip.h | 27 char timestamp[2]; /* last mod file time 2 bytes */ member in struct:_phar_zip_file_header 157 char timestamp[2]; /* last mod file time 2 bytes */ member in struct:_phar_zip_central_dir_file
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_encoding.c | 2978 time_t timestamp; local 2991 timestamp = Z_LVAL_P(data); 2992 ta = php_localtime_r(×tamp, &tmbuf); 2993 /*ta = php_gmtime_r(×tamp, &tmbuf);*/ 2995 soap_error1(E_ERROR, "Encoding: Invalid timestamp %ld", Z_LVAL_P(data));
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_debug.c | 34 time_t timestamp; local 43 timestamp = time(NULL); 44 time_string = asctime(localtime(×tamp));
|
| H A D | ZendAccelerator.c | 656 return SUCCESS; /* anything other than 0 is considered to be a valid timestamp */ 849 if (persistent_script->timestamp == 0) { 857 if (zend_get_file_handle_timestamp(file_handle, NULL TSRMLS_CC) == persistent_script->timestamp) { 873 if (zend_get_file_handle_timestamp(&ps_handle, NULL TSRMLS_CC) == persistent_script->timestamp) { 1080 persistent_script->timestamp = 0; 1153 (new_persistent_script->timestamp == existing_persistent_script->timestamp)) { 1272 accel_time_t timestamp = 0; local 1334 timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL TSRMLS_CC); 1336 /* If we can't obtain a timestamp (tha [all...] |
| H A D | ZendAccelerator.h | 183 accel_time_t timestamp; /* the script modification time */ member in struct:_zend_persistent_script
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.c | 59 ZEND_ARG_INFO(0, timestamp) 64 ZEND_ARG_INFO(0, timestamp) 69 ZEND_ARG_INFO(0, timestamp) 103 ZEND_ARG_INFO(0, timestamp) 108 ZEND_ARG_INFO(0, timestamp) 115 ZEND_ARG_INFO(0, timestamp) 120 ZEND_ARG_INFO(0, timestamp) 1340 /* {{{ proto string date(string format [, long timestamp]) 1348 /* {{{ proto string gmdate(string format [, long timestamp]) 1356 /* {{{ proto int idate(string format [, int timestamp]) 1614 long timestamp = 0; local 1725 long timestamp = (long)time(NULL); local 1772 long timestamp = (long)time(NULL); local 3531 php_date_timestamp_set(zval *object, long timestamp, zval *return_value TSRMLS_DC) argument 3547 long timestamp; local 3564 long timestamp; local 3584 long timestamp; local [all...] |