3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.02 ms | 1385 KiB | 15 Q