3v4l.org

run code in 500+ PHP versions simultaneously
<?php $extract = 'param.6'; echo substr($extract, strpos($extract, '.') + 1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CudTAG
function name:  (null)
number of ops:  6
compiled vars:  !0 = $extract
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 'param.6'
    3     1        FRAMELESS_ICALL_2                strpos              ~2      !0, '.'
          2        ADD                                                  ~3      ~2, 1
          3        FRAMELESS_ICALL_2                substr              ~4      !0, ~3
          4        ECHO                                                         ~4
          5      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.67 ms | 2526 KiB | 13 Q