Home
last modified time | relevance | path

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

/PHP-7.2/
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.php896 $ignored_by_ext = 0; variable
922 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped;
945 $ignored_by_ext++;
2472 global $n_total, $test_results, $ignored_by_ext, $sum_results, $percent_results;
2475 $n_total += $ignored_by_ext;
2490 $sum_results['SKIPPED'] += $ignored_by_ext;

Completed in 14 milliseconds