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/LjWcQ on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected '[', expecting ')' in /in/LjWcQ on line 5
Process exited with code 255.

preferences:
189.27 ms | 1399 KiB | 53 Q