Type Definition phper_sys::zend_object_call_method_t[][src]

type zend_object_call_method_t = Option<unsafe extern "C" fn(method: *mut zend_string, object: *mut zend_object, execute_data: *mut zend_execute_data, return_value: *mut zval) -> c_int>;