- Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- array (
0 =>
(object) array(
'tid' => 22,
'name' => 'A third example master category',
'weight' => 0,
'depth' => 0,
),
1 =>
(object) array(
'tid' => 67,
'name' => 'Another Example',
'weight' => 1,
'depth' => 0,
),
2 =>
(object) array(
'tid' => 24,
'name' => 'Sample',
'weight' => 3,
'depth' => 0,
),
3 =>
(object) array(
'tid' => 66,
'name' => 'Sample Subcategory',
'weight' => 0,
'depth' => 1,
),
4 =>
(object) array(
'tid' => 68,
'name' => 'Subcategory for Another Example',
'weight' => 1,
'depth' => 1,
),
)
- Output for 7.2.0 - 7.2.33
- array (
0 =>
stdClass::__set_state(array(
'tid' => 22,
'name' => 'A third example master category',
'weight' => 0,
'depth' => 0,
)),
1 =>
stdClass::__set_state(array(
'tid' => 67,
'name' => 'Another Example',
'weight' => 1,
'depth' => 0,
)),
2 =>
stdClass::__set_state(array(
'tid' => 24,
'name' => 'Sample',
'weight' => 3,
'depth' => 0,
)),
3 =>
stdClass::__set_state(array(
'tid' => 66,
'name' => 'Sample Subcategory',
'weight' => 0,
'depth' => 1,
)),
4 =>
stdClass::__set_state(array(
'tid' => 68,
'name' => 'Subcategory for Another Example',
'weight' => 1,
'depth' => 1,
)),
)