pub type zend_object_do_operation_t = Option<unsafe extern "C" fn(opcode: u8, result: *mut zval, op1: *mut zval, op2: *mut zval) -> zend_result>;Aliased Type§
pub enum zend_object_do_operation_t {
None,
Some(unsafe extern "C" fn(u8, *mut _zval_struct, *mut _zval_struct, *mut _zval_struct) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(u8, *mut _zval_struct, *mut _zval_struct, *mut _zval_struct) -> i32)
Some value of type T.