bug54682.phpt 217 B

12345678910111213
  1. --TEST--
  2. Tidy::diagnose() NULL pointer dereference
  3. --EXTENSIONS--
  4. tidy
  5. --FILE--
  6. <?php
  7. $nx = new Tidy("*");
  8. $nx->diagnose();
  9. ?>
  10. --EXPECTF--
  11. Warning: tidy::__construct(): Cannot load "*" into memory%win %s on line %d