Home
last modified time | relevance | path

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

/PHP-7.4/
H A Drun-tests.php275 $test_files = array();
638 $test_files = array_merge($test_files, $pattern_match);
670 $test_files = array_unique($test_files);
671 $test_files = array_merge($test_files, $redir_tests);
674 $test_cnt = count($test_files);
734 $test_files = array();
761 $test_files = array_unique($test_files);
1397 $test_files = array_reverse($test_files);
1401 shuffle($test_files);
1548 $test_files = array_merge($test_files, $sequentialTests);
[all …]
/PHP-7.4/ext/
H A Dext_skel.php355 $test_files = glob($options['skel'] . 'tests/*', GLOB_MARK);
357 if (!$test_files) {
361 foreach ($test_files as $test) {

Completed in 16 milliseconds