Skip to content

Commit ed84f3a

Browse files
committed
Fix test expectation in gmp/tests/bug74670.phpt
No changes to the input required, because the test actually is intended to verify the behavior for a missing `}`, it's just that the report position changed.
1 parent 11e61e0 commit ed84f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/tests/bug74670.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ $str = 'C:3:"GMP":4:{s:6666666666:""}';
88
var_dump(unserialize($str));
99
?>
1010
--EXPECTF--
11-
Notice: unserialize(): Error at offset 13 of 29 bytes in %s on line %d
11+
Notice: unserialize(): Error at offset 17 of 29 bytes in %s on line %d
1212
bool(false)

0 commit comments

Comments
 (0)