pub type zend_object_get_debug_info_t = Option<unsafe extern "C" fn(object: *mut zend_object, is_temp: *mut c_int) -> *mut HashTable>;

Aliased Type§

enum zend_object_get_debug_info_t {
    None,
    Some(unsafe extern "C" fn(_: *mut _zend_object, _: *mut i32) -> *mut _zend_array),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _zend_object, _: *mut i32) -> *mut _zend_array)

Some value of type T.