3v4l.org

run code in 500+ PHP versions simultaneously
<?php error_reporting(E_ALL|E_STRICT); set_error_handler(function($errno, $errstr) { echo "Handler: $errstr\n";}); @strtolower();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TG8aA
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'error_reporting'
          1        FETCH_CONSTANT                                       ~0      'E_STRICT'
          2        BW_OR                                                ~1      ~0, 30719
          3        SEND_VAL                                                     ~1
          4        DO_ICALL                                                     
    4     5        INIT_FCALL                                                   'set_error_handler'
          6        DECLARE_LAMBDA_FUNCTION                              ~3      [0]
          7        SEND_VAL                                                     ~3
          8        DO_ICALL                                                     
    6     9        BEGIN_SILENCE                                        ~5      
         10        INIT_FCALL                                                   'strtolower'
         11        DO_ICALL                                                     
         12        END_SILENCE                                                  ~5
         13      > 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/TG8aA
function name:  {closure:/in/TG8aA:4}
number of ops:  7
compiled vars:  !0 = $errno, !1 = $errstr
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   RECV                                                 !0      
          1        RECV                                                 !1      
          2        ROPE_INIT                                         3  ~3      'Handler%3A+'
          3        ROPE_ADD                                          1  ~3      ~3, !1
          4        ROPE_END                                          2  ~2      ~3, '%0A'
          5        ECHO                                                         ~2
          6      > RETURN                                                       null

End of Dynamic Function 0

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.58 ms | 2139 KiB | 16 Q