Home
last modified time | relevance | path

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

12

/php-src/ext/fileinfo/
H A Dlibmagic.patch1576 char *asctime_r(const struct tm *, char *);
1579 -struct tm *gmtime_r(const time_t *, struct tm *);
1582 -struct tm *localtime_r(const time_t *, struct tm *);
2824 - tm = localtime_r(&t, &tmz);
2825 + tm = php_localtime_r(&t, &tmz);
2827 - tm = gmtime_r(&t, &tmz);
2828 + tm = php_gmtime_r(&t, &tmz);
2830 if (tm == NULL)
2832 - pp = asctime_r(tm, buf);
2833 + pp = php_asctime_r(tm, buf);
/php-src/ext/standard/
H A Dbasic_functions.c1194 struct timeval tm; local
1203 if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
1208 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-src/ext/fileinfo/libmagic/
H A Dfile.h636 char *asctime_r(const struct tm *, char *);
/php-src/ext/com_dotnet/
H A Dcom_variant.c941 struct tm tmv; in PHP_FUNCTION()
968 struct tm *tmv; in PHP_FUNCTION()
/php-src/sapi/cli/
H A Dphp_cli_server.c269 struct tm tm; in php_cli_server_get_system_time() local
273 if (!php_localtime_r(&tv.tv_sec, &tm)) { in php_cli_server_get_system_time()
276 return php_asctime_r(&tm, buf) != NULL; in php_cli_server_get_system_time()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c442 struct tm t; in pdo_firebird_stmt_get_col()
/php-src/sapi/fpm/fpm/
H A Dzlog.c79 struct tm t; in zlog_print_time()
/php-src/
H A DCODING_STANDARDS.md10 1. Document your code in source files and the manual. (tm)
H A DCONTRIBUTING.md323 is a Good Thing(tm), and Git lets us do this. Thus, following some basic rules
H A Dconfigure.ac543 AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>])
/php-src/build/
H A Dphp.m41071 struct tm t;
1086 struct tm t, *s;
1228 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)(void) = localtime_r…
1233 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct tm *(*func)(void) = gmtime_r]])…
/php-src/ext/opcache/
H A Dzend_accelerator_module.c594 struct tm *ta;
/php-src/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()
1260 struct tm ta; in php_strftime()
/php-src/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-src/main/
H A Dmain.c1695 struct tm *ta, tmbuf; in php_message_handler_for_zend()
/php-src/ext/soap/
H A Dphp_encoding.c2854 struct tm *ta, tmbuf; in to_xml_datetime_ex()
/php-src/ext/openssl/
H A Dopenssl.c739 struct tm thetime; in php_openssl_asn1_time_to_time_t()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7777 # CDDB: file(1) magic for CDDB(tm) format CD text data files
7785 0 search/1/w #\040xmcd CDDB(tm) format CD text data
H A Dmagic7777 # CDDB: file(1) magic for CDDB(tm) format CD text data files
7785 0 search/1/w #\040xmcd CDDB(tm) format CD text data

Completed in 275 milliseconds

12