mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix method names in header
This commit is contained in:
parent
8d4a35f3e9
commit
12517f51a8
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ PHP_METHOD(SNMP, get);
|
||||||
PHP_METHOD(SNMP, getnext);
|
PHP_METHOD(SNMP, getnext);
|
||||||
PHP_METHOD(SNMP, walk);
|
PHP_METHOD(SNMP, walk);
|
||||||
PHP_METHOD(SNMP, set);
|
PHP_METHOD(SNMP, set);
|
||||||
PHP_METHOD(SNMP, get_errno);
|
PHP_METHOD(SNMP, getErrno);
|
||||||
PHP_METHOD(SNMP, get_error);
|
PHP_METHOD(SNMP, getError);
|
||||||
|
|
||||||
typedef struct _php_snmp_object {
|
typedef struct _php_snmp_object {
|
||||||
zend_object zo;
|
zend_object zo;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue