3v4l.org

run code in 300+ PHP versions simultaneously
<?php $position = strpos("int(11)", '('); echo substr($this->type, $position, strlen("int(11)")-1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/r4T8F
function name:  (null)
number of ops:  14
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        ASSIGN                                                   !0, $1
    4     5        INIT_FCALL                                               'substr'
          6        FETCH_THIS                                       $3      
          7        FETCH_OBJ_R                                      ~4      $3, 'type'
          8        SEND_VAL                                                 ~4
          9        SEND_VAR                                                 !0
         10        SEND_VAL                                                 6
         11        DO_ICALL                                         $5      
         12        ECHO                                                     $5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.98 ms | 1394 KiB | 17 Q