Home
last modified time | relevance | path

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

1234

/php-src/ext/date/tests/
H A Dgmdate_basic.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dbug35425.phpt8 $time = mktime(1,1,1,1,1,2005);
H A Dbug20382-1.phpt7 $tStamp = mktime (17, 17, 17, 10, 27, 2004);
H A Dgmdate_variation5.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A D008.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
H A Dstrftime_basic.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A D003.phpt8 var_dump(date("jS", mktime(0,0,0, 1, $i, 2006)));
H A D007.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
H A Dstrftime_variation8.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A D005.phpt7 $t = mktime(0,0,0, 6, 27, 2006);
H A Dstrftime_variation11.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dstrftime_variation17.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dstrftime_variation12.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A D004.phpt8 $t = mktime(0, 0, 0, 6, 27, 2006);
H A Dgmdate_variation11.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dgmdate_variation3.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dstrftime_variation18.phpt16 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Ddate_basic1.phpt10 $timestamp = mktime(10, 44, 30, 2, 27, 2009);
H A Dgmdate_variation4.phpt9 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dstrftime_variation19.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
H A Dstrftime_variation9.phpt10 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
/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/phar/tests/cache_list/files/
H A Dphar_oo_test.inc46 $ftime = mktime(12, 0, 0, 3, 1, 2006);
/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);

Completed in 27 milliseconds

1234