Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/tests/basic/
H A D028.phpt11 testname
15 testname
19 testname
23 testname
27 testname
31 testname
35 testname
39 testname
43 testname
47 testname
[all …]
H A D021.phpt11 testname
42 string(8) "testname"
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php1570 protected $testname;
1572 function __construct($path, Aggregator $agg, $testpath, $sourcepath, $testname)
1574 $this->testname = $testname;
1580 $this->coverage = $this->aggregator->retrieveCoverageByTest($this->path, $this->testname);
1585 $info = $this->aggregator->coverageInfoByTest($this->path, $this->testname);
1594 return $decorator->render($this, $this->testname);
1599 return $this->aggregator->coveragePercentage($this->path, $this->testname);
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp599 CString testname = TestNames.GetAt(i); in IsapiThread() local
612 if (testname.IsEmpty()) { in IsapiThread()
615 printf("tid %d: %s %s\n", GetCurrentThreadId(), testname, ok?"OK":"FAIL"); in IsapiThread()
/PHP-5.5/
H A Dserver-tests.php1588 function error_report($testname,$logname,$tested) argument
1590 $testname = realpath($testname);
1595 $this->writemsg($testname . "(1) : $tested\n");
1599 $this->writemsg($testname . ":1: $tested\n");
H A Drun-tests.php1053 function error_report($testname, $logname, $tested) argument
1055 $testname = realpath($testname);
1060 echo $testname . "(1) : $tested\n";
1064 echo $testname . ":1: $tested\n";

Completed in 29 milliseconds