3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public static $errors = array( 4040 => array( 'errorno' => 4040, 'errormsg' => 'Campaign not found' ), 4044 => array( 'errorno' => 4044, 'errormsg' => 'Keyword not found' ) ); } $tester = new test(); var_dump($tester);

preferences:
33.33 ms | 402 KiB | 5 Q