3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(unserialize('a:1:{s:5:"title";s:4:"Home";}')); echo serialize(array('titile' => array('en' => 'Home', 'de' => 'Heim')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BnOQe
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'unserialize'
          2        SEND_VAL                                                 'a%3A1%3A%7Bs%3A5%3A%22title%22%3Bs%3A4%3A%22Home%22%3B%7D'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'serialize'
          7        SEND_VAL                                                 <array>
          8        DO_ICALL                                         $2      
          9        ECHO                                                     $2
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.62 ms | 1394 KiB | 19 Q