3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sTAGS($text, $prm) { $text = strip_tags($text, $prm); $text = trim($text); $text= str_replace(' ','',$text); //echo htmlentities($text); //echo htmlentities($text, ENT_QUOTES); echo html_entity_decode($text); } $txt = ' <p>Test-Absatz.</p><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/CcQDQ
function name:  (null)
number of ops:  6
compiled vars:  !0 = $txt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   ASSIGN                                                   !0, '++++++%3Cp%3ETest-Absatz.%3C%2Fp%3E%3Ca+href%3D%22%23fragment%22%3E++++++++++++++++Anderer+Text%3C%2Fa%3E'
   14     1        INIT_FCALL                                               'stags'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 ''
          4        DO_FCALL                                      0          
   15     5      > RETURN                                                   1

Function stags:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CcQDQ
function name:  sTAGS
number of ops:  22
compiled vars:  !0 = $text, !1 = $prm
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                                         $2      
          6        ASSIGN                                                   !0, $2
    4     7        INIT_FCALL                                               'trim'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !0, $4
    5    11        INIT_FCALL                                               'str_replace'
         12        SEND_VAL                                                 '++'
         13        SEND_VAL                                                 ''
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $6      
         16        ASSIGN                                                   !0, $6
    9    17        INIT_FCALL                                               'html_entity_decode'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                         $8      
         20        ECHO                                                     $8
   12    21      > RETURN                                                   null

End of function stags

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.16 ms | 1398 KiB | 22 Q