3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = function(){}; $b = function(){}; var_dump(spl_object_hash($a), spl_object_hash($b));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qf5I2
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2Fqf5I2%3A3%240'
          1        ASSIGN                                                   !0, ~2
    4     2        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2Fqf5I2%3A4%241'
          3        ASSIGN                                                   !1, ~4
    6     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'spl_object_hash'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $6      
          8        SEND_VAR                                                 $6
          9        INIT_FCALL                                               'spl_object_hash'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $7      
         12        SEND_VAR                                                 $7
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2Fqf5I2%3A3%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qf5I2
function name:  {closure}
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2Fqf5I2%3A3%240

Function %00%7Bclosure%7D%2Fin%2Fqf5I2%3A4%241:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qf5I2
function name:  {closure}
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2Fqf5I2%3A4%241

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169 ms | 1395 KiB | 17 Q