Home
last modified time | relevance | path

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

123456789

/PHP-7.2/ext/xmlrpc/tests/
H A Dbug44996.phpt26 [timestamp] => 1000000000
34 [timestamp] => 1000000000
42 [timestamp] => 1000000000
50 [timestamp] => 1000000000
H A Dbug68027.phpt29 ["timestamp"]=>
36 [timestamp] => %s
42 [timestamp] => %d
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_format.c36 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value) in internal_format() argument
41 …resultlengthneeded=udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, NULL, resultlengthneeded, NULL… in internal_format()
46 …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); 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); in PHP_FUNCTION()
/PHP-7.2/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)");
H A D003.phpt22 c3 timestamp(14),
25 c6 timestamp(4),
26 c7 timestamp(6)) ENGINE=" . $engine);
42 c3 timestamp,
45 c6 timestamp,
46 c7 timestamp) ENGINE=" . $engine);
/PHP-7.2/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 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 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 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) );
/PHP-7.2/ext/intl/tests/
H A Ddateformat_get_set_pattern.phpt32 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
43 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
60 Result of formatting timestamp=0 is :
65 Result of formatting timestamp=0 with the new pattern is :
71 Result of formatting timestamp=0 with the new pattern is :
77 Result of formatting timestamp=0 with the new pattern is :
83 Result of formatting timestamp=0 with the new pattern is :
H A Ddateformat_get_set_pattern2.phpt32 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
43 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
60 Result of formatting timestamp=0 is :
65 Result of formatting timestamp=0 with the new pattern is :
71 Result of formatting timestamp=0 with the new pattern is :
77 Result of formatting timestamp=0 with the new pattern is :
83 Result of formatting timestamp=0 with the new pattern is :
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_debug.c34 time_t timestamp; in zend_accel_error() local
40 timestamp = time(NULL); in zend_accel_error()
41 time_string = asctime(localtime(&timestamp)); in zend_accel_error()

Completed in 31 milliseconds

123456789