3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "Dustin\r\n"; $string2 = 'Lunt'; echo trim($string).$string2;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/guEHN
function name:  (null)
number of ops:  8
compiled vars:  !0 = $string, !1 = $string2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Dustin%0D%0A'
    3     1        ASSIGN                                                   !1, 'Lunt'
    5     2        INIT_FCALL                                               'trim'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        CONCAT                                           ~5      $4, !1
          6        ECHO                                                     ~5
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.23 ms | 1394 KiB | 15 Q