Home
last modified time | relevance | path

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

/PHP-7.3/ext/shmop/tests/
H A D002.phpt59 echo PHP_EOL, '## shmop_size function tests ##';
61 var_dump(shmop_size());
105 ## shmop_size function tests ##
106 Warning: shmop_size() expects exactly 1 parameter, 0 given in %s on line %d
H A D001.phpt23 echo "shm size is: " . ($shm_size = shmop_size($shm_id)) . "\n";
/PHP-7.3/ext/shmop/
H A Dphp_shmop.h36 PHP_FUNCTION(shmop_size);
H A Dshmop.c86 PHP_FE(shmop_size, arginfo_shmop_size)
290 PHP_FUNCTION(shmop_size) in PHP_FUNCTION() argument
H A DREADME48 int shmop_size(int shmid)

Completed in 9 milliseconds