3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config = array( 'indent' => true, 'output-xhtml' => true, 'wrap' => 200); // Tidy $tidy = new tidy; $tidy->parseString('<b>hello', $config, 'utf8'); echo $tidy->cleanRepair();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mYZlM
function name:  (null)
number of ops:  13
compiled vars:  !0 = $config, !1 = $tidy
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    8     1        NEW                                              $3      'tidy'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $3
    9     4        INIT_METHOD_CALL                                         !1, 'parseString'
          5        SEND_VAL_EX                                              '%3Cb%3Ehello'
          6        SEND_VAR_EX                                              !0
          7        SEND_VAL_EX                                              'utf8'
          8        DO_FCALL                                      0          
   10     9        INIT_METHOD_CALL                                         !1, 'cleanRepair'
         10        DO_FCALL                                      0  $7      
         11        ECHO                                                     $7
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.61 ms | 1392 KiB | 13 Q