1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- --TEST--
- Bug #72085 (SEGV on unknown address zif_xml_parse)
- --SKIPIF--
- <?php
- if (!extension_loaded('xml')) die('skip xml extension not available');
- ?>
- --FILE--
- <?php
- $var1 = xml_parser_create_ns();
- xml_set_element_handler($var1, new Exception(""), 4096);
- xml_parse($var1, str_repeat("<a>", 10));
- ?>
- ===DONE===
- --EXPECTF--
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- Warning: Invalid callback exception 'Exception' in %s%ebug72085.php:%d
- Stack trace:
- #0 {main}, no array or string given in %s%ebug72085.php on line %d
- Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
- ===DONE===
|