Skip to content

Commit 826733a

Browse files
committed
Fix always failing sysvshm bug72858.phpt test
1 parent e440e37 commit 826733a

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
@@ -10,7 +10,7 @@ if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; }
1010
<?php
1111

1212
$v1=100;
13-
$v2=0xffffffff / 4 + 0x1337;
13+
$v2=PHP_INT_MAX;
1414
shm_attach($v1,$v2);
1515

1616
?>

0 commit comments

Comments
 (0)