Home
last modified time | relevance | path

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

/PHP-7.2/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.2/build/
H A Dbuildcheck.sh24 stamp=$1
49 test -n "$stamp" && touch $stamp
H A Dbuild.mk23 STAMP = buildmk.stamp
/PHP-7.2/
H A D.gitignore41 buildconf.stamp
42 buildmk.stamp
83 stamp-h
87 stamp-h.in
132 ext/mbstring/libmbfl/stamp-h1
173 main/stamp-h1
175 main/streams/stamp-h1
H A Dmakedist95 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.sub82 --time-stamp | --time* | -t )
H A Dconfig.guess64 --time-stamp | --time* | -t )
/PHP-7.2/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-7.2/ext/soap/interop/
H A Ddatabase_round2.sql35 stamp int(11) NOT NULL default '0',
/PHP-7.2/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.2/ext/standard/
H A Dftp_fopen_wrapper.c840 time_t stamp; in php_stream_ftp_url_stat() local
860 stamp = time(NULL); in php_stream_ftp_url_stat()
861 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
868 tm.tm_sec += (long)(stamp - mktime(gmt)); in php_stream_ftp_url_stat()
/PHP-7.2/ext/ftp/
H A Dftp.c1159 time_t stamp; in ftp_mdtm() local
1185 stamp = time(NULL); in ftp_mdtm()
1186 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
1193 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1196 stamp = mktime(&tm); in ftp_mdtm()
1198 return stamp; in ftp_mdtm()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2723 # time stamp
8298 #>4 date x stamp %s
8303 #>4 date x stamp %s
13408 #>>>>&484 ulelong x - stamp offset 0x%8.8x
17350 #>4 ledate x stamp %s
17352 #>4 ledate x stamp %s
17354 #>4 ledate x stamp %s
17356 #>4 ledate x stamp %s
17358 #>4 ledate x stamp %s
17360 #>4 ledate x stamp %s
[all …]
H A Dmagic私はガラスを食べられます2723 # time stamp
8298 #>4 date x stamp %s
8303 #>4 date x stamp %s
13408 #>>>>&484 ulelong x - stamp offset 0x%8.8x
17350 #>4 ledate x stamp %s
17352 #>4 ledate x stamp %s
17354 #>4 ledate x stamp %s
17356 #>4 ledate x stamp %s
17358 #>4 ledate x stamp %s
17360 #>4 ledate x stamp %s
[all …]

Completed in 133 milliseconds