Home
last modified time | relevance | path

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

/php-src/ext/sysvmsg/tests/
H A D003.phpt2 msg_queue_exists()
11 var_dump(msg_queue_exists($id));
14 var_dump(msg_queue_exists($id));
16 var_dump(msg_queue_exists($id));
H A D005.phpt14 $id = ftok(__FILE__, chr(mt_rand(0, 255))); } while (msg_queue_exists($id));
/php-src/ext/sysvmsg/
H A Dsysvmsg_arginfo.h52 ZEND_FUNCTION(msg_queue_exists);
61 ZEND_FE(msg_queue_exists, arginfo_msg_queue_exists)
H A Dsysvmsg.stub.php68 function msg_queue_exists(int $key): bool {} function
H A Dsysvmsg.c199 PHP_FUNCTION(msg_queue_exists) in PHP_FUNCTION() argument

Completed in 9 milliseconds