]> granicus.if.org Git - php/commitdiff
Add missing stub for SNMPException
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 24 Jan 2021 16:58:26 +0000 (17:58 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 24 Jan 2021 16:58:26 +0000 (17:58 +0100)
ext/snmp/snmp.stub.php
ext/snmp/snmp_arginfo.h

index 25ad96d0331757128516856dd14e1279bc87aa16..e6e0cb22eb1d849a8ab6a4109be96e37bd294ec0 100644 (file)
@@ -104,3 +104,7 @@ class SNMP
     /** @return string */
     public function getError() {}
 }
+
+class SNMPException extends RuntimeException
+{
+}
index 7a91113c50a1f15bb1e60cfb6a59b3a47538b6be..52e7e7040da97661465b8ae27b368d899344c89d 100644 (file)
@@ -1,5 +1,5 @@
 /* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 68d61381ba27923bb68d6d9c6e5d5e8ff296cc90 */
+ * Stub hash: 32433e63feea7cc46737000498e248da713ab5a3 */
 
 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_snmpget, 0, 3, stdClass, MAY_BE_ARRAY|MAY_BE_STRING|MAY_BE_BOOL)
        ZEND_ARG_TYPE_INFO(0, hostname, IS_STRING, 0)
@@ -236,3 +236,8 @@ static const zend_function_entry class_SNMP_methods[] = {
        ZEND_ME(SNMP, getError, arginfo_class_SNMP_getError, ZEND_ACC_PUBLIC)
        ZEND_FE_END
 };
+
+
+static const zend_function_entry class_SNMPException_methods[] = {
+       ZEND_FE_END
+};