he means in the code he sent you change

$entry_array[ 'entry' ][0] .= 'TEST';

to

$entry_array[ 'entry' ][0] .= 'TEST';
echo $entry_array[ 'entry' ][0];// to see its NEW contents