3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'a:1:{i:0;a:14:{i:0;s:1:"1";s:10:"id_cliente";s:1:"1";i:1;s:4:"lore";s:6:"Nombre";s:4:"lore";i:2;s:8:"martinez";s:8:"Apaterno";s:8:"martinez";i:3;s:6:"chavez";s:8:"Amaterno";s:6:"chavez";i:4;s:2:"20";s:4:"Edad";s:2:"20";i:5;s:9:"loreniuxm";s:6:"Correo";s:9:"loreniuxm";i:6;s:3:"214";s:8:"Telefono";s:3:"214";}};'; print_r(unserialize($a));
Output for 8.3.0 - 8.3.4
Warning: unserialize(): Extra data starting at offset 309 of 310 bytes in /in/AeLuE on line 4 Array ( [0] => Array ( [0] => 1 [id_cliente] => 1 [1] => lore [Nombre] => lore [2] => martinez [Apaterno] => martinez [3] => chavez [Amaterno] => chavez [4] => 20 [Edad] => 20 [5] => loreniuxm [Correo] => loreniuxm [6] => 214 [Telefono] => 214 ) )
Output for 5.6.38 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17
Array ( [0] => Array ( [0] => 1 [id_cliente] => 1 [1] => lore [Nombre] => lore [2] => martinez [Apaterno] => martinez [3] => chavez [Amaterno] => chavez [4] => 20 [Edad] => 20 [5] => loreniuxm [Correo] => loreniuxm [6] => 214 [Telefono] => 214 ) )

preferences:
220.53 ms | 404 KiB | 246 Q