Home
last modified time | relevance | path

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

12345678

/PHP-5.3/ext/date/tests/
H A Ddate_error.phpt5 /* Prototype : string date ( string $format [, int $timestamp ] )
16 $timestamp = mktime(10, 44, 30, 2, 27, 2009);
23 var_dump (checkdate($format, $timestamp, $extra_arg));
H A Dgmstrftime_variation17.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 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 Didate_error.phpt5 /* Prototype : int idate(string format [, int timestamp])
18 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
20 var_dump( idate($format, $timestamp, $extra_arg) );
H A Dstrftime_variation17.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 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 Dgmdate_error.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
25 var_dump( gmdate($format, $timestamp, $extra_arg) );
H A Dgmstrftime_error.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
22 var_dump( gmstrftime($format, $timestamp, $extra_arg) );
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 Ddate_variation2.phpt2 Test date() function : usage variation - Passing unexpected values to second argument $timestamp.
5 /* Prototype : string date ( string $format [, int $timestamp ] )
10 echo "*** Testing date() : usage variation - unexpected values to second argument \$timestamp***\n…
99 foreach($inputs as $variation =>$timestamp) {
101 var_dump( date($format, $timestamp) );
110 *** Testing date() : usage variation - unexpected values to second argument $timestamp***
H A Didate_variation5.phpt5 /* Prototype : int idate(string format [, int timestamp])
29 // loop through each element of the array for timestamp
H A Dbug37368.phpt2 Bug #37368 (Incorrect timestamp returned for strtotime()).
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 … 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 Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
H A Dtimestamp-in-dst.phpt2 Format timestamp in DST test
H A Dbug43960.phpt2 Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
H A Didate_variation4.phpt5 /* Prototype : int idate(string format [, int timestamp])
30 // loop through each element of the array for timestamp
/PHP-5.3/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-5.3/ext/pgsql/tests/
H A D80_bug39971.phpt2 Bug #39971 (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-5.3/ext/phar/
H A Dpharzip.h27 char timestamp[2]; /* last mod file time 2 bytes */ member
157 char timestamp[2]; /* last mod file time 2 bytes */ member
/PHP-5.3/
H A Dstamp-h.in1 timestamp

Completed in 31 milliseconds

12345678