Skip to content

Commit 35f6a5c

Browse files
remicolletweltling
authored andcommitted
fix test for 32bits (int -> float)
(cherry picked from commit 0f1ae93)
1 parent a85d824 commit 35f6a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/serialize/bug72731.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ $poc = 'O:8:"stdClass":1:{i:0;O:3:"obj":1:{s:4:"ryat";R:1;}}';
1414
var_dump(unserialize($poc));
1515

1616
?>
17-
--EXPECT--
18-
int(73588229205)
17+
--EXPECTF--
18+
%s(73588229205)

0 commit comments

Comments
 (0)