Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 207) sorted by path

123456789

/PHP-5.5/
H A DNEWS1899 . Fixed Bug #52126: timestamp for mail.log (Martin Jansen, Lars)
2163 . Fixed timestamp update on Phar contents modification. (Dmitry)
2359 . Fixed timestamp update on Phar contents modification. (Dmitry)
2368 . Fixed timestamp update on Phar contents modification. (Dmitry)
3844 timestamp). (Derick)
4269 . Removed timestamp in logs written by children processes. (fat)
4372 created from timestamp). (Stas)
5968 timestamp belonging to a date object.
7300 - Fixed bug #41964 (strtotime returns a timestamp for non-time string of
7887 for timestamp fields). (Ilia)
[all …]
H A Dconfig.guess7 timestamp='2012-12-23'
54 GNU config.guess ($timestamp)
71 echo "$timestamp" ; exit ;;
H A Dconfig.sub7 timestamp='2012-12-23'
74 GNU config.sub ($timestamp)
90 echo "$timestamp" ; exit ;;
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m454 echo timestamp > conftestfile
116 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)sta…
121 echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
H A Dconfigure611 echo timestamp > conftestfile
1851 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
/PHP-5.5/ext/calendar/
H A Dcalendar.c40 ZEND_ARG_INFO(0, timestamp)
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c150 ZEND_ARG_INFO(0, timestamp)
H A Dcom_variant.c955 long timestamp; in PHP_FUNCTION() local
962 &timestamp)) { in PHP_FUNCTION()
966 if (timestamp < 0) { in PHP_FUNCTION()
973 ttstamp = timestamp; in PHP_FUNCTION()
/PHP-5.5/ext/date/lib/
H A Dastro.c218 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
237 timestamp = t_loc->sse; in timelib_astro_rise_set_altitude()
238 d = timelib_ts_to_juliandate(timestamp) - lon/360.0; in timelib_astro_rise_set_altitude()
H A Dparse_date.re917 timestamp = "@" "-"? [0-9]+;
999 timestamp
/PHP-5.5/ext/date/
H A Dphp_date.c63 ZEND_ARG_INFO(0, timestamp)
68 ZEND_ARG_INFO(0, timestamp)
73 ZEND_ARG_INFO(0, timestamp)
109 ZEND_ARG_INFO(0, timestamp)
114 ZEND_ARG_INFO(0, timestamp)
121 ZEND_ARG_INFO(0, timestamp)
126 ZEND_ARG_INFO(0, timestamp)
3571 long timestamp; in PHP_FUNCTION() local
3588 long timestamp; in PHP_METHOD() local
3608 long timestamp; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/date/tests/
H A DDateTime_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A DDateTime_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A DDateTime_modify_variation1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dbug20382-2.phpt38 $timestamp = call_user_func_array('mktime', $test);
40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
41 $strtotime_tstamp = strtotime("first monday", $timestamp);
H A Dbug27719.phpt2 Bug #27719 (mktime returns incorrect timestamp for dst days)
H A Dbug37368.phpt2 Bug #37368 (Incorrect timestamp returned for strtotime()).
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
H A Dbug43003.phpt2 Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp)
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
H A Dbug43960.phpt2 Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
H A Dbug52290.phpt2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
H A Dbug52342.phpt2 Bug #52342 (DateTime setIsoDate results in wrong timestamp)
H A Dbug60236.phpt2 Bug #60236 (TLA timezone dates are not converted properly from timestamp)
H A Dbug65184.phpt14 /* timestamp has to be some wednesday */

Completed in 243 milliseconds

123456789