Type Definition php_all_sys::php56::zend_object_get_method_t[][src]

type zend_object_get_method_t = Option<unsafe extern "C" fn(object_ptr: *mut *mut zval, method: *mut c_char, method_len: c_int, key: *const _zend_literal) -> *mut _zend_function>;