<?php

$image_path = array('sm'=>'sm','lg'=>'lg','secondary'=>array('whatever'));

$obj = (object)$image_path;

var_dump($obj);