Home
last modified time | relevance | path

Searched refs:shmop_close (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/shmop/tests/
H A D002.phpt67 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
H A D001.phpt35 shmop_close($shm_id);
51 shmop_close($shm_id);
78 shmop_close($shm_id);
/PHP-7.0/ext/shmop/
H A Dphp_shmop.h35 PHP_FUNCTION(shmop_close);
H A Dshmop.c86 PHP_FE(shmop_close, arginfo_shmop_close)
266 PHP_FUNCTION(shmop_close) in PHP_FUNCTION() argument
H A DREADME63 int shmop_close(int shmid)

Completed in 8 milliseconds