3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.42 ms | 999 KiB | 15 Q