Home
last modified time | relevance | path

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

/PHP-7.4/ext/snmp/
H A Dsnmp.c1913 zval *php_snmp_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in php_snmp_read_property() function
2008 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in php_snmp_has_property()
2016 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in php_snmp_has_property()
2287 php_snmp_object_handlers.read_property = php_snmp_read_property; in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds