3v4l.org

run code in 300+ PHP versions simultaneously
<?php class obj { function unserialize() { echo 'haha'; } } unserialize('O:3:"obj":0:{}');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eYOcg
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'unserialize'
          1        SEND_VAL                                                 'O%3A3%3A%22obj%22%3A0%3A%7B%7D'
          2        DO_ICALL                                                 
          3      > RETURN                                                   1

Class obj:
Function unserialize:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eYOcg
function name:  unserialize
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'haha'
    5     1      > RETURN                                                   null

End of function unserialize

End of class obj.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.64 ms | 1398 KiB | 15 Q