Skip to content

Commit ce4c78d

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed test case for 5328d42
2 parents c02003e + 5e988a8 commit ce4c78d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Zend/tests/generators/errors/serialize_unserialize_error.phpt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ Stack trace:
3434

3535
exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d
3636
Stack trace:
37-
#0 [internal function]: Generator->__wakeup()
38-
#1 %s(%d): unserialize('O:9:"Generator"...')
39-
#2 {main}
37+
#0 %s(%d): unserialize('O:9:"Generator"...')
38+
#1 {main}
4039

4140
exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d
4241
Stack trace:

0 commit comments

Comments
 (0)