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 git.master, git.master_jit
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 rfc.property-hooks
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 ) )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
40.73 ms | 402 KiB | 8 Q