Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/fileinfo/libmagic/
H A Dfile.h583 char *asctime_r(const struct tm *, char *);
/PHP-8.2/ext/standard/
H A Dbasic_functions.c1227 struct timeval tm; local
1236 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
1241 current_ns = ((uint64_t) tm.tv_sec) * ns_per_sec + ((uint64_t) tm.tv_usec) * 1000;
H A Dinfo.c803 struct tm *ta, tmbuf; in php_print_info()
/PHP-8.2/ext/com_dotnet/
H A Dcom_variant.c941 struct tm tmv; in PHP_FUNCTION()
968 struct tm *tmv; in PHP_FUNCTION()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c260 struct tm tm; in php_cli_server_get_system_time() local
265 php_localtime_r(&tv.tv_sec, &tm); in php_cli_server_get_system_time()
266 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_statement.c443 struct tm t; in firebird_stmt_get_col()
/PHP-8.2/sapi/fpm/fpm/
H A Dzlog.c78 struct tm t; in zlog_print_time()
/PHP-8.2/
H A DCODING_STANDARDS.md10 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.ac539 AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>])
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_module.c560 struct tm *ta;
/PHP-8.2/ext/date/
H A Dphp_date.c61 struct timeval tm; in php_time() local
63 if (UNEXPECTED(gettimeofday(&tm, NULL) != SUCCESS)) { in php_time()
68 return tm.tv_sec; in php_time()
1234 struct tm ta; in php_strftime()
/PHP-8.2/ext/intl/tests/
H A Dgrapheme.phpt590 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
1136 …48" graphemes - grapheme_extract starting at byte position 48 with $next = tm == tm $next=50 == 50
H A Dgrapheme2.phpt578 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
1124 …48" graphemes - grapheme_extract starting at byte position 48 with $next = tm == tm $next=50 == 50
/PHP-8.2/build/
H A Dphp.m41107 struct tm t;
1122 struct tm t, *s;
/PHP-8.2/main/
H A Dmain.c1700 struct tm *ta, tmbuf; in php_message_handler_for_zend()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c2830 struct tm *ta, tmbuf; in to_xml_datetime_ex()
/PHP-8.2/ext/openssl/
H A Dopenssl.c702 struct tm thetime; in php_openssl_asn1_time_to_time_t()
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic6857 # CDDB: file(1) magic for CDDB(tm) format CD text data files
6865 0 search/1/w #\040xmcd CDDB(tm) format CD text data
H A Dmagic私はガラスを食べられます6857 # CDDB: file(1) magic for CDDB(tm) format CD text data files
6865 0 search/1/w #\040xmcd CDDB(tm) format CD text data

Completed in 286 milliseconds

12