]> granicus.if.org Git - php/commitdiff
Add arginfo for HashContext::__construct()
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 13 Feb 2020 15:39:45 +0000 (16:39 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 13 Feb 2020 15:51:23 +0000 (16:51 +0100)
Arginfo was already generated, just not referenced.

ext/hash/hash.c

index e4b28c0e6b315ffcd4f2caeb3c4d798ec074499a..e4f8537676b0820ad6f6ee163d1743b72d4a0e5e 100644 (file)
@@ -908,7 +908,7 @@ static PHP_METHOD(HashContext, __construct) {
 /* }}} */
 
 static const zend_function_entry php_hashcontext_methods[] = {
-       PHP_ME(HashContext, __construct, NULL, ZEND_ACC_PRIVATE)
+       PHP_ME(HashContext, __construct, arginfo_class_HashContext___construct, ZEND_ACC_PRIVATE)
        PHP_FE_END
 };