Function zend_verify_property_type

Source
pub unsafe extern "C" fn zend_verify_property_type(
    info: *const zend_property_info,
    property: *mut zval,
    strict: bool,
) -> bool