Skip to content

Commit 742c54a

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: fix test update NEWS
2 parents 69ed396 + 0a21b5d commit 742c54a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

sapi/cli/tests/005.phpt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ show information about class
44
<?php
55
include "skipif.inc";
66
if (!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

1919
echo "Done\n";
2020
?>
21-
--EXPECTF--
21+
--EXPECTF--
2222
string(40) "Exception: Class unknown does not exist
2323
"
2424
string(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

0 commit comments

Comments
 (0)