3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test implements SessionHandlerInterface { public close ( void ){} public destroy ( string $session_id ){} public gc ( int $maxlifetime ){} public open ( string $save_path , string $session_name ){} public read ( string $session_id ){} public write ( string $session_id , string $session_data ){} } $test = new Test();
Output for 7.1.0 - 7.1.7
Parse error: syntax error, unexpected 'close' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/5IIJs on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.20
Parse error: syntax error, unexpected 'close' (T_STRING), expecting variable (T_VARIABLE) in /in/5IIJs on line 5
Process exited with code 255.

preferences:
170.66 ms | 1395 KiB | 36 Q