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
4
4
<?php
5
5
include "skipif.inc " ;
6
6
if (!extension_loaded ("reflection " )) {
7
- die ("skip reflection extension required " );
7
+ die ("skip reflection extension required " );
8
8
}
9
9
?>
10
10
--FILE--
@@ -18,7 +18,7 @@ var_dump(`"$php" -n --rc exception`);
18
18
19
19
echo "Done \n" ;
20
20
?>
21
- --EXPECTF--
21
+ --EXPECTF--
22
22
string(40) "Exception: Class unknown does not exist
23
23
"
24
24
string(183) "Class [ <internal:Core> class stdClass ] {
@@ -40,7 +40,7 @@ string(183) "Class [ <internal:Core> class stdClass ] {
40
40
}
41
41
42
42
"
43
- string(1355 ) "Class [ <internal:Core> class Exception ] {
43
+ string(1424 ) "Class [ <internal:Core> class Exception ] {
44
44
45
45
- Constants [0] {
46
46
}
@@ -61,7 +61,7 @@ string(1355) "Class [ <internal:Core> class Exception ] {
61
61
Property [ <default> private $previous ]
62
62
}
63
63
64
- - Methods [10 ] {
64
+ - Methods [11 ] {
65
65
Method [ <internal:Core> final private method __clone ] {
66
66
}
67
67
@@ -74,6 +74,9 @@ string(1355) "Class [ <internal:Core> class Exception ] {
74
74
}
75
75
}
76
76
77
+ Method [ <internal:Core> final public method __wakeup ] {
78
+ }
79
+
77
80
Method [ <internal:Core> final public method getMessage ] {
78
81
}
79
82
You can’t perform that action at this time.
0 commit comments