Searched refs:shmop_size (Results 1 – 4 of 4) sorted by relevance
38 ZEND_FUNCTION(shmop_size);46 ZEND_FE(shmop_size, arginfo_shmop_size)
18 function shmop_size(Shmop $shmop): int {} function
267 PHP_FUNCTION(shmop_size) in PHP_FUNCTION() argument
19 echo "shm size is: " . ($shm_size = shmop_size($shm_id)) . "\n";
Completed in 8 milliseconds