<?php class A { const TESTARRAY = ['TESTVALUE1', 'TESTVALUE2',]; public static function testConstant() { foreach (TESTARRAY as $value) { echo $value; } } } A::testConstant();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`