run.php 233 B

1234567891011
  1. <?php
  2. // TODO move them into directory
  3. include 'test_1.php';
  4. include 'test_2.php';
  5. include 'test_3.php';
  6. include 'test_4.php';
  7. include 'test_5.php';
  8. include 'test_wrap.php';
  9. include 'test_replace.php';
  10. include 'test_multidoc.php';
  11. ?>