3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 'this is a test'; $a = md5(123456); $string = $i.'just do it'; echo $string; echo $a;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/II7Se
function name:  (null)
number of ops:  10
compiled vars:  !0 = $i, !1 = $a, !2 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'this+is+a+test'
    3     1        INIT_FCALL                                               'md5'
          2        SEND_VAL                                                 123456
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    4     5        CONCAT                                           ~6      !0, 'just+do+it'
          6        ASSIGN                                                   !2, ~6
    5     7        ECHO                                                     !2
    6     8        ECHO                                                     !1
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.63 ms | 1393 KiB | 15 Q