Home
last modified time | relevance | path

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

1234567

/PHP-8.3/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-8.3/ext/calendar/tests/
H A Dunixtojd_error1.phpt23 unixtojd(): Argument #1 ($timestamp) must be greater than or equal to 0
/PHP-8.3/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 Ddate_timestamp_set_nullparam2.phpt17 Deprecated: date_timestamp_set(): Passing null to parameter #2 ($timestamp) of type int is deprecat…
H A Dbug65184.phpt15 /* timestamp has to be some wednesday */
H A Dbug52342.phpt2 Bug #52342 (DateTime setIsoDate results in wrong timestamp)
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
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 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-8.3/ext/oci8/
H A Doci8_dtrace.d31 probe oci8__connect__expiry(void *connection, int is_stub, long idle_expiry, long timestamp);
H A Doci8.c803 time_t timestamp; in php_oci_do_connect_ex() local
911 timestamp = time(NULL); in php_oci_do_connect_ex()
1400 time_t timestamp = time(NULL); in php_oci_connection_release() local
1427 *(connection->next_pingp) = timestamp + OCI_G(ping_interval); in php_oci_connection_release()
1809 time_t timestamp; in php_oci_persistent_helper() local
1812 timestamp = time(NULL); in php_oci_persistent_helper()
1829 if (connection->idle_expiry < timestamp) { in php_oci_persistent_helper()
2270 time_t timestamp = time(NULL); in php_oci_create_session() local
2401 *(connection->next_pingp) = timestamp + OCI_G(ping_interval); in php_oci_create_session()
2498 time_t timestamp = time(NULL); in php_oci_ping_init() local
[all …]
/PHP-8.3/ext/pgsql/tests/
H A Dbug71062.phpt2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
/PHP-8.3/ext/intl/timezone/
H A Dtimezone.stub.php160 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {} argument
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
/PHP-8.3/ext/calendar/
H A Dcalendar.stub.php157 function unixtojd(?int $timestamp = null): int|false {} argument
/PHP-8.3/ext/intl/
H A Dphp_intl.stub.php193 function intlcal_set_time(IntlCalendar $calendar, float $timestamp): bool {} argument
211 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false … argument
249 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {} argument
283 function intlgregcal_set_gregorian_change(IntlGregorianCalendar $calendar, float $timestamp): bool … argument
595 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds… argument

Completed in 63 milliseconds

1234567