Searched defs:shmop (Results 1 – 2 of 2) sorted by relevance
13 function shmop_read(Shmop $shmop, int $offset, int $size): string {}16 function shmop_close(Shmop $shmop): void {}18 function shmop_size(Shmop $shmop): int {}20 function shmop_write(Shmop $shmop, string $data, int $offset): int {}22 function shmop_delete(Shmop $shmop): bool {}
99 php_shmop *shmop = shmop_from_obj(object); in shmop_free_obj() local107 PHP_MINIT_FUNCTION(shmop) in PHP_MINIT_FUNCTION() argument125 PHP_MINFO_FUNCTION(shmop) in PHP_MINFO_FUNCTION() argument137 php_shmop *shmop; in PHP_FUNCTION() local222 php_shmop *shmop; in PHP_FUNCTION() local267 php_shmop *shmop; in PHP_FUNCTION() local282 php_shmop *shmop; in PHP_FUNCTION() local315 php_shmop *shmop; in PHP_FUNCTION() local
Completed in 5 milliseconds