3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = "AdminPanel_View_List_Domains"; echo strtolower(substr($list, strrpos($list,"_") + 1, strlen($list)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8HFQ5
function name:  (null)
number of ops:  17
compiled vars:  !0 = $list
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'AdminPanel_View_List_Domains'
    3     1        INIT_FCALL                                               'strtolower'
          2        INIT_FCALL                                               'substr'
          3        SEND_VAR                                                 !0
          4        INIT_FCALL                                               'strrpos'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 '_'
          7        DO_ICALL                                         $2      
          8        ADD                                              ~3      $2, 1
          9        SEND_VAL                                                 ~3
         10        STRLEN                                           ~4      !0
         11        SEND_VAL                                                 ~4
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                         $6      
         15        ECHO                                                     $6
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.72 ms | 1385 KiB | 19 Q