3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myarray = [ (object) [ 'id' => 6578765, 'name' => 'John Smith', 'first_name' => 'John', 'last_name' => 'Smith', 'link' => 'http://www.example.com', 'gender' => 'male', 'email' => 'email@example.com', 'timezone' => 8, 'updated_time' => '2010-12-07T21:02:21+0000', ] ]; echo $myarray[0]->['email'];
Output for 8.0.1 - 8.0.20, 8.1.0 - 8.1.7
Parse error: syntax error, unexpected token "[", expecting identifier or variable or "{" or "$" in /in/VRo2O on line 17
Process exited with code 255.
Output for 7.4.0 - 7.4.30
Parse error: syntax error, unexpected '[', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/VRo2O on line 17
Process exited with code 255.

preferences:
184.08 ms | 1395 KiB | 64 Q