Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 197) sorted by last modified time

12345678

/PHP-5.3/
H A Dstamp-h.in1 timestamp
H A Dphp.ini-development1189 ; Default timestamp format.
H A Dphp.ini-production1189 ; Default timestamp format.
H A Dltmain.sh4365 # $show "echo timestamp > $libobj"
4366 # $run eval "echo timestamp > $libobj" || exit $?
/PHP-5.3/main/streams/
H A Dmemory.c206 time_t timestamp = 0; in php_stream_memory_stat() local
219 ssb->sb.st_mtime.tv_sec = timestamp; in php_stream_memory_stat()
220 ssb->sb.st_atime.tv_sec = timestamp; in php_stream_memory_stat()
221 ssb->sb.st_ctime.tv_sec = timestamp; in php_stream_memory_stat()
223 ssb->sb.st_mtime = timestamp; in php_stream_memory_stat()
224 ssb->sb.st_atime = timestamp; in php_stream_memory_stat()
225 ssb->sb.st_ctime = timestamp; in php_stream_memory_stat()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1369 time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL); in set_zval_xmlrpc_type() local
1370 if (timestamp != -1) { in set_zval_xmlrpc_type()
1376 ztimestamp->value.lval = timestamp; in set_zval_xmlrpc_type()
/PHP-5.3/ext/standard/tests/time/
H A Dstrptime_error.phpt27 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 $date = strftime($format, $timestamp);
/PHP-5.3/ext/standard/tests/file/
H A D005_basic.phpt8 in case of an error. The time is returned as a Unix timestamp.
16 in case of an error. The time is returned as a Unix timestamp.
H A D005_error.phpt8 in case of an error. The time is returned as a Unix timestamp.
16 in case of an error. The time is returned as a Unix timestamp.
H A D005_variation-win32.phpt14 in case of an error. The time is returned as a Unix timestamp.
22 in case of an error. The time is returned as a Unix timestamp.
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.
H A D005_variation2-win32.phpt16 in case of an error. The time is returned as a Unix timestamp.
24 in case of an error. The time is returned as a Unix timestamp.
H A D005_variation2.phpt16 in case of an error. The time is returned as a Unix timestamp.
24 in case of an error. The time is returned as a Unix 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/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
H A Dbug35142.phpt10 $timestamp = "2005-11-08T11:22:07+03:00";
41 $logOnEvent = new LogOnEvent(34567, $timestamp);
42 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
50 public $timestamp;
56 $this->timestamp = $timestamp;
64 public $timestamp;
66 function __construct($audienceMemberId, $timestamp) {
68 $this->timestamp = $timestamp;
107 ["timestamp"]=>
116 ["timestamp"]=>
[all …]
H A Dbug36226-2.phpt9 $timestamp = "2005-11-08T11:22:07+03:00";
46 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
47 //$logOffEvents[] = new LogOffEvent(34568, $timestamp, "SmokeFree");
53 public $timestamp;
57 function __construct($audienceMemberId, $timestamp, $smokeStatus) {
59 $this->timestamp = $timestamp;
67 public $timestamp;
69 function __construct($audienceMemberId, $timestamp) {
71 $this->timestamp = $timestamp;
96 …essageId="12345" source="IVR"><ns1:logOffEvent audienceMemberId="34567" timestamp="2005-11-08T11:2…
[all …]
H A Dbug36226.phpt10 $timestamp = "2005-11-08T11:22:07+03:00";
42 $logOnEvent = new LogOnEvent(34567, $timestamp);
43 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
51 public $timestamp;
57 $this->timestamp = $timestamp;
65 public $timestamp;
67 function __construct($audienceMemberId, $timestamp) {
69 $this->timestamp = $timestamp;
110 ["timestamp"]=>
120 ["timestamp"]=>
[all …]
/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/phar/
H A Dutil.c807 etemp.timestamp = time(0); in phar_get_or_create_entry_data()
H A Dzip.c373 entry.timestamp = phar_zip_d2u_time(zipentry.timestamp, zipentry.datestamp); in phar_parse_zipfile()
830 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply()
831 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply()
1184 entry.timestamp = time(NULL); in phar_zip_flush()
H A Dpharzip.h27 char timestamp[2]; /* last mod file time 2 bytes */ member
157 char timestamp[2]; /* last mod file time 2 bytes */ member
H A Dstream.c464 data->internal_file->timestamp = time(0); in phar_stream_flush()
491 ssb->sb.st_mtime.tv_sec = data->timestamp; in phar_dostat()
492 ssb->sb.st_atime.tv_sec = data->timestamp; in phar_dostat()
493 ssb->sb.st_ctime.tv_sec = data->timestamp; in phar_dostat()
495 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
496 ssb->sb.st_atime = data->timestamp; in phar_dostat()
497 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
505 ssb->sb.st_mtime.tv_sec = data->timestamp; in phar_dostat()
509 ssb->sb.st_mtime = data->timestamp; in phar_dostat()
510 ssb->sb.st_atime = data->timestamp; in phar_dostat()
[all …]
/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/ext/phar/tests/
H A Dphar_gzip.phpt49 echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";

Completed in 93 milliseconds

12345678