pub unsafe extern "C" fn add_property_array_ex(
    arg: *mut zval,
    key: *const c_char,
    key_len: usize,
    arr: *mut zend_array
)