3v4l.org

run code in 300+ PHP versions simultaneously
<?php function my_unserialize($data) { $array = unserialize($data); if(!is_array($array)) { $array = array(); } return $array; } class ryat { function __construct() { echo 'haha'; } } $str = 'O:4:"ryat":0:{}'; my_unserialize($str));
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.25, 5.5.0 - 5.5.9
Parse error: syntax error, unexpected ')' in /in/Km3v1 on line 23
Process exited with code 255.

preferences:
192.65 ms | 1395 KiB | 72 Q