Searched refs:msg_send (Results 1 – 7 of 7) sorted by relevance
/PHP-5.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-5.4/ext/sysvmsg/ |
H A D | php_sysvmsg.h | 49 PHP_FUNCTION(msg_send);
|
H A D | sysvmsg.c | 92 PHP_FE(msg_send, arginfo_msg_send) 389 PHP_FUNCTION(msg_send) in PHP_FUNCTION() argument
|
/PHP-5.4/ |
H A D | NEWS | 8674 - Fixed bug #31527 (crash in msg_send() when non-string is stored without
|
Completed in 32 milliseconds