3v4l.org

run code in 500+ PHP versions simultaneously
<?php $examples = [ 'Understanding vector<int> in Modern C++', 'Why "<spoiler>" Became Internet Slang', 'The Rise of <headless> CMS Architecture', 'Using <T> and <K, V> in Generic Programming', 'The Hacker Known as <null>', ]; foreach ($examples as $s) { echo "Original : $s\n"; echo "Stripped : " . strip_tags($s) . "\n"; echo str_repeat('-', 50) . "\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 20
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 20
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/NoIPv
function name:  (null)
number of ops:  22
compiled vars:  !0 = $examples, !1 = $s
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   11     1      > FE_RESET_R                                           $3      !0, ->20
          2    > > FE_FETCH_R                                                   $3, !1, ->20
   12     3    >   ROPE_INIT                                         3  ~5      'Original+%3A+'
          4        ROPE_ADD                                          1  ~5      ~5, !1
          5        ROPE_END                                          2  ~4      ~5, '%0A'
          6        ECHO                                                         ~4
   13     7        INIT_FCALL                                                   'strip_tags'
          8        SEND_VAR                                                     !1
          9        DO_ICALL                                             $7      
         10        CONCAT                                               ~8      'Stripped+%3A+', $7
         11        CONCAT                                               ~9      ~8, '%0A'
         12        ECHO                                                         ~9
   14    13        INIT_FCALL                                                   'str_repeat'
         14        SEND_VAL                                                     '-'
         15        SEND_VAL                                                     50
         16        DO_ICALL                                             $10     
         17        CONCAT                                               ~11     $10, '%0A'
         18        ECHO                                                         ~11
   11    19      > JMP                                                          ->2
         20    >   FE_FREE                                                      $3
   15    21      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.52 ms | 1375 KiB | 15 Q