Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 23 of 23) sorted by relevance

/PHP-8.1/ext/date/
H A Dphp_date.stub.php8 function date(string $format, ?int $timestamp = null): string {}
10 function idate(string $format, ?int $timestamp = null): int|false {}
13 function gmdate(string $format, ?int $timestamp = null): string {}
29 function strftime(string $format, ?int $timestamp = null): string|false {}
35 function gmstrftime(string $format, ?int $timestamp = null): string|false {}
49 function getdate(?int $timestamp = null): array {}
111 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {}
170 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING,
179 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING,
302 public function setTimestamp(int $timestamp): DateTime {}
[all …]
H A Dphp_date.c1194 zend_long timestamp; in php_strftime() local
1318 zend_long timestamp; in PHP_FUNCTION() local
1374 zend_long timestamp; in PHP_FUNCTION() local
3359 static void php_date_timestamp_set(zval *object, zend_long timestamp, zval *return_value) /* {{{ */ in php_date_timestamp_set()
3374 zend_long timestamp; in PHP_FUNCTION() local
3390 zend_long timestamp; in PHP_METHOD() local
3409 zend_long timestamp; in PHP_FUNCTION() local
/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php26 public function fieldDifference(float $timestamp, int $field): int|false {}
219 public function isWeekend(?float $timestamp = null): bool {}
268 public function setTime(float $timestamp): bool {}
300 public function setGregorianChange(float $timestamp): bool {}
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_format.c31 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value) in internal_format()
143 UDate timestamp = 0; in PHP_FUNCTION() local
H A Ddateformat_parse.c37 UDate timestamp =0; in internal_parse_to_timestamp() local
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_debug.c33 time_t timestamp; in zend_accel_error_va_args() local
H A DZendAccelerator.h116 accel_time_t timestamp; /* the script modification time */ member
H A Dzend_file_cache.c197 accel_time_t timestamp; member
H A DZendAccelerator.c1721 accel_time_t timestamp = 0; in opcache_compile_file() local
/PHP-8.1/ext/oci8/
H A Doci8.c925 time_t timestamp; in php_oci_do_connect_ex() local
1533 time_t timestamp = time(NULL); in php_oci_connection_release() local
1956 time_t timestamp; in php_oci_persistent_helper() local
2430 time_t timestamp = time(NULL); in php_oci_create_session() local
2660 time_t timestamp = time(NULL); in php_oci_ping_init() local
/PHP-8.1/ext/intl/timezone/
H A Dtimezone.stub.php101 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {}
/PHP-8.1/ext/calendar/
H A Dcalendar.stub.php47 function unixtojd(?int $timestamp = null): int|false {}
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php135 public function setMtimeIndex(int $index, int $timestamp, int $flags = 0): bool {}
138 public function setMtimeName(string $name, int $timestamp, int $flags = 0): bool {}
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php28 function intlcal_set_time(IntlCalendar $calendar, float $timestamp): bool {}
46 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false …
84 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {}
118 function intlgregcal_set_gregorian_change(IntlGregorianCalendar $calendar, float $timestamp): bool …
430 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
/PHP-8.1/ext/phar/
H A Dpharzip.h25 char timestamp[2]; /* last mod file time 2 bytes */ member
155 char timestamp[2]; /* last mod file time 2 bytes */ member
H A Dphar_internal.h232 uint32_t timestamp; member
/PHP-8.1/ext/date/lib/
H A Dastro.c223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
/PHP-8.1/ext/com_dotnet/
H A Dcom_extension.stub.php49 function variant_date_from_timestamp(int $timestamp): variant {}
H A Dcom_variant.c955 zend_long timestamp; in PHP_FUNCTION() local
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c480 ISC_TIMESTAMP timestamp = get_isc_timestamp_from_sqldata(var->sqldata); in firebird_stmt_get_col() local
/PHP-8.1/main/streams/
H A Dmemory.c186 time_t timestamp = 0; in php_stream_memory_stat() local
/PHP-8.1/ext/soap/
H A Dphp_encoding.c2835 time_t timestamp; in to_xml_datetime_ex() local
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php384 function time_sleep_until(float $timestamp): bool {}
535 function strptime(string $timestamp, string $format): array|false {}

Completed in 116 milliseconds