Searched refs:stamp (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/date/tests/ |
H A D | bug32555.phpt | 7 $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-8.3/ext/session/tests/user_session_module/ |
H A D | save_handler.inc | 163 /* Update session data access time stamp WITHOUT writing $session_data */ 168 // support time stamp updating, you must not define this.
|
/PHP-8.3/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 826 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-8.3/ext/ftp/ |
H A D | ftp.c | 1155 time_t stamp; in ftp_mdtm() local 1181 stamp = time(NULL); in ftp_mdtm() 1182 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm() 1189 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm() 1192 stamp = mktime(&tm); in ftp_mdtm() 1194 return stamp; in ftp_mdtm()
|
/PHP-8.3/build/ |
H A D | config.sub | 90 --time-stamp | --time* | -t )
|
H A D | config.guess | 74 --time-stamp | --time* | -t )
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 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 D | magic私はガラスを食べられます | 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 …]
|
Completed in 188 milliseconds