xref: /PHP-8.0/ext/xml/tests/bug72085.phpt (revision 177c455f)
1--TEST--
2Bug #72085 (SEGV on unknown address zif_xml_parse)
3--SKIPIF--
4<?php
5if (!extension_loaded('xml')) die('skip xml extension not available');
6?>
7--FILE--
8<?php
9$var1 = xml_parser_create_ns();
10xml_set_element_handler($var1, new Exception(""), 4096);
11xml_parse($var1,  str_repeat("<a>", 10));
12?>
13--EXPECTF--
14Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
15
16Warning: xml_parse(): Unable to call handler in %s on line %d
17
18Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
19
20Warning: xml_parse(): Unable to call handler in %s on line %d
21
22Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
23
24Warning: xml_parse(): Unable to call handler in %s on line %d
25
26Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
27
28Warning: xml_parse(): Unable to call handler in %s on line %d
29
30Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
31
32Warning: xml_parse(): Unable to call handler in %s on line %d
33
34Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
35
36Warning: xml_parse(): Unable to call handler in %s on line %d
37
38Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
39
40Warning: xml_parse(): Unable to call handler in %s on line %d
41
42Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
43
44Warning: xml_parse(): Unable to call handler in %s on line %d
45
46Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
47
48Warning: xml_parse(): Unable to call handler in %s on line %d
49
50Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
51
52Warning: xml_parse(): Unable to call handler in %s on line %d
53