<?php $configs = [ 'y' => '1', 'x' => (function () { return 'xxx'; })() ]; echo $configs['x'];
You have javascript disabled. You will not be able to edit any code.