Home
last modified time | relevance | path

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

/PHP-7.1/
H A Drun-tests.php456 $test_files = array(); variable
775 $test_files = array_merge($test_files, $pattern_match); variable
781 $test_files[] = $testfile;
796 $test_files = array_unique($test_files); variable
797 $test_files = array_merge($test_files, $redir_tests); variable
800 $test_cnt = count($test_files);
858 $test_files = array(); variable
913 $test_files[] = $testfile;
947 $test_files = array_unique($test_files); variable
953 $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 13 milliseconds