Home
last modified time | relevance | path

Searched refs:timestamp (Results 26 – 50 of 167) sorted by relevance

1234567

/php-src/ext/date/tests/
H A Dgmdate_variation4.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
13 var_dump( gmdate('D', $timestamp) );
17 var_dump( gmdate('l', $timestamp) );
21 var_dump( gmdate('S', $timestamp) );
H A DcreateFromTimestamp.phpt204 …amp(%f): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
205 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
206 …amp(%f): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
207 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
208 …mp(NAN): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
209 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
210 …mp(INF): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
211 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
212 …p(-INF): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
213 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
H A DcreateFromTimestamp_32bit.phpt121 …3648.5): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
122 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
123 …4671.0): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
124 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
125 …4673.0): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
126 …DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finit…
H A Dgmstrftime_variation8.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
17 // loop through each element of the array for timestamp
22 var_dump( gmstrftime($value, $timestamp) );
H A Dlocaltime_basic.phpt10 $timestamp = 10;
14 var_dump( localtime($timestamp, $associative_array) );
17 var_dump( localtime($timestamp) );
H A Dbug-gh11600.phpt14 $timestamp = strtotime("2023-07-11 {$timeString}");
16 var_dump($pattern, $timeString, $timestamp);
H A Dgmdate_variation3.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
21 // loop through each element of the array for timestamp
26 var_dump( gmdate($value, $timestamp) );
H A Dgmdate_basic.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
13 var_dump( gmdate($format, $timestamp) );
H A Dgmstrftime_variation19.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
18 // loop through each element of the array for timestamp
23 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation19.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
18 // loop through each element of the array for timestamp
23 var_dump( strftime($value, $timestamp) );
H A Dgmstrftime_variation9.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
18 // loop through each element of the array for timestamp
23 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation9.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
18 // loop through each element of the array for timestamp
23 var_dump( strftime($value, $timestamp) );
H A Dgmdate_variation5.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
13 var_dump( gmdate('W', $timestamp) );
H A Dgmstrftime_variation10.phpt14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
24 // loop through each element of the array for timestamp
29 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation20.phpt14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
24 // loop through each element of the array for timestamp
29 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation22.phpt17 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
29 // loop through each element of the array for timestamp
33 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation4.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
17 // loop through each element of the array for timestamp
22 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation10.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
24 // loop through each element of the array for timestamp
29 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation20.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
24 // loop through each element of the array for timestamp
29 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation22.phpt20 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
29 // loop through each element of the array for timestamp
33 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation4.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
18 // loop through each element of the array for timestamp
23 var_dump( strftime($value, $timestamp) );
/php-src/ext/date/
H A Dphp_date.stub.php104 function date(string $format, ?int $timestamp = null): string {} argument
106 function idate(string $format, ?int $timestamp = null): int|false {} argument
109 function gmdate(string $format, ?int $timestamp = null): string {} argument
125 function strftime(string $format, ?int $timestamp = null): string|false {} argument
131 function gmstrftime(string $format, ?int $timestamp = null): string|false {} argument
145 function getdate(?int $timestamp = null): array {} argument
207 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {} argument
266 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING, argument
275 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING, argument
441 public function setTimestamp(int $timestamp): DateTime {} argument
[all …]
/php-src/ext/mysqli/tests/bind_insert/
H A Ddatetime_types.phpt19 /* 14 Too big precision for timestamp */
25 c3 timestamp,
28 c6 timestamp,
29 c7 timestamp
/php-src/ext/opcache/
H A Dzend_accelerator_debug.c33 time_t timestamp; in zend_accel_error_va_args() local
39 timestamp = time(NULL); in zend_accel_error_va_args()
40 time_string = asctime(localtime(&timestamp)); in zend_accel_error_va_args()
/php-src/ext/mysqli/tests/bind_fetch/
H A Ddatetime_types.phpt24 c3 timestamp,
27 c6 timestamp(4),
28 c7 timestamp(6)

Completed in 25 milliseconds

1234567