3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serialized = json_decode('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/0JB5B
function name:  (null)
number of ops:  13
compiled vars:  !0 = $serialized, !1 = $unserialized
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'json_decode'
          1        SEND_VAL                                                 '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'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    5     4        INIT_FCALL                                               'unserialize'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $5      
          7        ASSIGN_DIM                                               !1
          8        OP_DATA                                                  $5
    7     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.63 ms | 1398 KiB | 19 Q