- Output for 8.3.0 - 8.3.16, 8.4.1 - 8.4.3
- Warning: unserialize(): Error at offset 5 of 5 bytes in /in/vsXj2 on line 5 bool(false)
- Output for 8.2.0 - 8.2.27
- Notice: unserialize(): Error at offset 5 of 5 bytes in /in/vsXj2 on line 5 bool(false)
<?php
$x= "a:1:{";
var_dump(unserialize($x));