3v4l.org

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

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

End of function __set

End of class Oi.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.88 ms | 1392 KiB | 13 Q