Skip to content

Commit 369f8da

Browse files
committed
Fix value in test case
Cf. <e9e2cf0#r73755320>.
1 parent 462d00f commit 369f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sysvshm/tests/bug72858.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; }
1212
<?php
1313

1414
$v1=100;
15-
$v2=0x4fffffff + 0x1337;
15+
$v2=0x3fffffff + 0x1337;
1616
shm_attach($v1,$v2);
1717

1818
?>

0 commit comments

Comments
 (0)