79522703

Date: 2025-03-20 11:01:58
Score: 1.5
Natty:
Report link
$desired_output = array_combine(
    array_map( fn( $k ) => str_replace( 'posted_', '', $k ), array_keys( $data ) ),
    $data
);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dahero