3v4l.org

run code in 300+ PHP versions simultaneously
<?php $something = [ 'hello' => 'you' ]; $somethingElse = (object) [ 'hello' => 'you' ]; echo md5( $something ); echo md5( $somethingElse );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3kUUu
function name:  (null)
number of ops:  12
compiled vars:  !0 = $something, !1 = $somethingElse
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        CAST                                          8  ~3      <array>
    7     2        ASSIGN                                                   !1, ~3
   11     3        INIT_FCALL                                               'md5'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $5      
          6        ECHO                                                     $5
   12     7        INIT_FCALL                                               'md5'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        ECHO                                                     $6
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.43 ms | 1398 KiB | 15 Q