Home
last modified time | relevance | path

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

/PHP-7.3/
H A Drun-tests.php489 $test_files = array(); variable
804 $test_files = array_merge($test_files, $pattern_match); variable
810 $test_files[] = $testfile;
825 $test_files = array_unique($test_files); variable
826 $test_files = array_merge($test_files, $redir_tests); variable
829 $test_cnt = count($test_files);
891 $test_files = array(); variable
946 $test_files[] = $testfile;
978 $test_files = array_unique($test_files); variable
984 $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) {
/PHP-7.3/ext/
H A Dext_skel.php292 $test_files = glob($options['skel'] . 'tests/*', GLOB_MARK);
294 if (!$test_files) {
298 foreach ($test_files as $test) {

Completed in 16 milliseconds