Home
last modified time | relevance | path

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

/PHP-5.4/
H A Drun-tests.php446 $test_files = array(); variable
762 $test_files = array_merge($test_files, $pattern_match); variable
768 $test_files[] = $testfile;
783 $test_files = array_unique($test_files); variable
784 $test_files = array_merge($test_files, $redir_tests); variable
787 $test_cnt = count($test_files);
845 $test_files = array(); variable
900 $test_files[] = $testfile;
934 $test_files = array_unique($test_files); variable
940 $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 14 milliseconds