Searched refs:shmop_close (Results 1 – 5 of 5) sorted by relevance
67 echo PHP_EOL, '## shmop_close function tests ##';69 var_dump(shmop_close());113 ## shmop_close function tests ##114 Warning: shmop_close() expects exactly 1 parameter, 0 given in %s on line %d
35 shmop_close($shm_id);51 shmop_close($shm_id);78 shmop_close($shm_id);
35 PHP_FUNCTION(shmop_close);
86 PHP_FE(shmop_close, arginfo_shmop_close)266 PHP_FUNCTION(shmop_close) in PHP_FUNCTION() argument
63 int shmop_close(int shmid)
Completed in 6 milliseconds