summaryrefslogtreecommitdiff
path: root/ext/shmop/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shmop/tests/002.phpt')
-rw-r--r--ext/shmop/tests/002.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/shmop/tests/002.phpt b/ext/shmop/tests/002.phpt
index a06f454445..12b1b6b95f 100644
--- a/ext/shmop/tests/002.phpt
+++ b/ext/shmop/tests/002.phpt
@@ -52,22 +52,22 @@ echo PHP_EOL, '## shmop_write function tests ##';
Warning: shmop_open(): is not a valid flag in %s on line %d
bool(false)
-Warning: shmop_open(): invalid access mode in %s on line %d
+Warning: shmop_open(): Invalid access mode in %s on line %d
bool(false)
-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 'Invalid argument' in %s on line %d
bool(false)
Warning: shmop_open(): Shared memory segment size must be greater than zero in %s on line %d
bool(false)
## shmop_read function tests ##
-Warning: shmop_read(): start is out of range in %s on line %d
+Warning: shmop_read(): Start is out of range in %s on line %d
bool(false)
-Warning: shmop_read(): count is out of range in %s on line %d
+Warning: shmop_read(): Count is out of range in %s on line %d
bool(false)
## shmop_write function tests ##
-Warning: shmop_write(): offset out of range in %s on line %d
+Warning: shmop_write(): Offset out of range in %s on line %d
bool(false)