$var[not_defined_constant] = $other_var. It is a warning in php 7 and will throw error in future versions. It should be $var['not_defined_constant'] = $other_var. Are you planning on implementing it? Thanks