Home
last modified time | relevance | path

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

/PHP-8.0/
H A Drun-tests.php367 $test_files = [];
673 $test_files = array_merge($test_files, $pattern_match);
709 $test_files = array_unique($test_files);
710 $test_files = array_merge($test_files, $redir_tests);
751 $test_files = [];
778 $test_files = array_unique($test_files);
1326 $test_files = array_filter($test_files, function($test) {
1441 $test_files = array_reverse($test_files);
1445 shuffle($test_files);
1597 $test_files = array_merge($test_files, $sequentialTests);
[all …]
/PHP-8.0/ext/
H A Dext_skel.php344 $test_files = glob($options['skel'] . 'tests/*', GLOB_MARK);
346 if (!$test_files) {
350 foreach ($test_files as $test) {

Completed in 13 milliseconds