Skip to content

Commit 177c455

Browse files
committed
Fix test after callback name change
1 parent 907bf78 commit 177c455

File tree

1 file changed

+20
-40
lines changed

1 file changed

+20
-40
lines changed

ext/xml/tests/bug72085.phpt

Lines changed: 20 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,62 +11,42 @@ xml_set_element_handler($var1, new Exception(""), 4096);
1111
xml_parse($var1, str_repeat("<a>", 10));
1212
?>
1313
--EXPECTF--
14-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
15-
Stack trace:
16-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
14+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
1715

18-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
16+
Warning: xml_parse(): Unable to call handler in %s on line %d
1917

20-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
21-
Stack trace:
22-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
18+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
2319

24-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
20+
Warning: xml_parse(): Unable to call handler in %s on line %d
2521

26-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
27-
Stack trace:
28-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
22+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
2923

30-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
24+
Warning: xml_parse(): Unable to call handler in %s on line %d
3125

32-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
33-
Stack trace:
34-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
26+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
3527

36-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
28+
Warning: xml_parse(): Unable to call handler in %s on line %d
3729

38-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
39-
Stack trace:
40-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
30+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
4131

42-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
32+
Warning: xml_parse(): Unable to call handler in %s on line %d
4333

44-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
45-
Stack trace:
46-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
34+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
4735

48-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
36+
Warning: xml_parse(): Unable to call handler in %s on line %d
4937

50-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
51-
Stack trace:
52-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
38+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
5339

54-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
40+
Warning: xml_parse(): Unable to call handler in %s on line %d
5541

56-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
57-
Stack trace:
58-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
42+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
5943

60-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
44+
Warning: xml_parse(): Unable to call handler in %s on line %d
6145

62-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
63-
Stack trace:
64-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
46+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
6547

66-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
48+
Warning: xml_parse(): Unable to call handler in %s on line %d
6749

68-
Warning: Invalid callback Exception in %s%ebug72085.php:%d
69-
Stack trace:
70-
#0 {main}, no array or string given in %s%ebug72085.php on line %d
50+
Warning: Invalid callback Exception::__invoke, no array or string given in %s on line %d
7151

72-
Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
52+
Warning: xml_parse(): Unable to call handler in %s on line %d

0 commit comments

Comments
 (0)