3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = array(); $str_n = array(); $str_d = array(); $str_dc = 0; $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); $str_dc = mb_strstr($str[0],';'); $str_dc = substr($str_dc,1,mb_strlen($str_dc)); echo $str_n[0]." / "; echo $str_dc." / "; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/asSYp
function name:  (null)
number of ops:  35
compiled vars:  !0 = $str, !1 = $str_n, !2 = $str_d, !3 = $str_dc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, <array>
    5     3        ASSIGN                                                   !3, 0
    6     4        ASSIGN_DIM                                               !0, 0
          5        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'
    7     6        INIT_FCALL                                               'mb_strstr'
          7        FETCH_DIM_R                                      ~10     !0, 0
          8        SEND_VAL                                                 ~10
          9        SEND_VAL                                                 '%3B'
         10        SEND_VAL                                                 <true>
         11        DO_ICALL                                         $11     
         12        ASSIGN_DIM                                               !1, 0
         13        OP_DATA                                                  $11
    8    14        INIT_FCALL                                               'mb_strstr'
         15        FETCH_DIM_R                                      ~12     !0, 0
         16        SEND_VAL                                                 ~12
         17        SEND_VAL                                                 '%3B'
         18        DO_ICALL                                         $13     
         19        ASSIGN                                                   !3, $13
    9    20        INIT_FCALL                                               'substr'
         21        SEND_VAR                                                 !3
         22        SEND_VAL                                                 1
         23        INIT_FCALL                                               'mb_strlen'
         24        SEND_VAR                                                 !3
         25        DO_ICALL                                         $15     
         26        SEND_VAR                                                 $15
         27        DO_ICALL                                         $16     
         28        ASSIGN                                                   !3, $16
   10    29        FETCH_DIM_R                                      ~18     !1, 0
         30        CONCAT                                           ~19     ~18, '+%2F+'
         31        ECHO                                                     ~19
   11    32        CONCAT                                           ~20     !3, '+%2F+'
         33        ECHO                                                     ~20
   12    34      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.29 ms | 1396 KiB | 19 Q