3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Pair{public function __construct($a,$b){list($a,$b)=array($a,$b);}}
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jmVnX
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > RETURN                                                   1

Class Pair:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jmVnX
function name:  __construct
number of ops:  10
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
          0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        INIT_ARRAY                                       ~2      !0
          3        ADD_ARRAY_ELEMENT                                ~2      !1
          4        FETCH_LIST_R                                     $3      ~2, 0
          5        ASSIGN                                                   !0, $3
          6        FETCH_LIST_R                                     $5      ~2, 1
          7        ASSIGN                                                   !1, $5
          8        FREE                                                     ~2
          9      > RETURN                                                   null

End of function __construct

End of class Pair.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.29 ms | 1393 KiB | 13 Q