Home
last modified time | relevance | path

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

/PHP-7.4/ext/shmop/tests/
H A D002.phpt56 echo PHP_EOL, '## shmop_size function tests ##';
58 var_dump(shmop_size());
102 ## shmop_size function tests ##
103 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.4/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

Completed in 8 milliseconds