Home
last modified time | relevance | path

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

/PHP-7.2/
H A Drun-tests.php479 $test_files = array(); variable
806 $test_files = array_merge($test_files, $pattern_match); variable
812 $test_files[] = $testfile;
827 $test_files = array_unique($test_files); variable
828 $test_files = array_merge($test_files, $redir_tests); variable
831 $test_cnt = count($test_files);
893 $test_files = array(); variable
948 $test_files[] = $testfile;
982 $test_files = array_unique($test_files); variable
988 $test_cnt = count($test_files);
[all …]
H A Dserver-tests.php428 public $test_files = array(); variable in testHarness
790 $this->test_files[] = $dir;
793 usort($this->test_files,array($this,"test_sort"));
794 $this->writemsg("found ".count($this->test_files)." files\n");
805 foreach ($this->test_files as $file) {
820 $this->test_files = $files;
849 $this->test_files[] = $testfile;
881 foreach ($this->test_files as $name) {

Completed in 16 milliseconds