3v4l.org

run code in 300+ PHP versions simultaneously
<?php function set($name, callable $spec) { $this->registry[$name] = $spec; $this->converted[$name] = false; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pnuWp
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/pnuWp
function name:  set
number of ops:  11
compiled vars:  !0 = $name, !1 = $spec
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    4     2        FETCH_THIS                                       $2      
          3        FETCH_OBJ_W                                      $3      $2, 'registry'
          4        ASSIGN_DIM                                               $3, !0
          5        OP_DATA                                                  !1
    5     6        FETCH_THIS                                       $5      
          7        FETCH_OBJ_W                                      $6      $5, 'converted'
          8        ASSIGN_DIM                                               $6, !0
          9        OP_DATA                                                  <false>
    6    10      > RETURN                                                   null

End of function set

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.16 ms | 1393 KiB | 13 Q