3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Hello"; echo md5($str); echo ('< br>'); $split=(str_split(md5($str),2)); echo md5($split); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gcrma
function name:  (null)
number of ops:  19
compiled vars:  !0 = $str, !1 = $split
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Hello'
    3     1        INIT_FCALL                                               'md5'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ECHO                                                     $3
    4     5        ECHO                                                     '%3C+br%3E'
    5     6        INIT_FCALL                                               'str_split'
          7        INIT_FCALL                                               'md5'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        SEND_VAR                                                 $4
         11        SEND_VAL                                                 2
         12        DO_ICALL                                         $5      
         13        ASSIGN                                                   !1, $5
    6    14        INIT_FCALL                                               'md5'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                         $7      
         17        ECHO                                                     $7
    8    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.41 ms | 1394 KiB | 17 Q