summaryrefslogtreecommitdiff
path: root/ext/sysvsem/sysvsem_arginfo.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2021-02-15 10:00:46 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2021-02-15 11:45:26 +0100
commita730dc0cf98c8812bc8f4b4773699511e5639c06 (patch)
tree350b044edca626fe496d09407cd9f9059a18cd61 /ext/sysvsem/sysvsem_arginfo.h
parentf01ad22bab98d20f4183d32c57f529fe5ee71828 (diff)
downloadphp-git-a730dc0cf98c8812bc8f4b4773699511e5639c06.tar.gz
Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidy
Closes GH-6696
Diffstat (limited to 'ext/sysvsem/sysvsem_arginfo.h')
-rw-r--r--ext/sysvsem/sysvsem_arginfo.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/ext/sysvsem/sysvsem_arginfo.h b/ext/sysvsem/sysvsem_arginfo.h
index 8d6f0ac409..a4080bef5b 100644
--- a/ext/sysvsem/sysvsem_arginfo.h
+++ b/ext/sysvsem/sysvsem_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 745e7cf135c7d1c9ad09d1ea1ab6cf2a8181433a */
+ * Stub hash: dd7be82f586ef5f9221268ae90e959e8cccdcacf */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_sem_get, 0, 1, SysvSemaphore, MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, key, IS_LONG, 0)
@@ -38,3 +38,15 @@ static const zend_function_entry ext_functions[] = {
static const zend_function_entry class_SysvSemaphore_methods[] = {
ZEND_FE_END
};
+
+zend_class_entry *register_class_SysvSemaphore()
+{
+ zend_class_entry ce, *class_entry;
+
+ INIT_CLASS_ENTRY(ce, "SysvSemaphore", class_SysvSemaphore_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;
+}
+