Home
last modified time | relevance | path

Searched refs:localtime (Results 1 – 25 of 29) sorted by relevance

12

/php-src/ext/date/tests/
H A Dlocaltime_basic.phpt2 Test localtime() function : basic functionality
5 echo "*** Testing localtime() : basic functionality ***\n";
13 // Calling localtime() with all possible arguments
14 var_dump( localtime($timestamp, $associative_array) );
16 // Calling localtime() with possible optional arguments
17 var_dump( localtime($timestamp) );
19 // Calling localtime() with mandatory arguments
20 var_dump( localtime() );
24 *** Testing localtime() : basic functionality ***
H A D007.phpt2 localtime() tests
9 var_dump(localtime());
10 var_dump(localtime($t));
11 var_dump(localtime($t, true));
12 var_dump(localtime($t, false));
H A Dlocaltime_variation4.phpt2 Test localtime() function : usage variation - Passing octal values to timestamp.
5 echo "*** Testing localtime() : usage variation ***\n";
21 var_dump( localtime($value) );
22 var_dump( localtime($value, $is_associative) );
27 *** Testing localtime() : usage variation ***
H A Dlocaltime_variation5.phpt2 Test localtime() function : usage variation - Passing hexa decimal values to timestamp.
5 echo "*** Testing localtime() : usage variation ***\n";
21 var_dump( localtime($value) );
22 var_dump( localtime($value, $is_associative) );
27 *** Testing localtime() : usage variation ***
/php-src/ext/calendar/tests/
H A Dunixtojd.phpt25 // -easter_date() calls mktime() and localtime()
26 // -whereas unixtojd(1000000000) calls localtime(1000000000)
30 // -this incorrect localtime is passed to the julian date conversion (GregorianToSDN) function whi…
/php-src/ext/intl/tests/
H A Dbug75378.phpt12 $localdate = $formatter->localtime("2017-10-12 00:00:00", $position1);
H A Ddateformat_format_parse.phpt95 //Test format and parse with a localtime :array
98 $res_str .= "\nInput localtime is : ";
257 Input localtime is : tm_sec : '24' , tm_min : '3' , tm_hour : '19' , tm_mday : '3' , tm_mon : '3' ,…
271 Input localtime is : tm_sec : '21' , tm_min : '5' , tm_hour : '7' , tm_mday : '13' , tm_mon : '7' ,…
285 Input localtime is : tm_sec : '11' , tm_min : '13' , tm_hour : '0' , tm_mday : '17' , tm_mon : '11'…
H A Ddateformat_format_parse_version2.phpt96 //Test format and parse with a localtime :array
99 $res_str .= "\nInput localtime is : ";
258 Input localtime is : tm_sec : '24' , tm_min : '3' , tm_hour : '19' , tm_mday : '3' , tm_mon : '3' ,…
272 Input localtime is : tm_sec : '21' , tm_min : '5' , tm_hour : '7' , tm_mday : '13' , tm_mon : '7' ,…
286 Input localtime is : tm_sec : '11' , tm_min : '13' , tm_hour : '0' , tm_mday : '17' , tm_mon : '11'…
H A Ddateformat_format_parse_version_icu72-1.phpt95 //Test format and parse with a localtime :array
98 $res_str .= "\nInput localtime is : ";
257 Input localtime is : tm_sec : '24' , tm_min : '3' , tm_hour : '19' , tm_mday : '3' , tm_mon : '3' ,…
271 Input localtime is : tm_sec : '21' , tm_min : '5' , tm_hour : '7' , tm_mday : '13' , tm_mon : '7' ,…
285 Input localtime is : tm_sec : '11' , tm_min : '13' , tm_hour : '0' , tm_mday : '17' , tm_mon : '11'…
H A Ddateformat_format.phpt103 //Test format with input as a localtime :array
106 $res_str .= "\nInput localtime is : ";
277 Input localtime is : tm_sec : '24' , tm_min : '3' , tm_hour : '19' , tm_mday : '3' , tm_mon : '3' ,…
292 Input localtime is : tm_sec : '21' , tm_min : '5' , tm_hour : '7' , tm_mday : '13' , tm_mon : '4' ,…
307 Input localtime is : tm_sec : '11' , tm_min : '13' , tm_hour : '0' , tm_mday : '17' , tm_mon : '11'…
H A Ddateformat_format_variant2.phpt103 //Test format with input as a localtime :array
106 $res_str .= "\nInput localtime is : ";
277 Input localtime is : tm_sec : '24' , tm_min : '3' , tm_hour : '19' , tm_mday : '3' , tm_mon : '3' ,…
292 Input localtime is : tm_sec : '21' , tm_min : '5' , tm_hour : '7' , tm_mday : '13' , tm_mon : '4' ,…
307 Input localtime is : tm_sec : '11' , tm_min : '13' , tm_hour : '0' , tm_mday : '17' , tm_mon : '11'…
H A Ddateformat_format_variant3.phpt105 //Test format with input as a localtime :array
108 $res_str .= "\nInput localtime is : ";
279 Input localtime is : tm_sec : '24' , tm_min : '3' , tm_hour : '19' , tm_mday : '3' , tm_mon : '3' ,…
294 Input localtime is : tm_sec : '21' , tm_min : '5' , tm_hour : '7' , tm_mday : '13' , tm_mon : '4' ,…
309 Input localtime is : tm_sec : '11' , tm_min : '13' , tm_hour : '0' , tm_mday : '17' , tm_mon : '11'…
/php-src/ext/standard/tests/time/
H A Dstrptime_error.phpt2 Test localtime() function : error conditions
/php-src/ext/date/
H A Dphp_date.h137 PHPAPI int php_idate(char format, time_t ts, bool localtime);
142 …API zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtime);
H A Dphp_date.c690 if (localtime) { in date_format()
780 localtime ? abs(offset->offset / 3600) : 0, in date_format()
786 case 'e': if (!localtime) { in date_format()
813 localtime ? abs(offset->offset / 3600) : 0, in date_format()
822 localtime ? abs(offset->offset / 3600) : 0, in date_format()
837 if (localtime) { in date_format()
881 if (localtime) { in php_format_date()
909 if (!localtime) { in php_idate()
919 if (!localtime) { in php_idate()
987 if (!localtime) { in php_idate()
[all …]
H A Dphp_date.stub.php139 function localtime(?int $timestamp = null, bool $associative = false): array {} function
H A Dphp_date_arginfo.h529 ZEND_FUNCTION(localtime);
630 ZEND_FE(localtime, arginfo_localtime)
/php-src/ext/opcache/
H A Dzend_accelerator_debug.c40 time_string = asctime(localtime(&timestamp)); in zend_accel_error_va_args()
/php-src/ext/date/lib/
H A Dtimelib_private.h159 int timelib_apply_localtime(timelib_time *t, unsigned int localtime);
H A Dunixtime2tm.c218 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime() argument
220 if (localtime) { in timelib_apply_localtime()
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php168 public function localtime(string $string, &$offset = null): array|false {} function in IntlDateFormatter
/php-src/main/
H A Dreentrancy.c116 tmp = localtime(timep); in php_localtime_r()
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c412 strftime(tmp, sizeof(tmp) - 1, "%d/%b/%Y:%H:%M:%S %z", localtime(t)); in fpm_log_write()
414 strftime(tmp, sizeof(tmp) - 1, format, localtime(t)); in fpm_log_write()
H A Dfpm_status.c484 …strftime(time_buffer, sizeof(time_buffer) - 1, time_format, localtime(&scoreboard_p->start_epoch)); in fpm_status_handle_request()
591 strftime(time_buffer, sizeof(time_buffer) - 1, time_format, localtime(&proc->start_epoch)); in fpm_status_handle_request()
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c94 if ((tm_p= localtime((const time_t *)&tv.tv_sec))) { in MYSQLND_METHOD()
191 if ((tm_p= localtime((const time_t *)&tv.tv_sec))) { in MYSQLND_METHOD()

Completed in 97 milliseconds

12