Home
last modified time | relevance | path

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

/PHP-7.3/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.3/build/
H A Dbuildcheck.sh21 stamp=$1
46 test -n "$stamp" && touch $stamp
H A Dbuild.mk23 STAMP = buildmk.stamp
/PHP-7.3/
H A D.gitignore41 buildconf.stamp
42 buildmk.stamp
82 stamp-h
85 stamp-h.in
92 main/stamp-h1
94 main/streams/stamp-h1
H A Dmakedist97 rm -f buildmk.stamp
H A DMakefile.global121 …_config.h main/internal_functions_cli.c main/internal_functions.c stamp-h buildmk.stamp Zend/zend_…
H A Dconfig.sub81 --time-stamp | --time* | -t )
H A Dconfig.guess64 --time-stamp | --time* | -t )
/PHP-7.3/ext/soap/interop/
H A Ddatabase_round2.sql35 stamp int(11) NOT NULL default '0',
/PHP-7.3/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.3/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.3/ext/ftp/
H A Dftp.c1160 time_t stamp; in ftp_mdtm() local
1186 stamp = time(NULL); in ftp_mdtm()
1187 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
1194 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1197 stamp = mktime(&tm); in ftp_mdtm()
1199 return stamp; in ftp_mdtm()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic3057 # time stamp
8932 #>4 date x stamp %s
8937 #>4 date x stamp %s
18790 #>4 ledate x stamp %s
18792 #>4 ledate x stamp %s
18794 #>4 ledate x stamp %s
18796 #>4 ledate x stamp %s
18798 #>4 ledate x stamp %s
18800 #>4 ledate x stamp %s
20012 # date stamp for file
[all …]
H A Dmagic私はガラスを食べられます3057 # time stamp
8932 #>4 date x stamp %s
8937 #>4 date x stamp %s
18790 #>4 ledate x stamp %s
18792 #>4 ledate x stamp %s
18794 #>4 ledate x stamp %s
18796 #>4 ledate x stamp %s
18798 #>4 ledate x stamp %s
18800 #>4 ledate x stamp %s
20012 # date stamp for file
[all …]

Completed in 205 milliseconds