Home
last modified time | relevance | path

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

/PHP-5.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-5.4/build/
H A Dbuildcheck.sh24 stamp=$1
49 test -n "$stamp" && touch $stamp
H A Dbuild.mk25 STAMP = buildmk.stamp
/PHP-5.4/
H A D.gitignore47 buildconf.stamp
48 buildmk.stamp
92 stamp-h
97 stamp-h.in
170 ext/mbstring/libmbfl/stamp-h1
230 main/stamp-h1
232 main/streams/stamp-h1
H A DMakefile.global120 …kefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module b…
H A Dmakedist87 rm -f buildmk.stamp
H A Dconfig.sub87 --time-stamp | --time* | -t )
H A Dconfig.guess71 --time-stamp | --time* | -t )
/PHP-5.4/ext/bcmath/libbcmath/
H A DMakefile.am6 stamp-h.in *~
H A Daclocal.m4105 # 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 Dconfigure1851 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
/PHP-5.4/ext/soap/interop/
H A Ddatabase_round2.sql35 stamp int(11) NOT NULL default '0',
/PHP-5.4/ext/ftp/
H A Dftp.c989 time_t stamp; in ftp_mdtm() local
1015 stamp = time(NULL); in ftp_mdtm()
1016 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
1023 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1026 stamp = mktime(&tm); in ftp_mdtm()
1028 return stamp; in ftp_mdtm()
/PHP-5.4/ext/standard/
H A Dftp_fopen_wrapper.c836 time_t stamp; in php_stream_ftp_url_stat() local
856 stamp = time(NULL); in php_stream_ftp_url_stat()
857 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
864 tm.tm_sec += stamp - mktime(gmt); in php_stream_ftp_url_stat()
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic5664 #>4 date x stamp %s
5669 #>4 date x stamp %s
12860 #>4 ledate x stamp %s
12862 #>4 ledate x stamp %s
12864 #>4 ledate x stamp %s
12866 #>4 ledate x stamp %s
12868 #>4 ledate x stamp %s
12870 #>4 ledate x stamp %s
15694 # Assumes same stamp for float and double (normal case)

Completed in 95 milliseconds