3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = <<<HTML Here`s some stuff to look at. HTML; var_export(str_replace(array('`', "\r\n", "\n", "\t"), array('', ' ', ' ', ' '), $html));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uKteG
function name:  (null)
number of ops:  10
compiled vars:  !0 = $html
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Here%60s+some+stuff%0A++++to%0A++++++++look%0A++++++++%0Aat.'
   10     1        INIT_FCALL                                               'var_export'
          2        INIT_FCALL                                               'str_replace'
          3        SEND_VAL                                                 <array>
          4        SEND_VAL                                                 <array>
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.23 ms | 1393 KiB | 17 Q