Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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 Dlocaltime_error.phpt5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
18 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
21 var_dump( localtime($timestamp, $assoc, $extra_arg) );
H A Dgmstrftime_variation11.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_variation11.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_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 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 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 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 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()).
/PHP-5.5/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.5/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.5/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.5/
H A Dstamp-h.in1 timestamp

Completed in 44 milliseconds

123456789