3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(spl_object_hash((object) ['a', 'b'])); var_dump(spl_object_hash((object) ['a', 'b', 'c'])); var_dump(spl_object_hash(md5(...)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KTQqT4
function name:  (null)
number of ops:  23
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
          1        INIT_FCALL                                                   'spl_object_hash'
          2        CAST                                              8  ~0      <array>
          3        SEND_VAL                                                     ~0
          4        DO_ICALL                                             $1      
          5        SEND_VAR                                                     $1
          6        DO_ICALL                                                     
    4     7        INIT_FCALL                                                   'var_dump'
          8        INIT_FCALL                                                   'spl_object_hash'
          9        CAST                                              8  ~3      <array>
         10        SEND_VAL                                                     ~3
         11        DO_ICALL                                             $4      
         12        SEND_VAR                                                     $4
         13        DO_ICALL                                                     
    5    14        INIT_FCALL                                                   'var_dump'
         15        INIT_FCALL                                                   'spl_object_hash'
         16        INIT_FCALL                                                   'md5'
         17        CALLABLE_CONVERT                                     ~6      
         18        SEND_VAL                                                     ~6
         19        DO_ICALL                                             $7      
         20        SEND_VAR                                                     $7
         21        DO_ICALL                                                     
         22      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.19 ms | 2802 KiB | 11 Q