You could easily reproduce this by something like this:

$array = array('apple', 'lemon', 'orange');
dpm($array);
dpm(devel_print_object($array));

I will provide a patch soon.

Comments

PatchRanger’s picture

Status: Active » Needs review
StatusFileSize
new460 bytes

Here is the patch for D8.

PatchRanger’s picture

PatchRanger’s picture

Please do not forget to add an author of a commit : "Adding a commit author".

pcambra’s picture

Issue tags: +develcontribute

Tagging, needs testing/verification

jonhattan’s picture

Status: Needs review » Reviewed & tested by the community

Tested on D8 and it works.

pcambra’s picture

Status: Reviewed & tested by the community » Fixed

Confirmed that the patch works & committed both for D7 & D8 thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.