Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.stub.php104 function date(string $format, ?int $timestamp = null): string {}
106 function idate(string $format, ?int $timestamp = null): int|false {}
109 function gmdate(string $format, ?int $timestamp = null): string {}
125 function strftime(string $format, ?int $timestamp = null): string|false {}
131 function gmstrftime(string $format, ?int $timestamp = null): string|false {}
145 function getdate(?int $timestamp = null): array {}
207 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {}
266 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING,
275 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING,
441 public function setTimestamp(int $timestamp): DateTime {}
[all …]
H A Dphp_date.c1258 zend_long timestamp; in php_strftime() local
1382 zend_long timestamp; in PHP_FUNCTION() local
1438 zend_long timestamp; in PHP_FUNCTION() local
3812 static void php_date_timestamp_set(zval *object, zend_long timestamp, zval *return_value) /* {{{ */ in php_date_timestamp_set()
3827 zend_long timestamp; in PHP_FUNCTION() local
3843 zend_long timestamp; in PHP_METHOD() local
3926 zend_long timestamp; in PHP_FUNCTION() local
/php-src/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-src/ext/intl/calendar/
H A Dcalendar.stub.php109 public function fieldDifference(float $timestamp, int $field): int|false {}
302 public function isWeekend(?float $timestamp = null): bool {}
355 public function setTime(float $timestamp): bool {}
392 public function setGregorianChange(float $timestamp): bool {}
/php-src/ext/opcache/
H A Dzend_accelerator_debug.c33 time_t timestamp; in zend_accel_error_va_args() local
H A DZendAccelerator.h123 accel_time_t timestamp; /* the script modification time */ member
H A Dzend_file_cache.c198 accel_time_t timestamp; member
H A DZendAccelerator.c1733 accel_time_t timestamp = 0; in opcache_compile_file() local
/php-src/ext/zip/
H A Dphp_zip.stub.php647 public function setPassword(#[\SensitiveParameter] string $password): bool {}
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php134 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {}
/php-src/ext/phar/
H A Dpharzip.h25 char timestamp[2]; /* last mod file time 2 bytes */ member
162 char timestamp[2]; /* last mod file time 2 bytes */ member
H A Dphar_internal.h232 uint32_t timestamp; member
/php-src/ext/calendar/
H A Dcalendar.stub.php157 function unixtojd(?int $timestamp = null): int|false {}
/php-src/ext/intl/
H A Dphp_intl.stub.php193 function intlcal_set_time(IntlCalendar $calendar, float $timestamp): bool {}
212 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false …
250 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {}
285 function intlgregcal_set_gregorian_change(IntlGregorianCalendar $calendar, float $timestamp): bool …
598 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
/php-src/ext/date/lib/
H A Dastro.c223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c487 ISC_TIMESTAMP timestamp = php_get_isc_timestamp_from_sqldata(var->sqldata); in pdo_firebird_stmt_get_col() local
/php-src/ext/com_dotnet/
H A Dcom_extension.stub.php335 function variant_date_from_timestamp(int $timestamp): variant {}
H A Dcom_variant.c965 zend_long timestamp; in PHP_FUNCTION() local
/php-src/main/streams/
H A Dmemory.c189 time_t timestamp = 0; in php_stream_memory_stat() local
/php-src/ext/standard/
H A Dbasic_functions.stub.php1980 function time_sleep_until(float $timestamp): bool {}
2134 function strptime(string $timestamp, string $format): array|false {}
/php-src/ext/soap/
H A Dphp_encoding.c2855 time_t timestamp; in to_xml_datetime_ex() local

Completed in 119 milliseconds