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
Parse error: syntax error, unexpected '}' in /in/NN0sc on line 20
Process exited with code 255.

preferences:
176 ms | 1395 KiB | 62 Q