Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/date/tests/
H A Dbug32555.phpt7 $stamp = 1112427000;
8 print date('r', strtotime('now',$stamp)) ."\n";
9 print date('r', strtotime('tomorrow',$stamp)) ."\n";
10 print date('r', strtotime('+1 day',$stamp)) ."\n";
11 print date('r', strtotime('+2 day',$stamp)) ."\n";
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc163 /* Update session data access time stamp WITHOUT writing $session_data */
168 // support time stamp updating, you must not define this.
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c826 time_t stamp; in php_stream_ftp_url_stat() local
846 stamp = time(NULL); in php_stream_ftp_url_stat()
847 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
854 tm.tm_sec += (long)(stamp - mktime(gmt)); in php_stream_ftp_url_stat()
/php-src/ext/ftp/
H A Dftp.c1175 time_t stamp; in ftp_mdtm() local
1201 stamp = time(NULL); in ftp_mdtm()
1202 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
1209 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1212 stamp = mktime(&tm); in ftp_mdtm()
1214 return stamp; in ftp_mdtm()
/php-src/build/
H A Dconfig.sub90 --time-stamp | --time* | -t )
H A Dconfig.guess74 --time-stamp | --time* | -t )
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3936 # time stamp
12184 #>4 date x stamp %s
12189 #>4 date x stamp %s
26756 #>4 ledate x stamp %s
26758 #>4 ledate x stamp %s
26760 #>4 ledate x stamp %s
26762 #>4 ledate x stamp %s
26764 #>4 ledate x stamp %s
26766 #>4 ledate x stamp %s
28472 # date stamp for file
[all …]
H A Dmagic3936 # time stamp
12184 #>4 date x stamp %s
12189 #>4 date x stamp %s
26756 #>4 ledate x stamp %s
26758 #>4 ledate x stamp %s
26760 #>4 ledate x stamp %s
26762 #>4 ledate x stamp %s
26764 #>4 ledate x stamp %s
26766 #>4 ledate x stamp %s
28472 # date stamp for file
[all …]

Completed in 223 milliseconds