pub unsafe extern "C" fn add_property_long_ex(
    arg: *mut zval,
    key: *const c_char,
    key_len: size_t,
    l: zend_long
) -> c_int