<?php $arr = [0 => 1, 1 => 2, 2 => 3]; $obj = (object) $arr; var_dump($obj);
You have javascript disabled. You will not be able to edit any code.