Searched refs:testname (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/tests/basic/ |
H A D | 021.phpt | 11 testname 42 string(8) "testname"
|
/PHP-5.3/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 1570 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.3/ |
H A D | server-tests.php | 1535 function error_report($testname,$logname,$tested) argument 1537 $testname = realpath($testname); 1542 $this->writemsg($testname . "(1) : $tested\n"); 1546 $this->writemsg($testname . ":1: $tested\n");
|
H A D | run-tests.php | 1033 function error_report($testname, $logname, $tested) argument 1035 $testname = realpath($testname); 1040 echo $testname . "(1) : $tested\n"; 1044 echo $testname . ":1: $tested\n";
|
/PHP-5.3/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 599 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()
|
Completed in 30 milliseconds