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 6b2dbb8 commit 95589feCopy full SHA for 95589fe
ext/sysvshm/tests/bug72858.phpt
@@ -3,7 +3,6 @@ Bug #72858 shm_attach null dereference
3
--SKIPIF--
4
<?php
5
if (!extension_loaded("sysvshm")){ print 'skip'; }
6
-if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
7
if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; }
8
?>
9
--FILE--
0 commit comments