3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class Foo { private $foo = "aa"; } class Bar extends Foo { public function beep() { var_dump($this->foo); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Lgc4Y
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E > > RETURN                                                   1

Class Foo: [no user functions]
Class Bar:
Function beep:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Lgc4Y
function name:  beep
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'var_dump'
          1        FETCH_OBJ_R                                      ~0      'foo'
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
   10     4      > RETURN                                                   null

End of function beep

End of class Bar.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.7 ms | 1398 KiB | 15 Q