Searched refs:stamp (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/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.0/build/ |
H A D | buildcheck.sh | 24 stamp=$1 49 test -n "$stamp" && touch $stamp
|
H A D | build.mk | 23 STAMP = buildmk.stamp
|
/PHP-7.0/ |
H A D | .gitignore | 50 buildconf.stamp 51 buildmk.stamp 95 stamp-h 100 stamp-h.in 201 ext/mbstring/libmbfl/stamp-h1 257 main/stamp-h1 259 main/streams/stamp-h1
|
H A D | makedist | 95 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 | 82 --time-stamp | --time* | -t )
|
H A D | config.guess | 64 --time-stamp | --time* | -t )
|
/PHP-7.0/ext/bcmath/libbcmath/ |
H A D | Makefile.am | 6 stamp-h.in *~
|
H A D | aclocal.m4 | 105 # Like AC_CONFIG_HEADER, but automatically create stamp file. 110 dnl When config.status generates a header, we must update the stamp-h file. 116 …>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>, 121 echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
|
H A D | configure | 1851 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
|
/PHP-7.0/ext/soap/interop/ |
H A D | database_round2.sql | 35 stamp int(11) NOT NULL default '0',
|
/PHP-7.0/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 834 time_t stamp; in php_stream_ftp_url_stat() local 854 stamp = time(NULL); in php_stream_ftp_url_stat() 855 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat() 862 tm.tm_sec += (long)(stamp - mktime(gmt)); in php_stream_ftp_url_stat()
|
/PHP-7.0/ext/ftp/ |
H A D | ftp.c | 1024 time_t stamp; in ftp_mdtm() local 1050 stamp = time(NULL); in ftp_mdtm() 1051 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm() 1058 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm() 1061 stamp = mktime(&tm); in ftp_mdtm() 1063 return stamp; in ftp_mdtm()
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 6410 #>4 date x stamp %s 6415 #>4 date x stamp %s 14416 #>4 ledate x stamp %s 14418 #>4 ledate x stamp %s 14420 #>4 ledate x stamp %s 14422 #>4 ledate x stamp %s 14424 #>4 ledate x stamp %s 14426 #>4 ledate x stamp %s 18187 # Assumes same stamp for float and double (normal case)
|
Completed in 94 milliseconds