3v4l.org

run code in 300+ PHP versions simultaneously
<?php // can't use $this, so replacing with $ths for demonstrative purposes $ths = (object)[ 'item' => (object)[ 'tags' => (object)[ 'itemTags' => [ (object)['alias' => 'one'], (object)['alias' => 'two'], (object)['alias' => 'three'], ] ] ] ]; echo '<div class="realizace_box ' . implode(' ', array_column($ths->item->tags->itemTags, 'alias')) . '">';

preferences:
67.33 ms | 402 KiB | 5 Q