3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.18 ms | 1394 KiB | 17 Q