/PHP-8.3/ext/date/ |
H A D | php_date.stub.php | 104 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, 434 public function setTimestamp(int $timestamp): DateTime {} [all …]
|
H A D | php_date.c | 1253 zend_long timestamp; in php_strftime() local 1377 zend_long timestamp; in PHP_FUNCTION() local 1433 zend_long timestamp; in PHP_FUNCTION() local 3693 static void php_date_timestamp_set(zval *object, zend_long timestamp, zval *return_value) /* {{{ */ in php_date_timestamp_set() 3708 zend_long timestamp; in PHP_FUNCTION() local 3724 zend_long timestamp; in PHP_METHOD() local 3743 zend_long timestamp; in PHP_FUNCTION() local
|
/PHP-8.3/ext/intl/dateformat/ |
H A D | dateformat_format.c | 31 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 D | dateformat_parse.c | 37 UDate timestamp =0; in internal_parse_to_timestamp() local
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar.stub.php | 226 public function fieldDifference(float $timestamp, int $field): int|false {} 419 public function isWeekend(?float $timestamp = null): bool {} 472 public function setTime(float $timestamp): bool {} 509 public function setGregorianChange(float $timestamp): bool {}
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_debug.c | 33 time_t timestamp; in zend_accel_error_va_args() local
|
H A D | ZendAccelerator.h | 123 accel_time_t timestamp; /* the script modification time */ member
|
H A D | zend_file_cache.c | 198 accel_time_t timestamp; member
|
H A D | ZendAccelerator.c | 1733 accel_time_t timestamp = 0; in opcache_compile_file() local
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.c | 803 time_t timestamp; in php_oci_do_connect_ex() local 1400 time_t timestamp = time(NULL); in php_oci_connection_release() local 1809 time_t timestamp; in php_oci_persistent_helper() local 2270 time_t timestamp = time(NULL); in php_oci_create_session() local 2498 time_t timestamp = time(NULL); in php_oci_ping_init() local
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.stub.php | 647 public function setPassword(#[\SensitiveParameter] string $password): bool {}
|
/PHP-8.3/ext/intl/timezone/ |
H A D | timezone.stub.php | 160 public function getOffset(float $timestamp, bool $local, &$rawOffset, &$dstOffset): bool {}
|
/PHP-8.3/ext/phar/ |
H A D | pharzip.h | 25 char timestamp[2]; /* last mod file time 2 bytes */ member 155 char timestamp[2]; /* last mod file time 2 bytes */ member
|
H A D | phar_internal.h | 232 uint32_t timestamp; member
|
/PHP-8.3/ext/calendar/ |
H A D | calendar.stub.php | 157 function unixtojd(?int $timestamp = null): int|false {}
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.stub.php | 193 function intlcal_set_time(IntlCalendar $calendar, float $timestamp): bool {} 211 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false … 249 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {} 283 function intlgregcal_set_gregorian_change(IntlGregorianCalendar $calendar, float $timestamp): bool … 595 function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, bool $local, &$rawOffset, &$ds…
|
/PHP-8.3/ext/date/lib/ |
H A D | astro.c | 223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
|
/PHP-8.3/ext/pdo_firebird/ |
H A D | firebird_statement.c | 488 ISC_TIMESTAMP timestamp = get_isc_timestamp_from_sqldata(var->sqldata); in firebird_stmt_get_col() local
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_extension.stub.php | 335 function variant_date_from_timestamp(int $timestamp): variant {}
|
H A D | com_variant.c | 966 zend_long timestamp; in PHP_FUNCTION() local
|
/PHP-8.3/main/streams/ |
H A D | memory.c | 190 time_t timestamp = 0; in php_stream_memory_stat() local
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.stub.php | 1952 function time_sleep_until(float $timestamp): bool {} 2106 function strptime(string $timestamp, string $format): array|false {}
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 2907 time_t timestamp; in to_xml_datetime_ex() local
|