3v4l.org

run code in 500+ PHP versions simultaneously
<?php class SomeClass { public function run() { $value = $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/RudO3
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/RudO3
function name:  run
number of ops:  4
compiled vars:  !0 = $value
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   INIT_METHOD_CALL                                             'some_call'
          1        DO_FCALL                                          0  $1      
          2        ASSIGN                                                       !0, $1
    8     3      > 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/RudO3
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:
154.19 ms | 1109 KiB | 13 Q