Home
last modified time | relevance | path

Searched refs:mktime (Results 1 – 25 of 84) sorted by last modified time

1234

/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()
/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/date/
H A Dphp_date.c1223 PHP_FUNCTION(mktime) in PHP_FUNCTION() argument
H A Dphp_date.stub.php111 function mktime( function
H A Dphp_date_arginfo.h523 ZEND_FUNCTION(mktime);
624 ZEND_FE(mktime, arginfo_mktime)
/php-src/ext/com_dotnet/
H A Dcom_variant.c955 RETVAL_LONG(mktime(&tmv)); in PHP_FUNCTION()
/php-src/ext/fileinfo/libmagic/
H A Dcdf_time.c137 ts->tv_sec = mktime(&tm); in cdf_timestamp_to_timespec()
/php-src/ext/calendar/
H A Deaster.c133 result = mktime(&te); in _cal_easter()
/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/tests/
H A Dmktime_error.phpt2 Test mktime() function: error conditions
8 echo "*** Testing mktime() : error conditions ***\n";
10 echo "\n-- Testing mktime() function with Zero arguments --\n";
12 var_dump( mktime() );
17 echo "\n-- Testing mktime() function with more than expected no. of arguments --\n";
26 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $extra_arg) );
33 *** Testing mktime() : error conditions ***
35 -- Testing mktime() function with Zero arguments --
36 ArgumentCountError: mktime() expects at least 1 argument, 0 given
38 -- Testing mktime() function with more than expected no. of arguments --
[all …]
H A Dbug36988.phpt2 Bug #36988 (mktime freezes on long numbers)
10 $a = mktime(1, 1, 1, 1, 1, 11111111111);
16 TypeError: mktime(): Argument #6 ($year) must be of type ?int, float given
H A Dgmdate_basic.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dgmdate_variation10.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dgmdate_variation11.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dgmdate_variation12.phpt15 $timestamp = mktime(20, 45, 54, 12, 13, 1901);
19 $timestamp = mktime(20, 45, 50, 12, 13, 1901);
23 $timestamp = mktime(03, 14, 07, 1, 19, 2038);
27 $timestamp = mktime(03, 14, 10, 1, 19, 2038);
39 Warning: mktime(): Epoch doesn't fit in a PHP integer in %s on line %d
47 Warning: mktime(): Epoch doesn't fit in a PHP integer in %s on line %d
/php-src/tests/lang/
H A D023.phpt12 $wedding_timestamp = mktime(20,0,0,8,31,1997);
/php-src/ext/zip/tests/
H A Doo_setmtime.phpt28 $t1 = mktime(0,0,0,12,25,2019);
29 $t2 = mktime(0,0,0,14,7,2018);
/php-src/ext/standard/tests/strings/
H A Dbug65230.phpt25 printf("date: %s\n", strftime('%x', mktime(0, 0, 0, 12, 5, 2014)));
/php-src/ext/standard/tests/network/
H A Dbug72071.phpt8 $date = mktime(12, 25, 39, 4, 1, 2017);
/php-src/ext/standard/tests/file/
H A Dbug78241.phpt14 $t = mktime(1, 1 , 1, 1, 1, $i);
/php-src/ext/phar/tests/files/
H A Dphar_oo_test.inc47 $ftime = mktime(12, 0, 0, 3, 1, 2006);
H A Dphar_test.inc16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_oo_test.inc46 $ftime = mktime(12, 0, 0, 3, 1, 2006);
H A Dphar_test.inc16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);

Completed in 78 milliseconds

1234