3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo spl_object_hash(new stdClass); echo PHP_EOL; echo spl_object_hash(new stdClass);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/u6Rrd
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'spl_object_hash'
          1        NEW                                              $0      'stdClass'
          2        DO_FCALL                                      0          
          3        SEND_VAR                                                 $0
          4        DO_ICALL                                         $2      
          5        ECHO                                                     $2
    4     6        ECHO                                                     '%0A'
    5     7        INIT_FCALL                                               'spl_object_hash'
          8        NEW                                              $3      'stdClass'
          9        DO_FCALL                                      0          
         10        SEND_VAR                                                 $3
         11        DO_ICALL                                         $5      
         12        ECHO                                                     $5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.34 ms | 1394 KiB | 15 Q