3v4l.org

run code in 300+ PHP versions simultaneously
<?php function set($name, callable $spec) { $registry[$name] = $spec; $converted[$name] = false; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q44hq
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E > > RETURN                                                   1

Function set:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q44hq
function name:  set
number of ops:  7
compiled vars:  !0 = $name, !1 = $spec, !2 = $registry, !3 = $converted
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    4     2        ASSIGN_DIM                                               !2, !0
          3        OP_DATA                                                  !1
    5     4        ASSIGN_DIM                                               !3, !0
          5        OP_DATA                                                  <false>
    6     6      > RETURN                                                   null

End of function set

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.03 ms | 1393 KiB | 13 Q