mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix test after callback name change
This commit is contained in:
parent
907bf786f1
commit
177c455f04
1 changed files with 20 additions and 40 deletions
|
@ -11,62 +11,42 @@ xml_set_element_handler($var1, new Exception(""), 4096);
|
|||
xml_parse($var1, str_repeat("<a>", 10));
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
||||
Warning: Invalid callback Exception in %s%ebug72085.php:%d
|
||||
Stack trace:
|
||||
#0 {main}, no array or string given in %s%ebug72085.php on line %d
|
||||
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
|
||||
|
||||
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
||||
Warning: xml_parse(): Unable to call handler in %s on line %d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue