3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '"<a href="www.topSecret.com">Link</a>"'; $result = '<span>' . strip_tags( $str) . '</span>'; var_dump( $result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CNCCV
function name:  (null)
number of ops:  11
compiled vars:  !0 = $str, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%22%3Ca+href%3D%22www.topSecret.com%22%3ELink%3C%2Fa%3E%22'
    4     1        INIT_FCALL                                               'strip_tags'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        CONCAT                                           ~4      '%3Cspan%3E', $3
          5        CONCAT                                           ~5      ~4, '%3C%2Fspan%3E'
          6        ASSIGN                                                   !1, ~5
    5     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.95 ms | 1398 KiB | 17 Q