Home
last modified time | relevance | path

Searched refs:msg_send (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/sysvmsg/tests/
H A D006.phpt2 msg_send() data types when not serializing
15 var_dump(msg_send($queue, 1, $elem, false));
60 msg_send(): Argument #3 ($message) must be of type string|int|float|bool, null given
65 msg_send(): Argument #3 ($message) must be of type string|int|float|bool, array given
H A D005.phpt37 var_dump(msg_send($q, 1, 'foo', true, true, $errno));
51 Warning: msg_send(): msgsnd failed: Invalid argument in %s on line %d
61 Warning: msg_send(): msgsnd failed: Invalid argument in %s on line %d
H A D001.phpt9 msg_send($q, 1, "hello") or print "FAIL\n";
H A D002.phpt9 if (!msg_send ($queue, 1, 'Hi', false /* ! no_ser*/, true/*block*/, $msg_err)) {
/php-src/ext/sysvmsg/
H A Dsysvmsg_arginfo.h47 ZEND_FUNCTION(msg_send);
56 ZEND_FE(msg_send, arginfo_msg_send)
H A Dsysvmsg.stub.php45 function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, boo… function
H A Dsysvmsg.c346 PHP_FUNCTION(msg_send) in PHP_FUNCTION() argument

Completed in 10 milliseconds