Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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()
155 UDate timestamp = 0; in PHP_FUNCTION() local
177 timestamp = internal_get_timestamp(dfo, hash_arr TSRMLS_CC); in PHP_FUNCTION()
180 timestamp = intl_zval_to_millis(zarg, INTL_DATA_ERROR_P(dfo), in PHP_FUNCTION()
187 internal_format( dfo, timestamp, return_value TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/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)");
/PHP-5.5/ext/date/tests/
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) );
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 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_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 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 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 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 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 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) );
/PHP-5.5/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 :
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_debug.c34 time_t timestamp; in zend_accel_error() local
43 timestamp = time(NULL); in zend_accel_error()
44 time_string = asctime(localtime(&timestamp)); in zend_accel_error()

Completed in 28 milliseconds

123456789