Home
last modified time | relevance | path

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

/PHP-7.0/
H A Drun-tests.php488 $test_files = array(); variable
807 $test_files = array_merge($test_files, $pattern_match); variable
813 $test_files[] = $testfile;
828 $test_files = array_unique($test_files); variable
829 $test_files = array_merge($test_files, $redir_tests); variable
832 $test_cnt = count($test_files);
888 $test_files = array(); variable
943 $test_files[] = $testfile;
977 $test_files = array_unique($test_files); variable
983 $test_cnt = count($test_files);
[all …]
H A Dserver-tests.php436 public $test_files = array(); variable in testHarness
802 $this->test_files[] = $dir;
805 usort($this->test_files,array($this,"test_sort"));
806 $this->writemsg("found ".count($this->test_files)." files\n");
817 foreach ($this->test_files as $file) {
832 $this->test_files = $files;
861 $this->test_files[] = $testfile;
893 foreach ($this->test_files as $name) {

Completed in 14 milliseconds