3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serialized = 's:23:"profile_contact_numbers";s:13:"+639466276715";s:16:"profile_position";s:7:"Courier";'; $unserialized[] = unserialize($serialized); var_dump($unserialized);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iugDf
function name:  (null)
number of ops:  10
compiled vars:  !0 = $serialized, !1 = $unserialized
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 's%3A23%3A%22profile_contact_numbers%22%3Bs%3A13%3A%22%2B639466276715%22%3Bs%3A16%3A%22profile_position%22%3Bs%3A7%3A%22Courier%22%3B'
    5     1        INIT_FCALL                                               'unserialize'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN_DIM                                               !1
          5        OP_DATA                                                  $4
    7     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.27 ms | 1394 KiB | 17 Q