Home
last modified time | relevance | path

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

123456789

/PHP-7.1/
H A DNEWS2902 timestamp). (denver at timothy dot io)
H A Dconfig.guess5 timestamp='2014-11-04'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1378 This script, last modified $timestamp, has failed to recognize
1391 config.guess timestamp = $timestamp
H A Dconfig.sub5 timestamp='2014-12-03'
69 GNU config.sub ($timestamp)
83 echo "$timestamp" ; exit ;;
/PHP-7.1/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-7.1/ext/calendar/
H A Dcalendar.c42 ZEND_ARG_INFO(0, timestamp)
/PHP-7.1/ext/com_dotnet/
H A Dcom_extension.c152 ZEND_ARG_INFO(0, timestamp)
H A Dcom_variant.c995 zend_long timestamp; in PHP_FUNCTION() local
1002 &timestamp)) { in PHP_FUNCTION()
1006 if (timestamp < 0) { in PHP_FUNCTION()
1013 ttstamp = timestamp; in PHP_FUNCTION()
1018 php_error_docref(NULL, E_WARNING, "Invalid timestamp " ZEND_LONG_FMT, timestamp); in PHP_FUNCTION()
/PHP-7.1/ext/com_dotnet/tests/
H A Dbug72498.phpt14 Warning: variant_date_from_timestamp(): Invalid timestamp %d in %sbug72498.php on line %d
/PHP-7.1/ext/date/lib/
H A Dastro.c223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
242 timestamp = t_loc->sse; in timelib_astro_rise_set_altitude()
243 d = timelib_ts_to_juliandate(timestamp) - lon/360.0; in timelib_astro_rise_set_altitude()
H A Dparse_date.re941 timestamp = "@" "-"? [0-9]+;
1024 timestamp
/PHP-7.1/ext/date/
H A Dphp_date.c67 ZEND_ARG_INFO(0, timestamp)
72 ZEND_ARG_INFO(0, timestamp)
77 ZEND_ARG_INFO(0, timestamp)
111 ZEND_ARG_INFO(0, timestamp)
116 ZEND_ARG_INFO(0, timestamp)
123 ZEND_ARG_INFO(0, timestamp)
128 ZEND_ARG_INFO(0, timestamp)
3685 zend_long timestamp; in PHP_FUNCTION() local
3703 zend_long timestamp; in PHP_METHOD() local
3723 zend_long timestamp; in PHP_FUNCTION() local
[all …]
/PHP-7.1/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 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 76 milliseconds

123456789