3v4l.org

run code in 300+ PHP versions simultaneously
<?php $q = <<<EOSRT Beginning of text <table data-replace-style-on-save="table"> <thead style="border: 1px solid rgb(204, 204, 204); padding: 3px; vertical-align: top;"> <tr> <th>Name</th> <th>Storage Size</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td> <tt>bytea</tt> </td> <td> 1 or 4 bytes plus the actual binary string </td> <td> variable-length binary string </td> </tr> </tbody> </table> &nbsp;End of text <br> EOSRT; var_dump( strip_tags($q) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/a3IkW
function name:  (null)
number of ops:  8
compiled vars:  !0 = $q
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Beginning+of+text%0A%09%3Ctable+data-replace-style-on-save%3D%22table%22%3E%0A%09%09%3Cthead+style%3D%22border%3A+1px+solid+rgb%28204%2C+204%2C+204%29%3B+padding%3A+3px%3B+vertical-align%3A+top%3B%22%3E%0A%09%09%09%3Ctr%3E%0A%09%09%09%09%3Cth%3EName%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EStorage+Size%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EDescription%3C%2Fth%3E%0A%09%09%09%3C%2Ftr%3E%0A%09%09%3C%2Fthead%3E%0A%09%09%3Ctbody%3E%0A%09%09%09%3Ctr%3E%0A%09%09%09%09%3Ctd%3E%0A%09%09%09%09%09%3Ctt%3Ebytea%3C%2Ftt%3E%0A%09%09%09%09%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E%0A%09%09%09%09%091+or+4+bytes+plus+the+actual+binary+string%0A%09%09%09%09%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E%0A%09%09%09%09%09variable-length+binary+string%0A%09%09%09%09%3C%2Ftd%3E%0A%09%09%09%3C%2Ftr%3E%0A%09%09%3C%2Ftbody%3E%0A%09%3C%2Ftable%3E%0A%26nbsp%3BEnd+of+text%0A%3Cbr%3E'
   31     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'strip_tags'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
188.37 ms | 1399 KiB | 17 Q