3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Car{ var $make="", $model=""; function __construct($make,$model){ $this->make = $make; $this->model = $model; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8S0lF
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E > > RETURN                                                   1

Class Car:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8S0lF
function name:  __construct
number of ops:  7
compiled vars:  !0 = $make, !1 = $model
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    6     2        ASSIGN_OBJ                                               'make'
          3        OP_DATA                                                  !0
    7     4        ASSIGN_OBJ                                               'model'
          5        OP_DATA                                                  !1
    8     6      > RETURN                                                   null

End of function __construct

End of class Car.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.07 ms | 1393 KiB | 13 Q