Home
last modified time | relevance | path

Searched refs:timestamp (Results 51 – 75 of 167) sorted by relevance

1234567

/php-src/ext/date/tests/
H A Dgmstrftime_basic.phpt9 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
12 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_basic.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
13 var_dump( strftime($format, $timestamp) );
H A Dstrftime_variation8.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
15 var_dump( strftime($format, $timestamp) );
H A Dgmstrftime_variation15.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
19 // loop through each element of the array for timestamp
24 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation21.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
19 // loop through each element of the array for timestamp
24 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation5.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 Dgmstrftime_variation7.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
19 // loop through each element of the array for timestamp
24 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation15.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 // loop through each element of the array for timestamp
24 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation21.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 // loop through each element of the array for timestamp
24 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation5.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
20 // loop through each element of the array for timestamp
25 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation7.phpt10 $timestamp = mktime(18, 8, 8, 8, 8, 2008);
20 // loop through each element of the array for timestamp
25 var_dump( strftime($value, $timestamp) );
H A Dgmstrftime_variation11.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
15 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_variation11.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
15 var_dump( strftime($format, $timestamp) );
H A Dgmstrftime_variation13.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
20 // loop through each element of the array for timestamp
25 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation16.phpt14 $timestamp = gmmktime(14, 8, 8, 8, 8, 2008);
25 // loop through each element of the array for timestamp
30 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation3.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
18 // loop through each element of the array for timestamp
23 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation13.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
20 // loop through each element of the array for timestamp
25 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation16.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
25 // loop through each element of the array for timestamp
30 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation3.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
18 // loop through each element of the array for timestamp
23 var_dump( strftime($value, $timestamp) );
H A Dgetdate_basic.phpt11 $timestamp = 10;
14 var_dump( getdate($timestamp) );
H A Dgmstrftime_variation17.phpt8 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
15 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_variation17.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
15 var_dump( strftime($format, $timestamp) );
H A Dgmstrftime_variation14.phpt14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
26 // loop through each element of the array for timestamp
31 var_dump( gmstrftime($value, $timestamp) );
/php-src/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($dbh, "CREATE TABLE {$table_name} (id SERIAL, tm timestamp NOT NULL)");
/php-src/ext/phar/tests/zip/
H A Dgh10766.phpt15 // to use their timestamp methods.
18 var_dump($zip->statName('name')['mtime'] > 315529200 /* earliest possible zip timestamp */);

Completed in 21 milliseconds

1234567