Home
last modified time | relevance | path

Searched refs:time (Results 151 – 175 of 715) sorted by relevance

12345678910>>...29

/PHP-7.0/ext/phar/tests/files/
H A Dphar_test.inc18 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
44 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/PHP-7.0/ext/date/tests/
H A Dgmdate_variation9.phpt6 * Description: Format a GMT date/time
21 'Swatch Internet time' => 'B',
50 --Swatch Internet time--
H A Ddate_create_basic.phpt5 /* Prototype : DateTime date_create ([ string $time [, DateTimeZone $timezone ]] )
11 //Set the default time zone
H A Ddate_create_variation1.phpt2 Test date_create() function : usage variation - Passing unexpected values to first argument $time.
5 /* Prototype : DateTime date_create ([ string $time [, DateTimeZone $timezone ]] )
11 echo "*** Testing date_create() : usage variation - unexpected values to first argument \$time***\…
13 //Set the default time zone
100 foreach($inputs as $variation =>$time) {
102 var_dump( date_create($time) );
103 var_dump( date_create($time, $timezone) );
112 *** Testing date_create() : usage variation - unexpected values to first argument $time***
H A DDateTimeZone_getTransitions_basic1.phpt13 //Set the default time zone
41 ["time"]=>
H A DDateTime_construct_basic1.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
11 //Set the default time zone
H A Dtimezone_open_error.phpt17 $time = "GMT";
19 var_dump( timezone_open($time, $extra_arg) );
H A Dgetdate_basic.phpt6 * Description: Get date/time information
12 //Set the default time zone
H A Ddate_error.phpt6 * Description: Format a local time/date.
12 //Set the default time zone
H A Dstrtotime3-64bit.phpt8 $time = 1150494719; // 16/June/2006
38 $t = strtotime($str, $time);
H A Dstrtotime3.phpt8 $time = 1150494719; // 16/June/2006
38 $t = strtotime($str, $time);
H A Dtimezone_transitions_get_basic1.phpt13 //Set the default time zone
44 ["time"]=>
H A Dgmdate_variation10.phpt6 * Description: Format a GMT date/time
21 echo "\n-- Testing gmdate() function with checking whether date is in daylight saving time format -…
50 -- Testing gmdate() function with checking whether date is in daylight saving time format --
H A DDateTime_data-spring-type2-type3.inc15 * + st: standard time on transition day 2010-03-14 00:10:20 EST
16 * + dt: daylight time on the transition day 2010-03-14 03:16:55 EDT
18 * + stsec: standard time 1 sec before change 2010-03-14 01:59:59 EST
19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type3-type2.inc15 * + st: standard time on transition day 2010-03-14 00:10:20 EST
16 * + dt: daylight time on the transition day 2010-03-14 03:16:55 EDT
18 * + stsec: standard time 1 sec before change 2010-03-14 01:59:59 EST
19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type3-type3.inc15 * + st: standard time on transition day 2010-03-14 00:10:20
16 * + dt: daylight time on the transition day 2010-03-14 03:16:55
18 * + stsec: standard time 1 sec before change 2010-03-14 01:59:59
19 * + dtsec: daylight time first second 2010-03-14 03:00:00
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dphar_test.inc18 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
44 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_32_last_insert_rowid_param.phpt14 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
17 var_dump($db->exec('INSERT INTO test (time, id) VALUES(2, 1)'));
/PHP-7.0/ext/xmlrpc/tests/
H A Dbug42736.phpt19 function GetProducts($dummy, $time){
20 return array('faultString' => $time);
/PHP-7.0/ext/session/tests/
H A D014.phpt36 …ession is active. You cannot change the session module's ini settings at this time in %s on line %d
39 …ession is active. You cannot change the session module's ini settings at this time in %s on line %d
/PHP-7.0/ext/mysqli/tests/
H A Dbug51605.phpt36 echo "closed for third time\n";
43 closed for third time
/PHP-7.0/ext/zip/examples/
H A Dcomment.php5 $z->setCommentName('foo', 'Too Comment ' . time());
/PHP-7.0/ext/standard/tests/network/
H A Dsetcookie.phpt13 setcookie('name', 'value', $tsp = time() + 5);
14 setcookie('name', 'value', $tsn = time() - 6);
15 setcookie('name', 'value', $tsc = time());
/PHP-7.0/ext/standard/tests/filters/
H A Dbug22538.phpt14 $path1 = sprintf("%s/%s%da", dirname(__FILE__), uniqid(), time());
15 $path2 = sprintf("%s/%s%db", dirname(__FILE__), uniqid(), time());
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dgrepinputv4 This time it jumps and jumps and jumps.

Completed in 34 milliseconds

12345678910>>...29