/PHP-5.3/ext/date/tests/ |
H A D | date_error.phpt | 5 /* 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 D | gmstrftime_variation17.phpt | 11 /* Prototype : string gmstrftime(string format [, int timestamp]) 20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008); 27 var_dump( gmstrftime($format, $timestamp) );
|
H A D | gmstrftime_variation18.phpt | 11 /* Prototype : string gmstrftime(string format [, int timestamp]) 20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008); 27 var_dump( gmstrftime($format, $timestamp) );
|
H A D | idate_error.phpt | 5 /* 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 D | strftime_variation17.phpt | 11 /* Prototype : string strftime(string format [, int timestamp]) 22 $timestamp = mktime(8, 8, 8, 8, 8, 2008); 27 var_dump( strftime($format, $timestamp) );
|
H A D | strftime_variation18.phpt | 11 /* Prototype : string strftime(string format [, int timestamp]) 22 $timestamp = mktime(8, 8, 8, 8, 8, 2008); 27 var_dump( strftime($format, $timestamp) );
|
H A D | gmdate_error.phpt | 5 /* 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 D | gmstrftime_error.phpt | 5 /* 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 D | getdate_variation2.phpt | 2 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 D | getdate_variation3.phpt | 2 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 D | gmdate_variation13.phpt | 5 /* Prototype : string gmdate(string format [, long timestamp]) 14 $timestamp = mktime(8, 8, 8, 8, 8, 2008); 34 var_dump( gmdate($value, $timestamp) );
|
H A D | gmdate_variation9.phpt | 5 /* Prototype : string gmdate(string format [, long timestamp]) 15 $timestamp = mktime(8, 8, 8, 8, 8, 2008); 34 var_dump( gmdate($value, $timestamp) );
|
H A D | date_variation2.phpt | 2 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 D | idate_variation5.phpt | 5 /* Prototype : int idate(string format [, int timestamp]) 29 // loop through each element of the array for timestamp
|
H A D | bug37368.phpt | 2 Bug #37368 (Incorrect timestamp returned for strtotime()).
|
H A D | getdate_variation6.phpt | 5 /* Prototype : array getdate([int timestamp]) 22 // loop through each element of the array for timestamp
|
H A D | getdate_variation5.phpt | 2 … 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 D | bug43527.phpt | 2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
|
H A D | timestamp-in-dst.phpt | 2 Format timestamp in DST test
|
H A D | bug43960.phpt | 2 Bug #43960 (strtotime() returns timestamp in the future when given a bogus string)
|
H A D | idate_variation4.phpt | 5 /* 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 D | bug42173.phpt | 30 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 D | 80_bug39971.phpt | 2 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 D | pharzip.h | 27 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 D | stamp-h.in | 1 timestamp
|