3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a= get_class(new errorexceptION); echo $level = strtolower(preg_replace('/([A-Z])/', ' $1', get_class($e))); echo PHP_EOL; echo $level = preg_replace('/(?<=\\w)(?=[A-Z])/'," $1", get_class($e));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jW7j9
function name:  (null)
number of ops:  25
compiled vars:  !0 = $a, !1 = $level, !2 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $3      'errorexceptION'
          1        DO_FCALL                                      0          
          2        GET_CLASS                                        ~5      $3
          3        ASSIGN                                                   !0, ~5
    4     4        INIT_FCALL                                               'strtolower'
          5        INIT_FCALL                                               'preg_replace'
          6        SEND_VAL                                                 '%2F%28%5BA-Z%5D%29%2F'
          7        SEND_VAL                                                 '+%241'
          8        GET_CLASS                                        ~7      !2
          9        SEND_VAL                                                 ~7
         10        DO_ICALL                                         $8      
         11        SEND_VAR                                                 $8
         12        DO_ICALL                                         $9      
         13        ASSIGN                                           ~10     !1, $9
         14        ECHO                                                     ~10
    6    15        ECHO                                                     '%0A'
    8    16        INIT_FCALL                                               'preg_replace'
         17        SEND_VAL                                                 '%2F%28%3F%3C%3D%5Cw%29%28%3F%3D%5BA-Z%5D%29%2F'
         18        SEND_VAL                                                 '+%241'
         19        GET_CLASS                                        ~11     !2
         20        SEND_VAL                                                 ~11
         21        DO_ICALL                                         $12     
         22        ASSIGN                                           ~13     !1, $12
         23        ECHO                                                     ~13
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.2 ms | 1395 KiB | 17 Q