Searched refs:stamp (Results 1 – 14 of 14) sorted by relevance
/PHP-7.3/ext/date/tests/ |
H A D | bug32555.phpt | 11 $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 D | buildcheck.sh | 21 stamp=$1 46 test -n "$stamp" && touch $stamp
|
H A D | build.mk | 23 STAMP = buildmk.stamp
|
/PHP-7.3/ |
H A D | .gitignore | 41 buildconf.stamp 42 buildmk.stamp 82 stamp-h 85 stamp-h.in 92 main/stamp-h1 94 main/streams/stamp-h1
|
H A D | makedist | 97 rm -f buildmk.stamp
|
H A D | Makefile.global | 121 …_config.h main/internal_functions_cli.c main/internal_functions.c stamp-h buildmk.stamp Zend/zend_…
|
H A D | config.sub | 81 --time-stamp | --time* | -t )
|
H A D | config.guess | 64 --time-stamp | --time* | -t )
|
/PHP-7.3/ext/soap/interop/ |
H A D | database_round2.sql | 35 stamp int(11) NOT NULL default '0',
|
/PHP-7.3/ext/session/tests/ |
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-7.3/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 839 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 D | ftp.c | 1160 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 D | magic | 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 …]
|
H A D | magic私はガラスを食べられます | 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 165 milliseconds