3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sTAGS($textNt, $prm) { $textSt = strip_tags($textNt, $prm); $text = trim($textSt); //echo htmlentities($text); //echo htmlentities($text, ENT_QUOTES); echo html_entity_decode($text); } $txt = ' <p>Test-Absatz.</p><!-- Kommentar --> <a href="# fragment">Anderer Text</a>'; sTAGS($txt, ""); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KXqef
function name:  (null)
number of ops:  6
compiled vars:  !0 = $txt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   ASSIGN                                                   !0, '++++++%3Cp%3ETest-Absatz.%3C%2Fp%3E%3C%21--+Kommentar+--%3E+%3Ca+href%3D%22%23+++++++++++++fragment%22%3EAnderer+Text%3C%2Fa%3E'
   13     1        INIT_FCALL                                               'stags'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 ''
          4        DO_FCALL                                      0          
   14     5      > RETURN                                                   1

Function stags:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KXqef
function name:  sTAGS
number of ops:  16
compiled vars:  !0 = $textNt, !1 = $prm, !2 = $textSt, !3 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    3     2        INIT_FCALL                                               'strip_tags'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !2, $4
    4     7        INIT_FCALL                                               'trim'
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !3, $6
    8    11        INIT_FCALL                                               'html_entity_decode'
         12        SEND_VAR                                                 !3
         13        DO_ICALL                                         $8      
         14        ECHO                                                     $8
   11    15      > RETURN                                                   null

End of function stags

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.68 ms | 1398 KiB | 20 Q