3v4l.org

run code in 300+ PHP versions simultaneously
<?php function meh() { return 'asdf'; } set_error_handler('meh'); trigger_error('lol', E_USER_ERROR);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/t43Es
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'set_error_handler'
          1        SEND_VAL                                                 'meh'
          2        DO_ICALL                                                 
    9     3        INIT_FCALL                                               'trigger_error'
          4        SEND_VAL                                                 'lol'
          5        SEND_VAL                                                 256
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

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

End of function meh

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.15 ms | 1394 KiB | 17 Q