3v4l.org

run code in 300+ PHP versions simultaneously
<?php public function stuff($photo = null) { if (! isset($photo['member'])) { return ''; } if (! isset($photo['member']['name'])) { return ''; } return $photo['member']['name']; } stuff();
Output for 5.4.0 - 5.4.22
Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /in/j8Cl7 on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_PUBLIC in /in/j8Cl7 on line 4
Process exited with code 255.

preferences:
188.64 ms | 1399 KiB | 58 Q