Home
last modified time | relevance | path

Searched refs:php_snmp_read_property (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/snmp/
H A Dsnmp.c1688 zval *php_snmp_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, z… in php_snmp_read_property() function
1760 zval *value = php_snmp_read_property(object, name, BP_VAR_IS, cache_slot, &rv); in php_snmp_has_property()
1768 zval *value = php_snmp_read_property(object, name, BP_VAR_IS, cache_slot, &rv); in php_snmp_has_property()
2017 php_snmp_object_handlers.read_property = php_snmp_read_property; in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds