3v4l.org

run code in 300+ PHP versions simultaneously
<?php class KlasaA { public function __construct(string $a, int $b, bool $c = false) { } } var_dump(get_class_methods('KlasaA'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vqKuo
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'get_class_methods'
          2        SEND_VAL                                                 'KlasaA'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
          6      > RETURN                                                   1

Class KlasaA:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vqKuo
function name:  __construct
number of ops:  4
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV_INIT                                        !2      <false>
    8     3      > RETURN                                                   null

End of function __construct

End of class KlasaA.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.24 ms | 1394 KiB | 17 Q