Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/fileinfo/libmagic/
H A Dfile.h563 char *asctime_r(const struct tm *, char *);
/PHP-8.0/ext/com_dotnet/
H A Dcom_variant.c931 struct tm tmv; in PHP_FUNCTION()
958 struct tm *tmv; in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1297 struct timeval tm; local
1306 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
1311 current_ns = ((uint64_t) tm.tv_sec) * ns_per_sec + ((uint64_t) tm.tv_usec) * 1000;
H A Dinfo.c774 struct tm *ta, tmbuf; in php_print_info()
/PHP-8.0/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-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c400 struct tm t; in firebird_stmt_get_col()
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.c78 struct tm t; in zlog_print_time()
/PHP-8.0/build/
H A Dphp.m41103 struct tm t;
1118 struct tm t, *s;
1260 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)() = localtime_r]])]…
1265 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)() = gmtime_r]])],[
/PHP-8.0/
H A DCODING_STANDARDS.md11 1. Document your code in source files and the manual. (tm)
H A DCONTRIBUTING.md295 is a Good Thing(tm), and Git lets us do this. Thus, following some basic rules
H A Dconfigure.ac519 AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>])
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c527 struct tm *ta;
/PHP-8.0/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()
1196 struct tm ta; in php_strftime()
/PHP-8.0/ext/intl/tests/
H A Dgrapheme.phpt589 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
1135 …48" graphemes - grapheme_extract starting at byte position 48 with $next = tm == tm $next=50 == 50
H A Dgrapheme2.phpt577 array( "http://news.bbc.co.uk/2/hi/middle_east/7831588.stm", 48, 48 , 50 , "tm" ),
1123 …48" graphemes - grapheme_extract starting at byte position 48 with $next = tm == tm $next=50 == 50
/PHP-8.0/main/
H A Dmain.c1643 struct tm *ta, tmbuf; in php_message_handler_for_zend()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c2835 struct tm *ta, tmbuf; in to_xml_datetime_ex()
/PHP-8.0/ext/openssl/
H A Dopenssl.c711 struct tm thetime; in php_openssl_asn1_time_to_time_t()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6495 # CDDB: file(1) magic for CDDB(tm) format CD text data files
6503 0 search/1/w #\040xmcd CDDB(tm) format CD text data
H A Dmagic6495 # CDDB: file(1) magic for CDDB(tm) format CD text data files
6503 0 search/1/w #\040xmcd CDDB(tm) format CD text data

Completed in 264 milliseconds

12