Home
last modified time | relevance | path

Searched refs:timestamp (Results 26 – 50 of 197) sorted by relevance

12345678

/PHP-5.3/ext/date/tests/
H A Dgmdate_variation8.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
23 var_dump( gmdate('L', $timestamp) );
27 var_dump( gmdate('o', $timestamp) );
31 var_dump( gmdate('Y', $timestamp) );
35 var_dump( gmdate('y', $timestamp) );
H A Dgmstrftime_variation8.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
23 // loop through each element of the array for timestamp
28 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation4.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
23 // loop through each element of the array for timestamp
28 var_dump( gmstrftime($value, $timestamp) );
H A Dgmdate_basic.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 var_dump( gmdate($format, $timestamp) );
H A Dgmstrftime_variation19.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation19.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation20.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation4.phpt5 /* Prototype : string strftime(string format [, int timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
24 // loop through each element of the array for timestamp
29 var_dump( strftime($value, $timestamp) );
H A Dgmstrftime_variation20.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation10.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation9.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( gmstrftime($value, $timestamp) );
H A Dlocaltime_basic.phpt5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
17 $timestamp = 10;
21 var_dump( localtime($timestamp, $associative_array) );
24 var_dump( localtime($timestamp) );
H A Dgmdate_variation3.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
27 // loop through each element of the array for timestamp
32 var_dump( gmdate($value, $timestamp) );
H A Dstrftime_variation10.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation9.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
30 // loop through each element of the array for timestamp
35 var_dump( strftime($value, $timestamp) );
H A Dgmdate_variation5.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 var_dump( gmdate('W', $timestamp) );
H A Dgmstrftime_basic.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
15 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
18 var_dump( gmstrftime($format, $timestamp) );
H A Dstrftime_basic.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 var_dump( strftime($format, $timestamp) );
H A Dgmstrftime_variation13.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
32 // loop through each element of the array for timestamp
37 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation14.phpt11 /* Prototype : string gmstrftime(string format [, int timestamp])
20 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
32 // loop through each element of the array for timestamp
37 var_dump( gmstrftime($value, $timestamp) );
H A Dgmstrftime_variation5.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
27 // loop through each element of the array for timestamp
32 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation13.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
32 // loop through each element of the array for timestamp
37 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation21.phpt11 /* Prototype : string strftime(string format [, int timestamp])
22 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
31 // loop through each element of the array for timestamp
36 var_dump( strftime($value, $timestamp) );
/PHP-5.3/ext/intl/tests/
H A Ddateformat_get_set_pattern.phpt33 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
44 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
61 Result of formatting timestamp=0 is :
66 Result of formatting timestamp=0 with the new pattern is :
72 Result of formatting timestamp=0 with the new pattern is :
78 Result of formatting timestamp=0 with the new pattern is :
84 Result of formatting timestamp=0 with the new pattern is :
H A Ddateformat_get_set_pattern2.phpt33 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
44 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
61 Result of formatting timestamp=0 is :
66 Result of formatting timestamp=0 with the new pattern is :
72 Result of formatting timestamp=0 with the new pattern is :
78 Result of formatting timestamp=0 with the new pattern is :
84 Result of formatting timestamp=0 with the new pattern is :

Completed in 32 milliseconds

12345678