Home
last modified time | relevance | path

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

1234567

/PHP-7.4/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 Dbug76386.phpt15 …die(sprintf("skip Server doesn't support fractional seconds in timestamp (%s)", mysqli_get_server_…
27 'ts timestamp default current_timestamp(), ts2 timestamp(2) default ' .
28 'current_timestamp(2), ts2b timestamp(2) default "2018-01-01 03:04:05.06", ' .
29 'ts4 timestamp(4) default current_timestamp(4), ts4b timestamp(4) default ' .
30 '"2018-01-01 03:04:05.0070", ts6 timestamp(6) default current_timestamp(6), ts6b ' .
31 'timestamp(6) default "2018-01-01 03:04:05.008000") character set utf8 collate ' .
/PHP-7.4/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.4/ext/date/tests/
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 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 Dgmstrftime_variation19.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
24 // loop through each element of the array for timestamp
29 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation19.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $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_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 Dgmstrftime_variation9.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
24 // loop through each element of the array for timestamp
29 var_dump( gmstrftime($value, $timestamp) );
H A Dstrftime_variation9.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $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_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_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_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_variation13.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
26 // loop through each element of the array for timestamp
31 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_variation13.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
26 // loop through each element of the array for timestamp
31 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-7.4/ext/intl/tests/
H A Ddateformat_get_set_pattern2.phpt31 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
42 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
59 Result of formatting timestamp=0 is :
64 Result of formatting timestamp=0 with the new pattern is :
70 Result of formatting timestamp=0 with the new pattern is :
76 Result of formatting timestamp=0 with the new pattern is :
82 Result of formatting timestamp=0 with the new pattern is :
/PHP-7.4/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 34 milliseconds

1234567