3v4l.org

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

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

End of function __set

End of class TestThis.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.51 ms | 1006 KiB | 13 Q