bug72085.phpt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --TEST--
  2. Bug #72085 (SEGV on unknown address zif_xml_parse)
  3. --EXTENSIONS--
  4. xml
  5. --FILE--
  6. <?php
  7. $var1 = xml_parser_create_ns();
  8. xml_set_element_handler($var1, new Exception(""), 4096);
  9. xml_parse($var1, str_repeat("<a>", 10));
  10. ?>
  11. --EXPECTF--
  12. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  13. Warning: xml_parse(): Unable to call handler in %s on line %d
  14. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  15. Warning: xml_parse(): Unable to call handler in %s on line %d
  16. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  17. Warning: xml_parse(): Unable to call handler in %s on line %d
  18. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  19. Warning: xml_parse(): Unable to call handler in %s on line %d
  20. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  21. Warning: xml_parse(): Unable to call handler in %s on line %d
  22. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  23. Warning: xml_parse(): Unable to call handler in %s on line %d
  24. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  25. Warning: xml_parse(): Unable to call handler in %s on line %d
  26. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  27. Warning: xml_parse(): Unable to call handler in %s on line %d
  28. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  29. Warning: xml_parse(): Unable to call handler in %s on line %d
  30. Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
  31. Warning: xml_parse(): Unable to call handler in %s on line %d