Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/date/tests/
H A Dgetdate_basic.phpt5 /* Prototype : array getdate([int timestamp])
16 $timestamp = 10;
19 var_dump( getdate($timestamp) );
H A Dgmstrftime_variation12.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
27 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_variation12.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
27 var_dump( strftime($format, $timestamp) );
H A Dgmstrftime_variation18.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
27 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_variation18.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
27 var_dump( strftime($format, $timestamp) );
H A Dgetdate_variation2.phpt2 Test getdate() function : usage variation - Passing octal timestamp values
5 /* Prototype : array getdate([int timestamp])
25 // loop through each element of the array for timestamp
H A Dgetdate_variation3.phpt2 Test getdate() function : usage variation - Passing hexadcimal timestamp values
5 /* Prototype : array getdate([int timestamp])
25 // loop through each element of the array for timestamp
H A Dgmdate_variation13.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
14 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
34 var_dump( gmdate($value, $timestamp) );
H A Dgmdate_variation9.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
34 var_dump( gmdate($value, $timestamp) );
H A Dtimestamp-in-dst.phpt2 Format timestamp in DST test
H A Dbug37368.phpt2 Bug #37368 (Incorrect timestamp returned for strtotime()).
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 Didate_variation5.phpt5 /* Prototype : int idate(string format [, int timestamp])
29 // loop through each element of the array for timestamp
H A Dgetdate_variation6.phpt5 /* Prototype : array getdate([int timestamp])
22 // loop through each element of the array for timestamp
H A Dgetdate_variation5.phpt2 …st getdate() function : usage variation - Verifyig with different timezones on Unix epoch timestamp
5 /* Prototype : array getdate([int timestamp])
31 // loop through each element of the array for timestamp
H A Didate_variation4.phpt5 /* Prototype : int idate(string format [, int timestamp])
30 // loop through each element of the array for timestamp
H A Dbug60236.phpt2 Bug #60236 (TLA timezone dates are not converted properly from timestamp)
/PHP-7.4/ext/pgsql/tests/
H A D80_bug39971.phpt2 Bug #39971 (8.0+) (pg_insert/pg_update do not allow now() to be used for timestamp fields)
17 pg_query("CREATE TABLE php_test (id SERIAL, tm timestamp NOT NULL)");
/PHP-7.4/ext/oci8/tests/
H A Dbug42173.phpt30 timestamp'1999-01-03 10:00:00.123',
31 timestamp'1999-01-04 10:00:00.123456',
32 timestamp'1999-01-05 10:00:00.123456+1:0',
33 timestamp'1999-01-06 10:00:00.123456-1:0',
34 timestamp'1999-01-06 10:00:00.123456-1:0',
/PHP-7.4/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
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug72498.phpt14 Warning: variant_date_from_timestamp(): Invalid timestamp %d in %sbug72498.php on line %d
/PHP-7.4/ext/openssl/tests/
H A Dcve-2013-6420.phpt13 %s openssl_x509_parse(): illegal length in timestamp in %s%ecve-2013-6420.php on line 3
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_parse.c40 UDate timestamp =0; in internal_parse_to_timestamp() local
48timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA… in internal_parse_to_timestamp()
56 result = (double)timestamp / U_MILLIS_PER_SECOND; in internal_parse_to_timestamp()
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug75402.phpt28 "insert_datetime" timestamp(3) NOT NULL,
29 "begin_datetime" timestamp(3),
30 "end_datetime" timestamp(3),

Completed in 25 milliseconds

1234567