Searched refs:message_type (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/sysvmsg/ |
H A D | sysvmsg.stub.php | 45 function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, boo… argument
|
H A D | sysvmsg_arginfo.h | 11 ZEND_ARG_TYPE_INFO(0, message_type, IS_LONG, 0)
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 1977 function error_log(string $message, int $message_type = 0, ?string $destination = null, ?string $ad… argument
|
H A D | basic_functions_arginfo.h | 450 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, message_type, IS_LONG, 0, "0")
|
Completed in 25 milliseconds