3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Hex1 = '880f16b'; $Hex2 = '989b7f5'; $Added = $Hex1 . $Hex2; // = 880f16b989b7f5 echo $Added;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/00rvh
function name:  (null)
number of ops:  6
compiled vars:  !0 = $Hex1, !1 = $Hex2, !2 = $Added
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '880f16b'
    4     1        ASSIGN                                                   !1, '989b7f5'
    5     2        CONCAT                                           ~5      !0, !1
          3        ASSIGN                                                   !2, ~5
    7     4        ECHO                                                     !2
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.21 ms | 1392 KiB | 13 Q