3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = array(); $str_n = array(); $str[0] = "Shockwave Flash;Shockwave Flash 13.0 r0;NPSWF32_13_0_0_214.dll;undefined(Adobe Flash movie;application/x-shockwave-flash;swf)(FutureSplash movie;application/futuresplash;spl)"; $str_n[0] = mb_strstr($str[0],';',true); echo $str_n[0]." "; echo $str[0]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7asi6
function name:  (null)
number of ops:  18
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%3BShockwave+Flash+13.0+r0%3BNPSWF32_13_0_0_214.dll%3Bundefined%28Adobe+Flash+movie%3Bapplication%2Fx-shockwave-flash%3Bswf%29%28FutureSplash+movie%3Bapplication%2Ffuturesplash%3Bspl%29'
    5     4        INIT_FCALL                                               'mb_strstr'
          5        FETCH_DIM_R                                      ~6      !0, 0
          6        SEND_VAL                                                 ~6
          7        SEND_VAL                                                 '%3B'
          8        SEND_VAL                                                 <true>
          9        DO_ICALL                                         $7      
         10        ASSIGN_DIM                                               !1, 0
         11        OP_DATA                                                  $7
    6    12        FETCH_DIM_R                                      ~8      !1, 0
         13        CONCAT                                           ~9      ~8, '++'
         14        ECHO                                                     ~9
    7    15        FETCH_DIM_R                                      ~10     !0, 0
         16        ECHO                                                     ~10
    8    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.76 ms | 1395 KiB | 15 Q