--TEST-- shmop extension error messages --CREDITS-- edgarsandi - --SKIPIF-- --FILE-- --EXPECTF-- ## shmop_open function tests ## Warning: shmop_open() expects exactly 4 parameters, 0 given in %s on line %d NULL 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 bool(false) 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() expects exactly 3 parameters, 0 given in %s on line %d NULL 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 bool(false) ## shmop_write function tests ## Warning: shmop_write() expects exactly 3 parameters, 0 given in %s on line %d NULL Warning: shmop_write(): offset out of range in %s on line %d bool(false) ## shmop_size function tests ## Warning: shmop_size() expects exactly 1 parameter, 0 given in %s on line %d NULL ## shmop_delete function tests ## Warning: shmop_delete() expects exactly 1 parameter, 0 given in %s on line %d NULL ## shmop_close function tests ## Warning: shmop_close() expects exactly 1 parameter, 0 given in %s on line %d NULL