Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/tests/
H A Dbug32555.phpt11 $stamp = 1112427000;
12 print strftime('%c %Z',strtotime('now',$stamp)) ."\n";
13 print strftime('%c %Z',strtotime('tomorrow',$stamp)) ."\n";
14 print strftime('%c %Z',strtotime('+1 day',$stamp)) ."\n";
15 print strftime('%c %Z',strtotime('+2 day',$stamp)) ."\n";
/PHP-7.4/ext/session/tests/
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-7.4/ext/standard/
H A Dftp_fopen_wrapper.c839 time_t stamp; in php_stream_ftp_url_stat() local
859 stamp = time(NULL); in php_stream_ftp_url_stat()
860 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
867 tm.tm_sec += (long)(stamp - mktime(gmt)); in php_stream_ftp_url_stat()
/PHP-7.4/ext/ftp/
H A Dftp.c1165 time_t stamp; in ftp_mdtm() local
1191 stamp = time(NULL); in ftp_mdtm()
1192 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
1199 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1202 stamp = mktime(&tm); in ftp_mdtm()
1204 return stamp; in ftp_mdtm()
/PHP-7.4/build/
H A Dconfig.sub90 --time-stamp | --time* | -t )
H A Dconfig.guess74 --time-stamp | --time* | -t )
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3243 # time stamp
9802 #>4 date x stamp %s
9807 #>4 date x stamp %s
20458 #>4 ledate x stamp %s
20460 #>4 ledate x stamp %s
20462 #>4 ledate x stamp %s
20464 #>4 ledate x stamp %s
20466 #>4 ledate x stamp %s
20468 #>4 ledate x stamp %s
21760 # date stamp for file
[all …]
H A Dmagic3243 # time stamp
9802 #>4 date x stamp %s
9807 #>4 date x stamp %s
20458 #>4 ledate x stamp %s
20460 #>4 ledate x stamp %s
20462 #>4 ledate x stamp %s
20464 #>4 ledate x stamp %s
20466 #>4 ledate x stamp %s
20468 #>4 ledate x stamp %s
21760 # date stamp for file
[all …]

Completed in 151 milliseconds