File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ show information about class
44<?php
55include "skipif.inc " ;
66if (!extension_loaded ("reflection " )) {
7- die ("skip reflection extension required " );
7+ die ("skip reflection extension required " );
88}
99?>
1010--FILE--
@@ -18,7 +18,7 @@ var_dump(`"$php" -n --rc exception`);
1818
1919echo "Done \n" ;
2020?>
21- --EXPECTF--
21+ --EXPECTF--
2222string(40) "Exception: Class unknown does not exist
2323"
2424string(183) "Class [ <internal:Core> class stdClass ] {
@@ -40,7 +40,7 @@ string(183) "Class [ <internal:Core> class stdClass ] {
4040}
4141
4242"
43- string(1355 ) "Class [ <internal:Core> class Exception ] {
43+ string(1424 ) "Class [ <internal:Core> class Exception ] {
4444
4545 - Constants [0] {
4646 }
@@ -61,7 +61,7 @@ string(1355) "Class [ <internal:Core> class Exception ] {
6161 Property [ <default> private $previous ]
6262 }
6363
64- - Methods [10 ] {
64+ - Methods [11 ] {
6565 Method [ <internal:Core> final private method __clone ] {
6666 }
6767
@@ -74,6 +74,9 @@ string(1355) "Class [ <internal:Core> class Exception ] {
7474 }
7575 }
7676
77+ Method [ <internal:Core> final public method __wakeup ] {
78+ }
79+
7780 Method [ <internal:Core> final public method getMessage ] {
7881 }
7982
You can’t perform that action at this time.
0 commit comments