3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(){} const CONFIG = [ 'pdo' => new PDO() ]; /* define('CONFIG', [ 'pdo' => new PDO() ]); */ var_dump(CONFIG);
Output for 7.0.0
Fatal error: Constant expression contains invalid operations in /in/sOCql on line 7
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Parse error: syntax error, unexpected 'new' (T_NEW) in /in/sOCql on line 6
Process exited with code 255.

preferences:
157.33 ms | 1395 KiB | 24 Q