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-9]); echo mb_ereg_replace('[^0-9]', '', $str[0]); //echo $str_n[0]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D7c8s
function name:  (null)
number of ops:  12
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'
    6     4        INIT_FCALL                                               'mb_ereg_replace'
          5        SEND_VAL                                                 '%5B%5E0-9%5D'
          6        SEND_VAL                                                 ''
          7        FETCH_DIM_R                                      ~5      !0, 0
          8        SEND_VAL                                                 ~5
          9        DO_ICALL                                         $6      
         10        ECHO                                                     $6
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.6 ms | 1394 KiB | 15 Q