Searched refs:exts_to_test (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ |
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 | 231 $exts_to_test = array(); variable 264 …gi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_test, $leak_check, $… 306 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`); 317 if (in_array($ext, $exts_to_test)) { 894 $exts_tested = count($exts_to_test); 897 sort($exts_to_test); 908 foreach ($exts_to_test as $key => $val) { 909 $exts_to_test[$key] = strtolower($val); 922 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped; 929 $skip_ext = ($is_ext_dir && !in_array(strtolower($name), $exts_to_test));
|
Completed in 16 milliseconds