3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 1; new class { public $a; public function a() { return $this->a; } };
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tDn8P
function name:  (null)
number of ops:  6
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    4     1        DECLARE_ANON_CLASS                               0       
          2        NEW                                              $3      $2
          3        DO_FCALL                                      0          
          4        FREE                                                     $3
   11     5      > RETURN                                                   1

Class class@anonymous:
Function a:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tDn8P
function name:  a
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   FETCH_OBJ_R                                      ~0      'a'
          1      > RETURN                                                   ~0
   10     2*     > RETURN                                                   null

End of function a

End of class class@anonymous.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.36 ms | 1393 KiB | 13 Q