Searched refs:msg_send (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/sysvmsg/tests/ |
H A D | 006.phpt | 2 msg_send() data types when not serializing 14 var_dump(msg_send($queue, 1, $elem, false)); 57 Warning: msg_send(): Message parameter must be either a string or a number. in %s on line %d 64 Warning: msg_send(): Message parameter must be either a string or a number. in %s on line %d
|
H A D | 005.phpt | 34 var_dump(msg_send($q, 1, 'foo', true, true, $errno)); 50 Warning: msg_send(): msgsnd failed: Invalid argument in %s on line %d 68 Warning: msg_send() expects parameter 1 to be resource, string given in %s on line %d
|
H A D | 001.phpt | 10 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-7.4/ext/sysvmsg/ |
H A D | sysvmsg.c | 41 PHP_FUNCTION(msg_send); 115 PHP_FE(msg_send, arginfo_msg_send) 409 PHP_FUNCTION(msg_send) in PHP_FUNCTION() argument
|
/PHP-7.4/ |
H A D | NEWS | 165 . Fixed bug #78819 (Heap Overflow in msg_send). (cmb)
|
Completed in 12 milliseconds