3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array=Array ( [01] => Array ( 'facebook' => 375, 'twitter' => 3276, 'email' => 3276 ) [02] => Array ( 'facebook' => 385, 'twitter' => 3326, 'email' => 3326 ) ); print_r($array); die(); array_column($records, 'first_name');
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '[', expecting ')' in /in/tfRnu on line 12
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected '[', expecting ')' in /in/tfRnu on line 5
Process exited with code 255.

preferences:
180.02 ms | 1395 KiB | 53 Q