3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Αpp { public static function fᴏᴏ () { echo "Foo"; } public static function foo () { echo "Bar"; } } class App { public static function foo () { echo "Baz"; } public static function fᴏᴏ () { echo "Bang"; } } App::foo(); Αpp::foo(); App::fᴏᴏ(); Αpp::fᴏᴏ();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qU9eg
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   INIT_STATIC_METHOD_CALL                                  'App', 'foo'
          1        DO_FCALL                                      0          
   19     2        INIT_STATIC_METHOD_CALL                                  '%CE%91pp', 'foo'
          3        DO_FCALL                                      0          
   20     4        INIT_STATIC_METHOD_CALL                                  'App', 'f%E1%B4%8F%E1%B4%8F'
          5        DO_FCALL                                      0          
   21     6        INIT_STATIC_METHOD_CALL                                  '%CE%91pp', 'f%E1%B4%8F%E1%B4%8F'
          7        DO_FCALL                                      0          
          8      > RETURN                                                   1

Class Αpp:
Function f%E1%B4%8F%E1%B4%8F:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qU9eg
function name:  fᴏᴏ
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'Foo'
          1      > RETURN                                                   null

End of function f%E1%B4%8F%E1%B4%8F

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

End of function foo

End of class Αpp.

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

End of function foo

Function f%E1%B4%8F%E1%B4%8F:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qU9eg
function name:  fᴏᴏ
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   14     0  E >   ECHO                                                     'Bang'
          1      > RETURN                                                   null

End of function f%E1%B4%8F%E1%B4%8F

End of class App.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.38 ms | 1399 KiB | 13 Q