3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = array(); $str_n = array(); $str[0] = "Shockwave Flash 14.0 r0"; $str_n[0] = mb_strstr($str[0],0); echo $str_n[0]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WqACo
function name:  (null)
number of ops:  14
compiled vars:  !0 = $str, !1 = $str_n
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN_DIM                                               !0, 0
          3        OP_DATA                                                  'Shockwave+Flash+14.0+r0'
    5     4        INIT_FCALL                                               'mb_strstr'
          5        FETCH_DIM_R                                      ~6      !0, 0
          6        SEND_VAL                                                 ~6
          7        SEND_VAL                                                 0
          8        DO_ICALL                                         $7      
          9        ASSIGN_DIM                                               !1, 0
         10        OP_DATA                                                  $7
    6    11        FETCH_DIM_R                                      ~8      !1, 0
         12        ECHO                                                     ~8
    7    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.4 ms | 1394 KiB | 15 Q