Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/standard/tests/file/
H A Dtouch_basic.phpt14 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
15 * Description: Set modification time of file
62 $time = 10000;
67 var_dump( touch($filename, $time, $atime) );
/PHP-7.4/ext/date/tests/
H A Dbug27780.phpt2 Bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
36 $time = strtotime($timestring);
38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
H A Ddate_create_basic.phpt5 /* Prototype : DateTime date_create ([ string $time [, DateTimeZone $timezone ]] )
11 //Set the default time zone
H A Dgmdate_variation9.phpt6 * Description: Format a GMT date/time
21 'Swatch Internet time' => 'B',
50 --Swatch Internet 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 Dgetdate_basic.phpt6 * Description: Get date/time information
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 Dbug45081.phpt2 Bug #45081 (strtotime incorrectly interprets SGT time zone)
H A Dbug74080.phpt2 Bug #74080 Provide an RFC7231 date time format
H A Dbug28599.phpt2 Bug #28599 (strtotime fails with zero base time)
H A Dbug44780.phpt2 Bug #44780 (some time zone offsets not recognized by timezone_name_from_abbr)
/PHP-7.4/ext/zip/examples/
H A Dcomment.php5 $z->setCommentName('foo', 'Too Comment ' . time());
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug42736.phpt19 function GetProducts($dummy, $time){
20 return array('faultString' => $time);
/PHP-7.4/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.4/ext/mysqli/tests/
H A Dbug51605.phpt36 echo "closed for third time\n";
43 closed for third time
/PHP-7.4/Zend/tests/
H A Dns_047.phpt2 047: Run-time name conflict and constants (php name)
H A Dns_007.phpt2 007: Run-time name conflict (php name)
H A Dns_046.phpt2 046: Run-time name conflict and constants (ns name)
H A Dns_051.phpt2 051: Name conflict and compile-time constants (php name)
H A Dns_050.phpt2 050: Name conflict and compile-time constants (ns name)
/PHP-7.4/ext/standard/tests/filters/
H A Dbug22538.phpt14 $path1 = sprintf("%s/%s%da", __DIR__, uniqid(), time());
15 $path2 = sprintf("%s/%s%db", __DIR__, uniqid(), time());
/PHP-7.4/sapi/phpdbg/
H A Dweb-bootstrap.php55 'REQUEST_TIME' => time(),

Completed in 37 milliseconds

12345678910>>...23