summaryrefslogtreecommitdiff
path: root/ext/sysvmsg/sysvmsg_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvmsg/sysvmsg_arginfo.h')
-rw-r--r--ext/sysvmsg/sysvmsg_arginfo.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/ext/sysvmsg/sysvmsg_arginfo.h b/ext/sysvmsg/sysvmsg_arginfo.h
index 804f1768b3..4759718b66 100644
--- a/ext/sysvmsg/sysvmsg_arginfo.h
+++ b/ext/sysvmsg/sysvmsg_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 3f918caddccfebee1f1048abd4a23672724436ad */
+ * Stub hash: 6744b81ba4b0b5db62ffe04255c35519e17be7c2 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_msg_get_queue, 0, 1, SysvMessageQueue, MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, key, IS_LONG, 0)
@@ -68,3 +68,15 @@ static const zend_function_entry ext_functions[] = {
static const zend_function_entry class_SysvMessageQueue_methods[] = {
ZEND_FE_END
};
+
+zend_class_entry *register_class_SysvMessageQueue()
+{
+ zend_class_entry ce, *class_entry;
+
+ INIT_CLASS_ENTRY(ce, "SysvMessageQueue", class_SysvMessageQueue_methods);
+ class_entry = zend_register_internal_class_ex(&ce, NULL);
+ class_entry->ce_flags |= ZEND_ACC_FINAL|ZEND_ACC_NO_DYNAMIC_PROPERTIES;
+
+ return class_entry;
+}
+