3v4l.org

run code in 300+ PHP versions simultaneously
<?php class teste{ public function __construct(){ echo "executando construtor\n"; } public static function ola(){ echo "Metodo estático\n"; } } teste::ola();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lDEWQ
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   16     0  E >   INIT_STATIC_METHOD_CALL                                  'teste', 'ola'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Class teste:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lDEWQ
function name:  __construct
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ECHO                                                     'executando+construtor%0A'
    8     1      > RETURN                                                   null

End of function __construct

Function ola:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lDEWQ
function name:  ola
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   ECHO                                                     'Metodo+est%C3%A1tico%0A'
   12     1      > RETURN                                                   null

End of function ola

End of class teste.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.61 ms | 1433 KiB | 13 Q