3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '<span class="text">Lastly, <b>set up an Administrator Account</b> by entering the requested fields. If you wish to use Active Directory, enter the information of an Active Directory user.</span>'; $replace_o_matic = array( '/<b>/' => '', '/<\/b>/' => '', ); printf (preg_replace( array_keys($replace_o_matic), array_values($replace_o_matic), $str, 1) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/g3mO6
function name:  (null)
number of ops:  18
compiled vars:  !0 = $str, !1 = $replace_o_matic
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%3Cspan+class%3D%22text%22%3ELastly%2C+%3Cb%3Eset+up+an+Administrator+Account%3C%2Fb%3E+by+entering+the+requested+fields.+If+you+wish+to+use+Active+Directory%2C+enter+the+information+of+an+Active+Directory+user.%3C%2Fspan%3E'
    5     1        ASSIGN                                                   !1, <array>
   10     2        INIT_FCALL                                               'printf'
          3        INIT_FCALL                                               'preg_replace'
   11     4        INIT_FCALL                                               'array_keys'
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
   12     8        INIT_FCALL                                               'array_values'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $5      
         11        SEND_VAR                                                 $5
   13    12        SEND_VAR                                                 !0
   14    13        SEND_VAL                                                 1
         14        DO_ICALL                                         $6      
         15        SEND_VAR                                                 $6
         16        DO_ICALL                                                 
   15    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.28 ms | 1395 KiB | 21 Q