Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 197) sorted by relevance

12345678

/PHP-5.3/ext/intl/tests/
H A Ddateformat_format_parse.phpt143 Input timestamp is : 0
148 Parsed timestamp is : 0
151 Parsed timestamp is : 0
154 Parsed timestamp is : 0
227 Input timestamp is : 3600
232 Parsed timestamp is : 3600
235 Parsed timestamp is : 3600
238 Parsed timestamp is : 3600
241 Input timestamp is : -3600
246 Parsed timestamp is : -3600
[all …]
H A Ddateformat_format.phpt153 Input timestamp is : 0
163 Formatted timestamp is : 12/31/69 2:00 PM
168 Input timestamp is : -1200000
183 Input timestamp is : 1200000
198 Input timestamp is : 2200000000
208 Formatted timestamp is : 9/18/39 1:06 PM
213 Input timestamp is : -2200000000
223 Formatted timestamp is : 4/14/00 2:53 PM
228 Input timestamp is : 90099999
243 Input timestamp is : 3600
[all …]
H A Ddateformat_set_timezone_id.phpt39 $res_str .= "\nFormatting timestamp=0 resulted in $formatted";
41 $res_str .= "\nFormatting timestamp=3600 resulted in $formatted";
60 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 7:00:00 PM Eastern Standard Time
61 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 8:00:00 PM Eastern Standard Time
65 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 4:00:00 PM Pacific Standard Time
66 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 5:00:00 PM Pacific Standard Time
70 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 6:00:00 PM Central Standard Time
71 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 7:00:00 PM Central Standard Time
75 Formatting timestamp=0 resulted in Thursday, January 1, 1970 12:00:00 AM GMT+00:00
76 Formatting timestamp=3600 resulted in Thursday, January 1, 1970 1:00:00 AM GMT+00:00
H A Ddateformat_set_timezone_id2.phpt39 $res_str .= "\nFormatting timestamp=0 resulted in $formatted";
41 $res_str .= "\nFormatting timestamp=3600 resulted in $formatted";
60 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 7:00:00 PM Eastern Standard Time
61 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 8:00:00 PM Eastern Standard Time
65 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 4:00:00 PM Pacific Standard Time
66 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 5:00:00 PM Pacific Standard Time
70 Formatting timestamp=0 resulted in Wednesday, December 31, 1969 6:00:00 PM Central Standard Time
71 Formatting timestamp=3600 resulted in Wednesday, December 31, 1969 7:00:00 PM Central Standard Time
75 Formatting timestamp=0 resulted in Thursday, January 1, 1970 12:00:00 AM GMT
76 Formatting timestamp=3600 resulted in Thursday, January 1, 1970 1:00:00 AM GMT
H A Ddateformat_clone.phpt18 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
24 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
26 $res_str .= "\nResult of clone formatting timestamp=0 is : \n$formatted";
32 Result of formatting timestamp=0 is :
34 Result of formatting timestamp=0 is :
36 Result of clone formatting timestamp=0 is :
H A Ddateformat_clone2.phpt18 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
24 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
26 $res_str .= "\nResult of clone formatting timestamp=0 is : \n$formatted";
32 Result of formatting timestamp=0 is :
34 Result of formatting timestamp=0 is :
36 Result of clone formatting timestamp=0 is :
/PHP-5.3/ext/date/tests/
H A Dgmdate_variation12.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
16 $timestamp = mktime(20, 45, 54, 12, 13, 1901);
18 var_dump( gmdate(DATE_ISO8601, $timestamp) );
20 $timestamp = mktime(20, 45, 50, 12, 13, 1901);
22 var_dump( gmdate(DATE_ISO8601, $timestamp) );
25 $timestamp = mktime(03, 14, 07, 1, 19, 2038);
26 var_dump( gmdate(DATE_ISO8601, $timestamp) );
29 $timestamp = mktime(03, 14, 10, 1, 19, 2038);
30 var_dump( gmdate(DATE_ISO8601, $timestamp) );
37 -- Testing gmdate\(\) function with minimum range of timestamp --
[all …]
H A Dgmdate_variation14.phpt2 …gmdate() function : usage variation - Passing high positive and negetive float values to timestamp.
5 /* Prototype : string gmdate(string format [, long timestamp])
16 echo "\n-- Testing gmdate() function with float 12.3456789000e10 to timestamp --\n";
17 $timestamp = 12.3456789000e10;
18 var_dump( gmdate($format, $timestamp) );
20 echo "\n-- Testing gmdate() function with float -12.3456789000e10 to timestamp --\n";
21 $timestamp = -12.3456789000e10;
22 var_dump( gmdate($format, $timestamp) );
29 -- Testing gmdate\(\) function with float 12.3456789000e10 to timestamp --
32 -- Testing gmdate\(\) function with float -12.3456789000e10 to timestamp --
H A Didate_variation3.phpt2 …date() function : usage variation - Passing higher positive and negetive float values to timestamp.
5 /* Prototype : int idate(string format [, int timestamp])
17 echo "\n-- Testing idate() function with float 12.3456789000e10 to timestamp --\n";
18 $timestamp = 12.3456789000e10;
19 var_dump( idate($format, $timestamp) );
21 echo "\n-- Testing idate() function with float -12.3456789000e10 to timestamp --\n";
22 $timestamp = -12.3456789000e10;
23 var_dump( idate($format, $timestamp) );
30 -- Testing idate\(\) function with float 12.3456789000e10 to timestamp --
33 -- Testing idate\(\) function with float -12.3456789000e10 to timestamp --
H A Ddate_basic1.phpt5 /* Prototype : string date ( string $format [, int $timestamp ] )
15 $timestamp = mktime(10, 44, 30, 2, 27, 2009);
17 var_dump( date("F j, Y, g:i a", $timestamp) );
18 var_dump( date("m.d.y", $timestamp) );
19 var_dump( date("j, n, Y", $timestamp) );
20 var_dump( date("Ymd", $timestamp) );
21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
22 var_dump( date('\i\t \i\s \t\h\e jS \d\a\y.', $timestamp) );
23 var_dump( date("D M j G:i:s T Y", $timestamp) );
24 var_dump( date('H:m:s \m \i\s\ \m\o\n\t\h', $timestamp) );
[all …]
H A Dstrftime_variation23.phpt2 …time() function : usage variation - Checking large positive and negative float values to timestamp.
5 /* Prototype : string strftime(string format [, int timestamp])
18 echo "\n-- Testing strftime() function with float 12.3456789000e10 to timestamp --\n";
19 $timestamp = 12.3456789000e10;
20 var_dump( strftime($format, $timestamp) );
22 echo "\n-- Testing strftime() function with float -12.3456789000e10 to timestamp --\n";
23 $timestamp = -12.3456789000e10;
24 var_dump( strftime($format, $timestamp) );
31 -- Testing strftime\(\) function with float 12.3456789000e10 to timestamp --
34 -- Testing strftime\(\) function with float -12.3456789000e10 to timestamp --
H A Dlocaltime_variation3.phpt5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
18 echo "\n-- Testing localtime() function with 'float 12.3456789000e10' to timestamp --\n";
19 $timestamp = 12.3456789000e10;
20 var_dump( localtime($timestamp) );
21 var_dump( localtime($timestamp, $is_associative) );
23 echo "\n-- Testing localtime() function with 'float -12.3456789000e10' to timestamp --\n";
24 $timestamp = -12.3456789000e10;
25 var_dump( localtime($timestamp) );
26 var_dump( localtime($timestamp, $is_associative) );
33 -- Testing localtime\(\) function with 'float 12.3456789000e10' to timestamp --
[all …]
H A Dgetdate_variation7.phpt2 …etdate() function : usage variation - Passing high positive and negative float values to timestamp.
5 /* Prototype : array getdate([int timestamp])
14 echo "\n-- Testing getdate() function by passing float 12.3456789000e10 value to timestamp --\n";
15 $timestamp = 12.3456789000e10;
16 var_dump( getdate($timestamp) );
18 echo "\n-- Testing getdate() function by passing float -12.3456789000e10 value to timestamp --\n";
19 $timestamp = -12.3456789000e10;
20 var_dump( getdate($timestamp) );
27 -- Testing getdate\(\) function by passing float 12.3456789000e10 value to timestamp --
53 -- Testing getdate\(\) function by passing float -12.3456789000e10 value to timestamp --
H A Dgmdate_variation10.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 var_dump( gmdate('e', $timestamp) );
23 var_dump( gmdate('I', $timestamp) );
27 var_dump( gmdate('O', $timestamp) );
31 var_dump( gmdate('P', $timestamp) );
35 var_dump( gmdate('T', $timestamp) );
39 var_dump( gmdate('T', $timestamp) );
H A Didate_variation6.phpt5 /* Prototype : int idate(string format [, int timestamp])
18 $timestamp = mktime(8, 8, 8, 8, 8, 1970);
19 var_dump( idate($format, $timestamp) );
22 $timestamp = mktime(8, 8, 8, 8, 8, 2001);
23 var_dump( idate($format, $timestamp) );
H A Dgmdate_variation6.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 var_dump( gmdate('F', $timestamp) );
23 var_dump( gmdate('m', $timestamp) );
27 var_dump( gmdate('M', $timestamp) );
31 var_dump( gmdate('n', $timestamp) );
35 var_dump( gmdate('t', $timestamp) );
H A Dgmdate_variation11.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 var_dump( gmdate('c', $timestamp) );
23 var_dump( gmdate('r', $timestamp) );
27 var_dump( gmdate('U', $timestamp) );
H A Dgmdate_variation4.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
19 var_dump( gmdate('D', $timestamp) );
23 var_dump( gmdate('l', $timestamp) );
27 var_dump( gmdate('S', $timestamp) );
H A Dgmdate_variation7.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) );
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug35142.phpt10 $timestamp = "2005-11-08T11:22:07+03:00";
41 $logOnEvent = new LogOnEvent(34567, $timestamp);
42 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
50 public $timestamp;
56 $this->timestamp = $timestamp;
64 public $timestamp;
66 function __construct($audienceMemberId, $timestamp) {
68 $this->timestamp = $timestamp;
107 ["timestamp"]=>
116 ["timestamp"]=>
[all …]
H A Dbug36226.phpt10 $timestamp = "2005-11-08T11:22:07+03:00";
42 $logOnEvent = new LogOnEvent(34567, $timestamp);
43 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
51 public $timestamp;
57 $this->timestamp = $timestamp;
65 public $timestamp;
67 function __construct($audienceMemberId, $timestamp) {
69 $this->timestamp = $timestamp;
110 ["timestamp"]=>
120 ["timestamp"]=>
[all …]
H A Dbug36226-2.phpt9 $timestamp = "2005-11-08T11:22:07+03:00";
46 $logOffEvents[] = new LogOffEvent(34567, $timestamp, "Smoked");
47 //$logOffEvents[] = new LogOffEvent(34568, $timestamp, "SmokeFree");
53 public $timestamp;
57 function __construct($audienceMemberId, $timestamp, $smokeStatus) {
59 $this->timestamp = $timestamp;
67 public $timestamp;
69 function __construct($audienceMemberId, $timestamp) {
71 $this->timestamp = $timestamp;
96 …essageId="12345" source="IVR"><ns1:logOffEvent audienceMemberId="34567" timestamp="2005-11-08T11:2…
[all …]
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_format.c35 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value TSRM… in internal_format() argument
40 …resultlengthneeded=udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, NULL, resultlengthneeded, NULL… in internal_format()
45 …udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_E… in internal_format()
127 UDate timestamp =0; in PHP_FUNCTION() local
147 timestamp = p_timestamp * 1000; in PHP_FUNCTION()
152 timestamp = p_timestamp * 1000; in PHP_FUNCTION()
159 timestamp = internal_get_timestamp(dfo, hash_arr TSRMLS_CC); in PHP_FUNCTION()
180 timestamp = p_timestamp*1000; in PHP_FUNCTION()
189 internal_format( dfo, timestamp, return_value TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.3/ext/xmlrpc/tests/
H A Dbug44996.phpt26 [timestamp] => 1000000000
34 [timestamp] => 1000000000
42 [timestamp] => 1000000000
50 [timestamp] => 1000000000
/PHP-5.3/ext/mysqli/tests/
H A D020.phpt23 c3 timestamp(14),
26 c6 timestamp(4),
27 c7 timestamp(6))");
33 c3 timestamp,
36 c6 timestamp,
37 c7 timestamp)");

Completed in 43 milliseconds

12345678