Skip to content

Commit 2425f88

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: fix test
2 parents f2f8ea9 + da53210 commit 2425f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/cli/tests/005.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ string(183) "Class [ <internal:Core> class stdClass ] {
4040
}
4141

4242
"
43-
string(1424) "Class [ <internal:Core> class Exception ] {
43+
string(1418) "Class [ <internal:Core> class Exception ] {
4444

4545
- Constants [0] {
4646
}
@@ -74,7 +74,7 @@ string(1424) "Class [ <internal:Core> class Exception ] {
7474
}
7575
}
7676

77-
Method [ <internal:Core> final public method __wakeup ] {
77+
Method [ <internal:Core> public method __wakeup ] {
7878
}
7979

8080
Method [ <internal:Core> final public method getMessage ] {

0 commit comments

Comments
 (0)