Home
last modified time | relevance | path

Searched refs:timestamp (Results 126 – 150 of 212) sorted by relevance

123456789

/PHP-7.1/ext/date/tests/
H A Dgmdate_variation1.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
93 var_dump( gmdate($value, $timestamp) );
H A Dgmdate_variation2.phpt2 Test gmdate() function : usage variation - Passing unexpected values to timestamp argument.
5 /* Prototype : string gmdate(string format [, long timestamp])
94 // loop through each element of the array for timestamp
H A Dgmstrftime_variation1.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
93 var_dump( gmstrftime($value, $timestamp) );
H A Didate_variation2.phpt2 …e() function : usage variation - Passing unexpected values to second optional argument 'timestamp'.
5 /* Prototype : int idate(string format [, int timestamp])
87 // loop through each element of the array for timestamp
H A Dstrftime_variation1.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $timestamp = 10;
95 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation2.phpt2 …t strftime() function : usage variation - Passing unexpected values to second argument 'timestamp'.
5 /* Prototype : string strftime(string format [, int timestamp])
87 // loop through each element of the array for timestamp
H A Dbug52290.phpt2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
H A Dgmmktime_basic.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
H A Dbug43003.phpt2 Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp)
H A Dgmmktime_error.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dgmstrftime_variation2.phpt2 …gmstrftime() function : usage variation - Passing unexpected values to second argument 'timestamp'.
11 /* Prototype : string gmstrftime(string format [, int timestamp])
96 // loop through each element of the array for timestamp
H A Dmktime_basic1.phpt6 * Description: Get Unix timestamp for a date
H A Ddate_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dgmmktime_variation8.phpt6 * Description: Get UNIX timestamp for a GMT date
H A DDateTime_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A DDateTime_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dgmmktime_variation9.phpt6 * Description: Get UNIX timestamp for a GMT date
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c751 sb.st_mtime.tv_sec = data->timestamp; in phar_file_stat()
752 sb.st_atime.tv_sec = data->timestamp; in phar_file_stat()
753 sb.st_ctime.tv_sec = data->timestamp; in phar_file_stat()
755 sb.st_mtime = data->timestamp; in phar_file_stat()
756 sb.st_atime = data->timestamp; in phar_file_stat()
757 sb.st_ctime = data->timestamp; in phar_file_stat()
768 sb.st_mtime.tv_sec = data->timestamp; in phar_file_stat()
769 sb.st_atime.tv_sec = data->timestamp; in phar_file_stat()
772 sb.st_mtime = data->timestamp; in phar_file_stat()
773 sb.st_atime = data->timestamp; in phar_file_stat()
[all …]
/PHP-7.1/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-7.1/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_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-7.1/ext/pgsql/tests/
H A Dbug71062.phpt2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
/PHP-7.1/ext/bcmath/libbcmath/
H A Daclocal.m454 echo timestamp > conftestfile
116 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)sta…
121 echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";

Completed in 68 milliseconds

123456789