Searched refs:exts_to_test (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ |
H A D | server-tests.php | 431 public $exts_to_test; variable in testHarness 548 $this->exts_to_test = explode(":",$out); 549 sort($this->exts_to_test); 550 $this->exts_tested = count($this->exts_to_test); 759 foreach ($this->exts_to_test as $ext) { 830 $skip_ext = ($is_ext_dir && !in_array($name, $this->exts_to_test));
|
H A D | run-tests.php | 241 $exts_to_test = array(); variable 274 …gi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_test, $valgrind, $no… 316 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`); 327 if (in_array($ext, $exts_to_test)) { 892 $exts_tested = count($exts_to_test); 895 sort($exts_to_test); 906 foreach ($exts_to_test as $key => $val) { 907 $exts_to_test[$key] = strtolower($val); 920 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped; 927 $skip_ext = ($is_ext_dir && !in_array(strtolower($name), $exts_to_test));
|
Completed in 13 milliseconds