bug65236.phpt 295 B

12345678910111213
  1. --TEST--
  2. Bug #65236 (heap corruption in xml parser)
  3. --EXTENSIONS--
  4. xml
  5. --FILE--
  6. <?php
  7. xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
  8. echo "Done\n";
  9. ?>
  10. --EXPECTF--
  11. Warning: xml_parse_into_struct(): Maximum depth exceeded - Results truncated in %s on line %d
  12. Done