<?php declare(strict_types=1); return [ '@hello' => 'runtime', 'with spaces' => 1, 'and#other!chars' => 2., 'with_underscore-and-dashes' => true, ];
info at phpclasses dot org