3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '<header>Jodelie</header>'; $tidy = new tidy; $out = $tidy->repairString($string, null, 'utf8'); echo $out;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MiioT
function name:  (null)
number of ops:  12
compiled vars:  !0 = $string, !1 = $tidy, !2 = $out
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%3Cheader%3EJodelie%3C%2Fheader%3E'
    4     1        NEW                                              $4      'tidy'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $4
    5     4        INIT_METHOD_CALL                                         !1, 'repairString'
          5        SEND_VAR_EX                                              !0
          6        SEND_VAL_EX                                              null
          7        SEND_VAL_EX                                              'utf8'
          8        DO_FCALL                                      0  $7      
          9        ASSIGN                                                   !2, $7
    7    10        ECHO                                                     !2
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.79 ms | 1397 KiB | 13 Q