3v4l.org

run code in 500+ PHP versions simultaneously
<?php class SomeClass { public function run() { $this->some_call(); } #[\NoDiscard] private function some_call() { } } (new SomeClass())->run();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YXB9c
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   17     0  E >   NEW                                                  $0      'SomeClass'
          1        DO_FCALL                                          0          
          2        INIT_METHOD_CALL                                             $0, 'run'
          3        DO_FCALL                                          0          
          4      > RETURN                                                       1

Class SomeClass:
Function run:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YXB9c
function name:  run
number of ops:  3
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   INIT_METHOD_CALL                                             'some_call'
          1        DO_FCALL                                          0          
    8     2      > RETURN                                                       null

End of function run

Function some_call:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YXB9c
function name:  some_call
number of ops:  1
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   14     0  E > > RETURN                                                       null

End of function some_call

End of class SomeClass.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.91 ms | 1108 KiB | 13 Q