3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php echo strip_tags("Hello <b>world!</b>"); ?> <p>This function strips a string from HTML, XML, and PHP tags. In this example, the <b> tag gets stripped.</p> </body> </html>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6UlBh
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A%0A'
    6     1        INIT_FCALL                                               'strip_tags'
          2        SEND_VAL                                                 'Hello+%3Cb%3Eworld%21%3C%2Fb%3E'
          3        DO_ICALL                                         $0      
          4        ECHO                                                     $0
    8     5        ECHO                                                     '%0A%3Cp%3EThis+function+strips+a+string+from+HTML%2C+XML%2C+and+PHP+tags.+In+this+example%2C+the+%3Cb%3E+tag+gets+stripped.%3C%2Fp%3E%0A%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
   12     6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.04 ms | 1393 KiB | 15 Q