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 a5e34c6 commit 71ec05eCopy full SHA for 71ec05e
1 file changed
ext/shmop/tests/shmop_open_private.phpt
@@ -13,6 +13,8 @@ $shm2 = shmop_open(0, 'c', 0777, 1024);
13
$read = shmop_read($shm2, 0, 4);
14
15
var_dump(is_string($read) && $read !== $write);
16
+shmop_delete($shm1);
17
+shmop_delete($shm2);
18
?>
19
--EXPECT--
20
bool(true)
0 commit comments