Searched refs:msg_send (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/sysvmsg/tests/ |
H A D | 006.phpt | 2 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 D | gh16592.phpt | 2 msg_send() segfault when the type does not serialize as expected 13 msg_send($q, 1, new Test, true);
|
H A D | 005.phpt | 37 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 D | 001.phpt | 9 msg_send($q, 1, "hello") or print "FAIL\n";
|
H A D | 002.phpt | 9 if (!msg_send ($queue, 1, 'Hi', false /* ! no_ser*/, true/*block*/, $msg_err)) {
|
/php-src/ext/sysvmsg/ |
H A D | sysvmsg_arginfo.h | 47 ZEND_FUNCTION(msg_send); 56 ZEND_FE(msg_send, arginfo_msg_send)
|
H A D | sysvmsg.stub.php | 45 function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, boo… function
|
H A D | sysvmsg.c | 346 PHP_FUNCTION(msg_send) in PHP_FUNCTION() argument
|
Completed in 10 milliseconds