123 ), array( 'my_column' => 456.7 ), array() ); $this->assertSame(579.7, array_column_sum($input, 'my_column')); } }