Home
last modified time | relevance | path

Searched refs:timestamp (Results 101 – 125 of 167) sorted by relevance

1234567

/php-src/ext/standard/tests/misc/
H A Dtime_sleep_until_error1.phpt16 Warning: time_sleep_until(): Argument #1 ($timestamp) must be greater than or equal to the current …
/php-src/ext/calendar/tests/
H A Dunixtojd_error1.phpt23 unixtojd(): Argument #1 ($timestamp) must be greater than or equal to 0
/php-src/ext/date/tests/
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 Dbug65184.phpt15 /* timestamp has to be some wednesday */
H A Ddate_timestamp_set_nullparam2.phpt17 Deprecated: date_timestamp_set(): Passing null to parameter #2 ($timestamp) of type int is deprecat…
H A Dbug52342.phpt2 Bug #52342 (DateTime setIsoDate results in wrong timestamp)
H A Dgetdate_variation5.phpt2 …st getdate() function : usage variation - Verifyig with different timezones on Unix epoch timestamp
25 // loop through each element of the array for timestamp
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
H A Dbug52290.phpt2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
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 Didate_variation5.phpt23 // loop through each element of the array for timestamp
H A Dbug68549-dst-transition-DateTime-setTimestamp.phpt2 Bug #68549 (setting timestamp around a DST transition)
132 foreach ($timestamps as $timestamp) {
135 $dt->setTimestamp($timestamp);
136 …printf("%s %d -> %d %s\n", $timezone, $timestamp, $dt->getTimestamp(), $dt->format(DateTimeInterfa…
H A Dbug52062.phpt39 TypeError: DateTime::setTimestamp(): Argument #1 ($timestamp) must be of type int, float given
H A Didate_variation4.phpt24 // loop through each element of the array for timestamp
H A Dlocaltime_variation4.phpt2 Test localtime() function : usage variation - Passing octal values to timestamp.
H A Dlocaltime_variation5.phpt2 Test localtime() function : usage variation - Passing hexa decimal values to timestamp.
H A Dgetdate_variation4.phpt20 // loop through each element of the array for timestamp
/php-src/ext/phar/tests/
H A Dgh12532.phpt2 GH-12532 (PharData created from zip has incorrect timestamp)
/php-src/ext/pgsql/tests/
H A Dbug71062.phpt2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
/php-src/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
/php-src/ext/calendar/
H A Dcalendar.stub.php157 function unixtojd(?int $timestamp = null): int|false {} argument
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php134 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {} argument
/php-src/ext/intl/
H A Dphp_intl.stub.php193 function intlcal_set_time(IntlCalendar $calendar, float $timestamp): bool {} argument
212 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false … argument
250 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {} argument
285 function intlgregcal_set_gregorian_change(IntlGregorianCalendar $calendar, float $timestamp): bool … argument
598 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds… argument
/php-src/ext/date/
H A Dphp_date_arginfo.h11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
16 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
40 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
49 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
151 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
212 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
223 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
286 ZEND_ARG_TYPE_MASK(0, timestamp, MAY_BE_LONG|MAY_BE_DOUBLE, NULL)
334 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
[all …]

Completed in 41 milliseconds

1234567