3v4l.org

run code in 300+ PHP versions simultaneously
<?php $val = 'a:3:{s:9:"introText";s:108:"test";s:11:"introTextCy";s:121:"test";s:15:"explanatoryLink";s:3:"546";}'; $val = unserialize($val); print_r($val);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N2FCW
function name:  (null)
number of ops:  9
compiled vars:  !0 = $val
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'a%3A3%3A%7Bs%3A9%3A%22introText%22%3Bs%3A108%3A%22test%22%3Bs%3A11%3A%22introTextCy%22%3Bs%3A121%3A%22test%22%3Bs%3A15%3A%22explanatoryLink%22%3Bs%3A3%3A%22546%22%3B%7D'
    5     1        INIT_FCALL                                               'unserialize'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    6     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.93 ms | 1394 KiB | 17 Q