Lines Matching refs:shmop_open
10 echo PHP_EOL, '## shmop_open function tests ##', PHP_EOL;
14 shmop_open(1338, '', 0644, 1024);
20 shmop_open(1338, 'b', 0644, 1024);
26 var_dump(shmop_open(0, 'a', 0644, 1024));
30 shmop_open(0, 'a', 0644, 1024);
37 shmop_open(1338, "c", 0666, 0);
44 $shm_id = shmop_open(1338, 'n', 0600, 1024);
53 $shm_id = shmop_open(1339, 'n', 0600, 1024);
63 $shm_id = shmop_open(1340, 'n', 0600, 1024);
72 ## shmop_open function tests ##
73 shmop_open(): Argument #2 ($mode) must be a valid access mode
74 shmop_open(): Argument #2 ($mode) must be a valid access mode
76 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
79 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
80 shmop_open(): Argument #4 ($size) must be greater than 0 for the "c" and "n" access modes