We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ec05e commit 3b50874Copy full SHA for 3b50874
1 file changed
ext/sysvshm/tests/gh16591.phpt
@@ -20,6 +20,8 @@ try {
20
echo $e->getMessage(), "\n";
21
}
22
23
+shm_remove(shm_attach(1));
24
+
25
?>
26
--EXPECT--
27
Shared memory block has been destroyed by the serialization function
0 commit comments