3v4l.org

run code in 300+ PHP versions simultaneously
<?php register_shutdown_function(function () { var_dump(error_get_last()); }); 1 / 0; trigger_error('Noooooooo', E_USER_ERROR);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XP58O
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'register_shutdown_function'
          1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FXP58O%3A3%240'
    5     2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    7     4        DIV                                              ~2      1, 0
          5        FREE                                                     ~2
    9     6        INIT_FCALL                                               'trigger_error'
          7        SEND_VAL                                                 'Noooooooo'
          8        SEND_VAL                                                 256
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FXP58O%3A3%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XP58O
function name:  {closure}
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'error_get_last'
          2        DO_ICALL                                         $0      
          3        SEND_VAR                                                 $0
          4        DO_ICALL                                                 
    5     5      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FXP58O%3A3%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
186.34 ms | 1395 KiB | 21 Q