Function php_all_sys::php54::zend_declare_property_ex[][src]

pub unsafe extern "C" fn zend_declare_property_ex(
    ce: *mut zend_class_entry,
    name: *const c_char,
    name_length: c_int,
    property: *mut zval,
    access_type: c_int,
    doc_comment: *const c_char,
    doc_comment_len: c_int
) -> c_int