<?php $a = new StdClass; $a->foo = "bar"; var_dump(array_column([$a], "foo"));
You have javascript disabled. You will not be able to edit any code.