Home
last modified time | relevance | path

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

/PHP-5.5/
H A Drun-tests.php451 $test_files = array(); variable
767 $test_files = array_merge($test_files, $pattern_match); variable
773 $test_files[] = $testfile;
788 $test_files = array_unique($test_files); variable
789 $test_files = array_merge($test_files, $redir_tests); variable
792 $test_cnt = count($test_files);
848 $test_files = array(); variable
903 $test_files[] = $testfile;
937 $test_files = array_unique($test_files); variable
943 $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 18 milliseconds