Home
last modified time | relevance | path

Searched refs:timestamp (Results 76 – 100 of 167) sorted by relevance

1234567

/php-src/ext/date/tests/
H A Dstrftime_variation14.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
26 // loop through each element of the array for timestamp
31 var_dump( strftime($value, $timestamp) );
H A Dgmstrftime_variation12.phpt14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
21 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_variation12.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
21 var_dump( strftime($format, $timestamp) );
H A Dgmstrftime_variation18.phpt14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
21 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_variation18.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
21 var_dump( strftime($format, $timestamp) );
H A Dgmstrftime_variation6.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
21 // loop through each element of the array for timestamp
26 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation6.phpt10 $timestamp = mktime(18, 8, 8, 8, 8, 2008);
22 // loop through each element of the array for timestamp
27 var_dump( strftime($value, $timestamp) );
H A Dtimestamp-in-dst.phpt2 Format timestamp in DST test
H A Dgetdate_variation2.phpt2 Test getdate() function : usage variation - Passing octal timestamp values
19 // loop through each element of the array for timestamp
H A Dbug37368.phpt2 Bug #37368 (Incorrect timestamp returned for strtotime()).
H A Dgetdate_variation3.phpt2 Test getdate() function : usage variation - Passing hexadcimal timestamp values
19 // loop through each element of the array for timestamp
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
H A Dbug43960.phpt2 Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
H A Dbug69806.phpt2 Bug #69806 (Incorrect date from timestamp)
H A Dgmdate_variation13.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
29 var_dump( gmdate($value, $timestamp) );
H A Dgmdate_variation9.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
28 var_dump( gmdate($value, $timestamp) );
H A Dbug60236.phpt2 Bug #60236 (TLA timezone dates are not converted properly from timestamp)
/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
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php109 public function fieldDifference(float $timestamp, int $field): int|false {} argument
302 public function isWeekend(?float $timestamp = null): bool {} argument
355 public function setTime(float $timestamp): bool {} argument
392 public function setGregorianChange(float $timestamp): bool {} argument
/php-src/ext/com_dotnet/tests/
H A Dbug72498.phpt17 variant_date_from_timestamp(): Argument #1 ($timestamp) must not go past 23:59:59, December 31, 300…
/php-src/ext/openssl/tests/
H A Dcve-2013-6420.phpt13 Warning: openssl_x509_parse(): Illegal length in timestamp in %s on line 3
/php-src/ext/intl/dateformat/
H A Ddateformat_parse.c37 UDate timestamp =0; in internal_parse_to_timestamp() local
45timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA… in internal_parse_to_timestamp()
53 result = (double)timestamp / U_MILLIS_PER_SECOND; in internal_parse_to_timestamp()
/php-src/ext/date/lib/
H A Dastro.c223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
243 timestamp = t_utc->sse; in timelib_astro_rise_set_altitude()
244 d = timelib_ts_to_j2000(timestamp) + 2 - lon/360.0; in timelib_astro_rise_set_altitude()
/php-src/ext/pdo_pgsql/tests/
H A Dbug75402.phpt29 "insert_datetime" timestamp(3) NOT NULL,
30 "begin_datetime" timestamp(3),
31 "end_datetime" timestamp(3),
/php-src/Zend/tests/
H A Dgh12366.phpt11 // Update timestamp and use opcache.file_update_protection=1 to prevent included file from being pe…

Completed in 42 milliseconds

1234567