3v4l.org

run code in 300+ PHP versions simultaneously
<?php Class Robot { public function hola() { echo "Hola"; } } Robot::hola(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bNKBW
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   INIT_STATIC_METHOD_CALL                                  'Robot', 'hola'
          1        DO_FCALL                                      0          
   15     2      > RETURN                                                   1

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

End of function hola

End of class Robot.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.86 ms | 1392 KiB | 13 Q