Home
last modified time | relevance | path

Searched refs:test_files (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/
H A Drun-tests.php445 $test_files = array(); variable
745 $test_files = array_merge($test_files, $pattern_match); variable
751 $test_files[] = $testfile;
766 $test_files = array_unique($test_files); variable
767 $test_files = array_merge($test_files, $redir_tests); variable
770 $test_cnt = count($test_files);
828 $test_files = array(); variable
883 $test_files[] = $testfile;
917 $test_files = array_unique($test_files); variable
923 $test_cnt = count($test_files);
[all …]
H A Dserver-tests.php436 public $test_files = array(); variable in testHarness
803 $this->test_files[] = $dir;
806 usort($this->test_files,array($this,"test_sort"));
807 $this->writemsg("found ".count($this->test_files)." files\n");
818 foreach ($this->test_files as $file) {
833 $this->test_files = $files;
862 $this->test_files[] = $testfile;
894 foreach ($this->test_files as $name) {

Completed in 24 milliseconds