3v4l.org

run code in 300+ PHP versions simultaneously
<?php $header="Telefon\tTelefon2\2"; $lun = strlen($header); $header = substr($header, 0, $lun-1); $header .= "\r";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4QlnY
function name:  (null)
number of ops:  12
compiled vars:  !0 = $header, !1 = $lun
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Telefon%09Telefon2%02'
    4     1        STRLEN                                           ~3      !0
          2        ASSIGN                                                   !1, ~3
    5     3        INIT_FCALL                                               'substr'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 0
          6        SUB                                              ~5      !1, 1
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !0, $6
    6    10        ASSIGN_OP                                     8          !0, '%0D'
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.36 ms | 1385 KiB | 15 Q