3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sTAGS($textNt, $prm) { $text = trim($textNt); //echo strip_tags($text, $prm); //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, "<p>"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XRA1k
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%3E+++++++++++++++Test-Absatz.%3C%2Fp%3E%3C%21--+Kommentar+--%3E+%3Ca+href%3D%22%23fragment%22%3EAnderer+Text%3C%2Fa%3E'
   13     1        INIT_FCALL                                               'stags'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 '%3Cp%3E'
          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/XRA1k
function name:  sTAGS
number of ops:  11
compiled vars:  !0 = $textNt, !1 = $prm, !2 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    3     2        INIT_FCALL                                               'trim'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !2, $3
    8     6        INIT_FCALL                                               'html_entity_decode'
          7        SEND_VAR                                                 !2
          8        DO_ICALL                                         $5      
          9        ECHO                                                     $5
   11    10      > RETURN                                                   null

End of function stags

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.85 ms | 1397 KiB | 18 Q