affected.txt.php 120 B

12345678
  1. {:heading}Affected Tests{:end}
  2. <?php
  3. foreach ($data as $class => $test) {
  4. if ($test) {
  5. echo "{$test}\n";
  6. }
  7. }
  8. ?>