We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9d0a9 commit 1a95ed0Copy full SHA for 1a95ed0
ext/shmop/tests/002.phpt
@@ -4,9 +4,6 @@ shmop extension error messages
4
edgarsandi - <[email protected]>
5
--SKIPIF--
6
<?php
7
- if( substr(PHP_OS, 0, 3) == "WIN") {
8
- die('skip not for Windows');
9
- }
10
if (!extension_loaded("shmop")) {
11
die("skip shmop() extension not available");
12
}
@@ -55,7 +52,7 @@ bool(false)
55
52
Warning: shmop_open(): Invalid access mode in %s on line %d
56
53
bool(false)
57
54
58
-Warning: shmop_open(): Unable to attach or create shared memory segment 'Invalid argument' in %s on line %d
+Warning: shmop_open(): Unable to attach or create shared memory segment '%s' in %s on line %d
59
60
61
Warning: shmop_open(): Shared memory segment size must be greater than zero in %s on line %d
0 commit comments