<?php $index = "stuff string"; $data = 'foo'; $cache_id = 'bar'; $tmparr = new stdClass; $tmparr->name = $cache_id; $tmparr->size = strlen($data); $index[] = $tmparr; var_dump($index);
You have javascript disabled. You will not be able to edit any code.