Home
last modified time | relevance | path

Searched refs:mktime (Results 76 – 84 of 84) sorted by relevance

1234

/php-src/tests/lang/
H A D023.phpt12 $wedding_timestamp = mktime(20,0,0,8,31,1997);
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c854 tm.tm_sec += (long)(stamp - mktime(gmt)); in php_stream_ftp_url_stat()
857 ssb->sb.st_mtime = mktime(&tm); in php_stream_ftp_url_stat()
/php-src/ext/date/
H A Dphp_date.stub.php111 function mktime( function
H A Dphp_date_arginfo.h523 ZEND_FUNCTION(mktime);
624 ZEND_FE(mktime, arginfo_mktime)
H A Dphp_date.c1223 PHP_FUNCTION(mktime) in PHP_FUNCTION() argument
/php-src/ext/ftp/
H A Dftp.c1209 tm.tm_sec += stamp - mktime(gmt); in ftp_mdtm()
1212 stamp = mktime(&tm); in ftp_mdtm()
/php-src/ext/com_dotnet/
H A Dcom_variant.c955 RETVAL_LONG(mktime(&tmv)); in PHP_FUNCTION()
/php-src/ext/phar/
H A Dzip.c170 return mktime(tm); in phar_zip_d2u_time()
/php-src/ext/openssl/
H A Dopenssl.c808 ret = mktime(&thetime); in php_openssl_asn1_time_to_time_t()

Completed in 62 milliseconds

1234