pub unsafe extern "C" fn folk_array_append_string( arr: *mut zval, val: *const c_char, val_len: usize, )
Append a string to a PHP array (numeric index).