<?php $a = ["Content-Type" => "text/plain"]; $o = (object) $a; var_dump($o, $o->{"Content-Type"});
You have javascript disabled. You will not be able to edit any code.