Home
last modified time | relevance | path

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

/PHP-7.3/
H A Dserver-tests.php434 public $ignored_by_ext = 0; variable in testHarness
846 $this->ignored_by_ext++;
896 $n_total += $this->ignored_by_ext;
902 $sum_results['SKIPPED'] += $this->ignored_by_ext;
H A Drun-tests.php894 $ignored_by_ext = 0; variable
920 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped;
943 $ignored_by_ext++;
2433 global $n_total, $test_results, $ignored_by_ext, $sum_results, $percent_results;
2436 $n_total += $ignored_by_ext;
2451 $sum_results['SKIPPED'] += $ignored_by_ext;

Completed in 23 milliseconds