3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_error_handler(function ($errno, $errstr) { var_dump($errstr); }, E_USER_DEPRECATED); @trigger_error('Will only be seen for a custom error handler', E_USER_DEPRECATED);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hHB2S
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'set_error_handler'
          1        DECLARE_LAMBDA_FUNCTION                          ~0      [0]
    5     2        SEND_VAL                                                 ~0
          3        SEND_VAL                                                 16384
    3     4        DO_ICALL                                                 
    7     5        BEGIN_SILENCE                                    ~2      
          6        INIT_FCALL                                               'trigger_error'
          7        SEND_VAL                                                 'Will+only+be+seen+for+a+custom+error+handler'
          8        SEND_VAL                                                 16384
          9        DO_ICALL                                                 
         10        END_SILENCE                                              ~2
         11      > RETURN                                                   1


Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hHB2S
function name:  {closure}
number of ops:  6
compiled vars:  !0 = $errno, !1 = $errstr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    4     2        INIT_FCALL                                               'var_dump'
          3        SEND_VAR                                                 !1
          4        DO_ICALL                                                 
    5     5      > RETURN                                                   null

End of Dynamic Function 0

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.77 ms | 1012 KiB | 16 Q