Home
last modified time | relevance | path

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

/PHP-7.0/
H A Drun-tests.php246 $exts_to_test = array(); variable
279 …gi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_test, $leak_check, $…
318 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`);
329 if (in_array($ext, $exts_to_test)) {
889 $exts_tested = count($exts_to_test);
892 sort($exts_to_test);
903 foreach ($exts_to_test as $key => $val) {
904 $exts_to_test[$key] = strtolower($val);
917 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped, $exts_tested;
924 $skip_ext = ($is_ext_dir && !in_array(strtolower($name), $exts_to_test));
H A Dserver-tests.php439 public $exts_to_test; variable in testHarness
557 $this->exts_to_test = explode(":",$out);
558 sort($this->exts_to_test);
559 $this->exts_tested = count($this->exts_to_test);
771 foreach ($this->exts_to_test as $ext) {
842 $skip_ext = ($is_ext_dir && !in_array($name, $this->exts_to_test));

Completed in 11 milliseconds