Home
last modified time | relevance | path

Searched refs:tm (Results 26 – 46 of 46) sorted by relevance

12

/PHP-7.4/ext/standard/
H A Dconfig.m4378 int strptime(const char *s, const char *format, struct tm *tm);
H A Dinfo.c785 struct tm *ta, tmbuf; in php_print_info()
H A Dbasic_functions.c4638 struct timeval tm; local
4647 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
4652 current_ns = ((uint64_t) tm.tv_sec) * ns_per_sec + ((uint64_t) tm.tv_usec) * 1000;
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h545 char *asctime_r(const struct tm *, char *);
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c956 struct tm tmv; in PHP_FUNCTION()
984 struct tm *tmv; in PHP_FUNCTION()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c262 struct tm tm; in php_cli_server_get_system_time() local
267 php_localtime_r(&tv.tv_sec, &tm); in php_cli_server_get_system_time()
268 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c402 struct tm t; in firebird_stmt_get_col()
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c78 struct tm t; in zlog_print_time()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c536 struct tm *ta;
/PHP-7.4/build/
H A Dphp.m41125 struct tm t;
1140 struct tm t, *s;
1280 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)() = localtime_r]])]…
1285 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)() = gmtime_r]])],[
/PHP-7.4/
H A DCODING_STANDARDS.md11 1. Document your code in source files and the manual. (tm)
H A DCONTRIBUTING.md298 is a Good Thing(tm), and Git lets us do this. Thus, following some basic rules
H A Dconfigure.ac552 AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>])
/PHP-7.4/ext/date/
H A Dphp_date.c66 struct timeval tm; in php_time() local
68 if (UNEXPECTED(gettimeofday(&tm, NULL) != SUCCESS)) { in php_time()
73 return tm.tv_sec; in php_time()
1668 struct tm ta; in php_strftime()
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt573 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
1119 …48" graphemes - grapheme_extract starting at byte position 48 with $next = tm == tm $next=50 == 50
H A Dgrapheme2.phpt573 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
1119 …48" graphemes - grapheme_extract starting at byte position 48 with $next = tm == tm $next=50 == 50
/PHP-7.4/main/
H A Dmain.c1758 struct tm *ta, tmbuf; in php_message_handler_for_zend()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2837 struct tm *ta, tmbuf; in to_xml_datetime_ex()
/PHP-7.4/ext/openssl/
H A Dopenssl.c960 struct tm thetime; in php_openssl_asn1_time_to_time_t()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6056 # CDDB: file(1) magic for CDDB(tm) format CD text data files
6064 0 search/1/w #\040xmcd CDDB(tm) format CD text data
H A Dmagic6056 # CDDB: file(1) magic for CDDB(tm) format CD text data files
6064 0 search/1/w #\040xmcd CDDB(tm) format CD text data

Completed in 218 milliseconds

12