3v4l.org

run code in 300+ PHP versions simultaneously
<?php // text includes line breaks $text_with_line_breaks = "1st\n2nd\3rd\n"; highlight_string ( $text_with_line_breaks, FALSE); // $body is a single line, without line breaks //echo $body ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GhZbd
function name:  (null)
number of ops:  6
compiled vars:  !0 = $text_with_line_breaks
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '1st%0A2nd%03rd%0A'
    4     1        INIT_FCALL                                               'highlight_string'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 <false>
          4        DO_ICALL                                                 
    7     5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.72 ms | 1393 KiB | 15 Q